Searched refs:FindConfig (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ntp/libntp/
H A Dfindconfig.c15 FindConfig( function
68 FindConfig( function
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_stdlib.h179 extern const char * FindConfig (const char *);
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_config.c4720 !lex_init_stack(FindConfig(config_file), "r")
4726 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(config_file));
4734 if (!lex_init_stack(FindConfig(alt_config_file), "r")) {
4739 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(alt_config_file));

Completed in 328 milliseconds