Home
last modified time | relevance | path

Searched refs:term_file (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ntp/libntp/
H A Dmsyslog.c152 FILE * term_file; in addto_syslog() local
204 term_file = (level <= LOG_ERR) in addto_syslog()
208 fprintf(term_file, "%s ", human_time); in addto_syslog()
210 fprintf(term_file, "%s[%d]: ", prog, pid); in addto_syslog()
211 fprintf(term_file, "%s%s", msg, nl_or_empty); in addto_syslog()
212 fflush(term_file); in addto_syslog()