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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dfindconfig.c17 FindConfig( function
70 FindConfig( function
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_stdlib.h188 extern const char * FindConfig (const char *);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c4997 !lex_init_stack(FindConfig(config_file), "r")
5003 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(config_file));
5011 if (!lex_init_stack(FindConfig(alt_config_file), "r")) {
5016 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(alt_config_file));
H A Dntp_parser.y1255 const char * path = FindConfig($2); /* might return $2! */

Completed in 84 milliseconds