Searched refs:change_logfile (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/contrib/ntp/sntp/tests/ |
| D | run-networking.c | 38 extern int change_logfile(const char*, int); in suite_setup() 40 change_logfile("stderr", 0); in suite_setup()
|
| D | run-t-log.c | 40 extern int change_logfile(const char*, int); in suite_setup() 42 change_logfile("stderr", 0); in suite_setup()
|
| D | run-kodDatabase.c | 48 extern int change_logfile(const char*, int); in suite_setup() 50 change_logfile("stderr", 0); in suite_setup()
|
| D | run-keyFile.c | 45 extern int change_logfile(const char*, int); in suite_setup() 47 change_logfile("stderr", 0); in suite_setup()
|
| D | run-utilities.c | 48 extern int change_logfile(const char*, int); in suite_setup() 50 change_logfile("stderr", 0); in suite_setup()
|
| D | run-kodFile.c | 46 extern int change_logfile(const char*, int); in suite_setup() 48 change_logfile("stderr", 0); in suite_setup()
|
| D | run-crypto.c | 47 extern int change_logfile(const char*, int); in suite_setup() 49 change_logfile("stderr", 0); in suite_setup()
|
| D | run-packetHandling.c | 54 extern int change_logfile(const char*, int); in suite_setup() 56 change_logfile("stderr", 0); in suite_setup()
|
| D | run-packetProcessing.c | 58 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/ |
| D | run-realpath.c | 44 extern int change_logfile(const char*, int); in suite_setup() 46 change_logfile("stderr", 0); in suite_setup()
|
| D | run-digests.c | 49 extern int change_logfile(const char*, int); in suite_setup() 51 change_logfile("stderr", 0); in suite_setup()
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | msyslog.c | 455 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/ |
| D | log.c | 29 change_logfile(logfile, FALSE); in open_logfile()
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntp_stdlib.h | 42 extern int change_logfile (const char *, int);
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntpd.c | 884 change_logfile(logfilename, FALSE);
|
| D | ntp_config.c | 4176 if (-1 == change_logfile(curr_var->value.s, TRUE)) in config_vars()
|
| /freebsd-12-stable/contrib/ntp/ |
| D | ChangeLog | 2534 * Move init_logging(), change_logfile(), and setup_logfile() from ntpd
|
| D | CommitLog | 131744 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()'
|