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

/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c79 #ifndef CONFIG_FILE macro
80 #define CONFIG_FILE "/etc/bootptab"
106 char *bootptab = CONFIG_FILE;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_config.h16 #ifndef CONFIG_FILE
18 # define CONFIG_FILE "/etc/ntp.conf" macro
20 # define CONFIG_FILE "%windir%\\system32\\drivers\\etc\\ntp.conf" macro
24 #endif /* not CONFIG_FILE */
/freebsd-11-stable/crypto/openssl/apps/
H A Dsrp.c78 # define CONFIG_FILE "openssl.cnf" macro
439 len = strlen(s) + sizeof(CONFIG_FILE);
447 len = strlen(s) + sizeof(CONFIG_FILE) + 1;
456 BUF_strlcat(tofree, CONFIG_FILE, len);
H A Dca.c103 #define CONFIG_FILE "openssl.cnf" macro
556 len = strlen(s) + sizeof(CONFIG_FILE);
564 len = strlen(s) + sizeof(CONFIG_FILE) + 1;
573 BUF_strlcat(tofree, CONFIG_FILE, len);
/freebsd-11-stable/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-11-stable/libexec/bootpd/
H A Dbootpd.c95 #ifndef CONFIG_FILE
96 #define CONFIG_FILE "/etc/bootptab" macro
170 char *bootptab = CONFIG_FILE;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c4946 config_file = CONFIG_FILE;
4948 temp = CONFIG_FILE;
4951 msyslog(LOG_ERR, "ExpandEnvironmentStrings CONFIG_FILE failed: %m");

Completed in 186 milliseconds