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

/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Dconfig.h32 extern void getconfig(char *);
H A Dconfig.c106 getconfig(intface) function
H A Drtadvd.c224 getconfig(*argv++);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep006.tcl125 set conf [berkdb getconfig]
H A Drep040.tcl189 set conf [berkdb getconfig]
H A Drep046.tcl169 set conf [berkdb getconfig]
H A Dtestutils.tcl3576 set conf [berkdb getconfig]
/macosx-10.10.1/ntp-92/include/
H A Dntpd.h20 extern void getconfig (int, char **);
H A Dntpd.h.orig20 extern void getconfig (int, char **);
/macosx-10.10.1/ntp-92/ntpd/
H A Dntpsim.c117 /* Call getconfig to parse the configuration file */
118 getconfig(argc, argv);
H A Dntp_parser.c2898 fprintf(stderr, "getconfig: Maximum include file level exceeded.\n");
2899 msyslog(LOG_ERR, "getconfig: Maximum include file level exceeded.");
2904 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig((yyvsp[(2) - (3)].String)));
2905 msyslog(LOG_ERR, "getconfig: Couldn't open <%s>", FindConfig((yyvsp[(2) - (3)].String)));
H A Dntpd.c921 getconfig(argc, argv);
H A Dntp_config.c259 void getconfig(int argc,char *argv[]);
3768 * getconfig() - process startup configuration file e.g /etc/ntp.conf
3771 getconfig( function
3840 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(config_file));
3854 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(alt_config_file));
3888 printf("getconfig: res_fp <%p> call_resolver: %d", res_fp, call_resolver);

Completed in 142 milliseconds