Lines Matching refs:log_file
706 else if (log_file) {
1055 if (log_file)
1925 if (log_file) { in fmt_print()
1927 (void) fprintf(log_file, "\n"); in fmt_print()
1929 (void) vfprintf(log_file, format, ap); in fmt_print()
1930 (void) fflush(log_file); in fmt_print()
1992 (void) fprintf(log_file, "\n"); in log_print()
1994 (void) vfprintf(log_file, format, ap); in log_print()
1995 (void) fflush(log_file); in log_print()
2030 if (log_file) { in err_print()
2032 (void) fprintf(log_file, "\n"); in err_print()
2034 (void) vfprintf(log_file, format, ap); in err_print()
2035 (void) fflush(log_file); in err_print()
2419 } else if (log_file) {