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

/freebsd-10.2-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c79 #ifndef CONFIG_FILE macro
80 #define CONFIG_FILE "/etc/bootptab"
106 char *bootptab = CONFIG_FILE;
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_config.h15 #ifndef CONFIG_FILE
17 # define CONFIG_FILE "/etc/ntp.conf" macro
19 # define CONFIG_FILE "%windir%\\system32\\drivers\\etc\\ntp.conf" macro
23 #endif /* not CONFIG_FILE */
/freebsd-10.2-release/crypto/openssl/apps/
H A Dsrp.c78 # define CONFIG_FILE "openssl.cnf" macro
436 len = strlen(s) + sizeof(CONFIG_FILE);
444 len = strlen(s) + sizeof(CONFIG_FILE) + 1;
453 BUF_strlcat(tofree, CONFIG_FILE, len);
H A Dca.c103 #define CONFIG_FILE "openssl.cnf" macro
559 len = strlen(s) + sizeof(CONFIG_FILE);
567 len = strlen(s) + sizeof(CONFIG_FILE) + 1;
576 BUF_strlcat(tofree, CONFIG_FILE, len);
/freebsd-10.2-release/contrib/sendmail/contrib/
H A Dqtool.pl161 open(CONFIG_FILE, $config_file) or die "$config_file: $!";
166 while ($line = <CONFIG_FILE>)
198 close(CONFIG_FILE);
/freebsd-10.2-release/libexec/bootpd/
H A Dbootpd.c95 #ifndef CONFIG_FILE
96 #define CONFIG_FILE "/etc/bootptab" macro
170 char *bootptab = CONFIG_FILE;
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_config.c4482 config_file = CONFIG_FILE;
4484 temp = CONFIG_FILE;
4487 msyslog(LOG_ERR, "ExpandEnvironmentStrings CONFIG_FILE failed: %m");

Completed in 259 milliseconds