Lines Matching refs:file_format
303 if ((file_format == FF_MAGIC) in gmon_out_read()
304 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))) in gmon_out_read()
306 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)) in gmon_out_read()
355 else if (file_format == FF_AUTO in gmon_out_read()
356 || file_format == FF_BSD in gmon_out_read()
357 || file_format == FF_BSD44) in gmon_out_read()
435 if (file_format == FF_BSD44) in gmon_out_read()
549 whoami, file_format); in gmon_out_read()
587 if (file_format == FF_AUTO || file_format == FF_MAGIC) in gmon_out_write()
612 else if (file_format == FF_BSD || file_format == FF_BSD44) in gmon_out_write()
627 if (file_format == FF_BSD44 in gmon_out_write()
674 if (file_format == FF_BSD44 in gmon_out_write()
729 whoami, file_format); in gmon_out_write()