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

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dfindconfig.c15 FindConfig( function
66 FindConfig( function
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntptime_config.c201 if ((fp = fopen(FindConfig(config_file), "r")) == NULL)
203 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig(config_file));
204 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(config_file));
208 if ((fp = fopen(FindConfig(alt_config_file), "r")) == NULL) {
215 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig(alt_config_file));
216 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(alt_config_file));
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_stdlib.h99 extern const char * FindConfig P((const char *));
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_config.c573 (fp[0] = fopen(FindConfig(config_file), "r")) == NULL
579 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig(config_file));
580 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(config_file));
584 if ((fp[0] = fopen(FindConfig(alt_config_file), "r")) == NULL) {
591 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig(alt_config_file));
592 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(alt_config_file));
921 includefile = fopen(FindConfig(tokens[1]), "r");
923 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig(tokens[1]));
924 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(tokens[1]));

Completed in 120 milliseconds