Lines Matching refs:file_format
325 if ((file_format == FF_MAGIC) in gmon_out_read()
326 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))) in gmon_out_read()
328 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)) in gmon_out_read()
377 else if (file_format == FF_AUTO in gmon_out_read()
378 || file_format == FF_BSD in gmon_out_read()
379 || file_format == FF_BSD44) in gmon_out_read()
457 if (file_format == FF_BSD44) in gmon_out_read()
575 whoami, file_format); in gmon_out_read()
610 if (file_format == FF_AUTO || file_format == FF_MAGIC) in gmon_out_write()
635 else if (file_format == FF_BSD || file_format == FF_BSD44) in gmon_out_write()
650 if (file_format == FF_BSD44 in gmon_out_write()
696 if (file_format == FF_BSD44 in gmon_out_write()
751 whoami, file_format); in gmon_out_write()