Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/sntp/tests/
Drun-networking.c38 extern int change_logfile(const char*, int); in suite_setup()
40 change_logfile("stderr", 0); in suite_setup()
Drun-t-log.c40 extern int change_logfile(const char*, int); in suite_setup()
42 change_logfile("stderr", 0); in suite_setup()
Drun-kodDatabase.c48 extern int change_logfile(const char*, int); in suite_setup()
50 change_logfile("stderr", 0); in suite_setup()
Drun-keyFile.c45 extern int change_logfile(const char*, int); in suite_setup()
47 change_logfile("stderr", 0); in suite_setup()
Drun-utilities.c48 extern int change_logfile(const char*, int); in suite_setup()
50 change_logfile("stderr", 0); in suite_setup()
Drun-kodFile.c46 extern int change_logfile(const char*, int); in suite_setup()
48 change_logfile("stderr", 0); in suite_setup()
Drun-crypto.c47 extern int change_logfile(const char*, int); in suite_setup()
49 change_logfile("stderr", 0); in suite_setup()
Drun-packetHandling.c54 extern int change_logfile(const char*, int); in suite_setup()
56 change_logfile("stderr", 0); in suite_setup()
Drun-packetProcessing.c58 extern int change_logfile(const char*, int); in suite_setup()
60 change_logfile("stderr", 0); in suite_setup()
/freebsd-12-stable/contrib/ntp/tests/libntp/
Drun-realpath.c44 extern int change_logfile(const char*, int); in suite_setup()
46 change_logfile("stderr", 0); in suite_setup()
Drun-digests.c49 extern int change_logfile(const char*, int); in suite_setup()
51 change_logfile("stderr", 0); in suite_setup()
/freebsd-12-stable/contrib/ntp/libntp/
Dmsyslog.c455 change_logfile( in change_logfile() function
573 if (-1 == change_logfile(name, TRUE)) in setup_logfile()
581 if (-1 == change_logfile(syslog_fname, FALSE)) in setup_logfile()
/freebsd-12-stable/contrib/ntp/sntp/
Dlog.c29 change_logfile(logfile, FALSE); in open_logfile()
/freebsd-12-stable/contrib/ntp/include/
Dntp_stdlib.h42 extern int change_logfile (const char *, int);
/freebsd-12-stable/contrib/ntp/ntpd/
Dntpd.c884 change_logfile(logfilename, FALSE);
Dntp_config.c4176 if (-1 == change_logfile(curr_var->value.s, TRUE)) in config_vars()
/freebsd-12-stable/contrib/ntp/
DChangeLog2534 * Move init_logging(), change_logfile(), and setup_logfile() from ntpd
DCommitLog131744 corner case leak fix with change_logfile("stderr")
133754 Move init_logging(), change_logfile(), and setup_logfile() from ntpd
133847 Move init_logging(), change_logfile(), and setup_logfile() from ntpd
133915 Move init_logging(), change_logfile(), and setup_logfile() from ntpd
133979 Move init_logging(), change_logfile(), and setup_logfile() from ntpd
134053 move init_logging(), change_logfile(), and setup_logfile() from ntpd
156929 parametric length in format strings must be 'int' -- fixed that in 'change_logfile()'