Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dmsyslog.c33 FILE * syslog_file; variable
176 if (syslog_file != NULL) in addto_syslog()
217 fprintf(syslog_file, "%s ", human_time); in addto_syslog()
218 fprintf(syslog_file, "%s[%d]: %s%s", prog, pid, msg, in addto_syslog()
220 fflush(syslog_file); in addto_syslog()
479 if (syslog_file != NULL && syslog_fname != NULL && in change_logfile()
529 if (syslog_file != NULL && in change_logfile()
530 syslog_file != stderr && syslog_file != stdout && in change_logfile()
531 fileno(syslog_file) != fileno(new_file)) in change_logfile()
532 fclose(syslog_file); in change_logfile()
[all …]
H A Dwork_fork.c113 if (syslog_file != NULL) in exit_worker()
114 fflush(syslog_file); in exit_worker()
503 if (syslog_file != NULL) in fork_blocking_child()
504 fflush(syslog_file); in fork_blocking_child()
571 if (syslog_file != NULL) { in fork_blocking_child()
572 fclose(syslog_file); in fork_blocking_child()
573 syslog_file = NULL; in fork_blocking_child()
/src/contrib/ntp/sntp/
H A Dlog.c42 fflush(syslog_file); in cleanup_log()
43 fclose(syslog_file); in cleanup_log()
44 syslog_file = NULL; in cleanup_log()
/src/contrib/ntp/include/
H A Dntp_syslog.h24 extern FILE * syslog_file; /* if syslogit is FALSE, log to
/src/contrib/ntp/ntpd/
H A Dntpd.c621 if (syslog_file != NULL) { in detach_from_terminal()
622 fclose(syslog_file); in detach_from_terminal()
623 syslog_file = NULL; in detach_from_terminal()