Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/bootpd/tools/bootpef/
H A Dbootpef.c78 #ifndef CONFIG_FILE
79 #define CONFIG_FILE "/etc/bootptab" macro
104 char *bootptab = CONFIG_FILE;
/freebsd-12.1/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
/freebsd-12.1/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-12.1/libexec/bootpd/
H A Dbootpd.c95 #ifndef CONFIG_FILE
96 #define CONFIG_FILE "/etc/bootptab" macro
170 char *bootptab = CONFIG_FILE;
/freebsd-12.1/crypto/openssl/apps/
H A Dsrp.c32 # define CONFIG_FILE "openssl.cnf"
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_config.c4936 config_file = CONFIG_FILE; in getconfig()
4938 temp = CONFIG_FILE; in getconfig()
/freebsd-12.1/contrib/ntp/
H A DCommitLog-4.1.03602 * ntpd/ntp_config.c (CONFIG_FILE): NT changes