Lines Matching refs:file_format
323 if ((file_format == FF_MAGIC) in gmon_out_read()
324 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))) in gmon_out_read()
326 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)) in gmon_out_read()
375 else if (file_format == FF_AUTO in gmon_out_read()
376 || file_format == FF_BSD in gmon_out_read()
377 || file_format == FF_BSD44) in gmon_out_read()
455 if (file_format == FF_BSD44) in gmon_out_read()
569 whoami, file_format); in gmon_out_read()
607 if (file_format == FF_AUTO || file_format == FF_MAGIC) in gmon_out_write()
632 else if (file_format == FF_BSD || file_format == FF_BSD44) in gmon_out_write()
647 if (file_format == FF_BSD44 in gmon_out_write()
694 if (file_format == FF_BSD44 in gmon_out_write()
749 whoami, file_format); in gmon_out_write()