Searched refs:getconfig (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dconfig.h33 extern struct ifinfo *getconfig(struct ifinfo *);
H A Dconfig.c177 if (getconfig(ifi) == NULL) {
328 getconfig(struct ifinfo *ifi) function
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_parser.c2906 fprintf(stderr, "getconfig: Maximum include file level exceeded.\n");
2907 msyslog(LOG_ERR, "getconfig: Maximum include file level exceeded.");
2911 fprintf(stderr, "getconfig: Couldn't open <%s>\n", path);
2912 msyslog(LOG_ERR, "getconfig: Couldn't open <%s>", path);
H A Dntpsim.c136 /* Call getconfig to parse the configuration file */
137 getconfig(argc, argv);
H A Dntpd.c902 getconfig(argc, argv);
H A Dntp_config.c4468 * getconfig() - process startup configuration file e.g /etc/ntp.conf
4471 getconfig( function
4522 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(config_file));
4535 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(alt_config_file));
/freebsd-9.3-release/contrib/ntp/include/
H A Dntpd.h61 extern void getconfig (int, char **);

Completed in 100 milliseconds