Home
last modified time | relevance | path

Searched refs:CONFIG_FILE (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/ntp/include/
HDntp_config.h4 #ifndef CONFIG_FILE
6 # define CONFIG_FILE "/etc/ntp.conf" macro
8 # define CONFIG_FILE "%windir%\\system32\\drivers\\etc\\ntp.conf" macro
/trueos/contrib/ntp/ntpdate/
HDntptime_config.c38 #ifndef CONFIG_FILE
40 # define CONFIG_FILE "/etc/ntp.conf" macro
42 # define CONFIG_FILE "%windir%\\ntp.conf" macro
179 config_file = cfgpath ? cfgpath : CONFIG_FILE; in loadservers()
184 temp = CONFIG_FILE; in loadservers()
/trueos/libexec/bootpd/tools/bootpef/
HDbootpef.c78 #ifndef CONFIG_FILE
79 #define CONFIG_FILE "/etc/bootptab" macro
104 char *bootptab = CONFIG_FILE;
/trueos/crypto/openssl/apps/
HDsrp.c78 # define CONFIG_FILE "openssl.cnf" macro
436 len = strlen(s) + sizeof(CONFIG_FILE); in MAIN()
444 len = strlen(s) + sizeof(CONFIG_FILE) + 1; in MAIN()
453 BUF_strlcat(tofree, CONFIG_FILE, len); in MAIN()
HDca.c103 #define CONFIG_FILE "openssl.cnf" macro
559 len = strlen(s) + sizeof(CONFIG_FILE); in MAIN()
567 len = strlen(s) + sizeof(CONFIG_FILE) + 1; in MAIN()
576 BUF_strlcat(tofree, CONFIG_FILE, len); in MAIN()
/trueos/contrib/sendmail/contrib/
HDqtool.pl161 open(CONFIG_FILE, $config_file) or die "$config_file: $!";
166 while ($line = <CONFIG_FILE>)
198 close(CONFIG_FILE);
/trueos/libexec/bootpd/
HDbootpd.c95 #ifndef CONFIG_FILE
96 #define CONFIG_FILE "/etc/bootptab" macro
169 char *bootptab = CONFIG_FILE;
/trueos/contrib/ntp/ntpd/
HDntp_config.c533 config_file = CONFIG_FILE; in getconfig()
535 temp = CONFIG_FILE; in getconfig()
/trueos/contrib/ntp/
HDCommitLog-4.1.03602 * ntpd/ntp_config.c (CONFIG_FILE): NT changes