HomeSort by: relevance | last modified time | path
    Searched refs:CONFIG_FILE (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
Makefile 2 CONFIG_FILE = .config
63 OBJS += config_file.o
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.h 34 #ifndef CONFIG_FILE
35 #define CONFIG_FILE "/etc/openldap/ppm.example"
unit_tests.sh 7 CONFIG_FILE="ppm.example"
ppm.c 591 strcpy_safe(ppm_config_file, CONFIG_FILE, FILENAME_MAX_LEN);
  /src/usr.sbin/bootp/bootpef/
bootpef.c 75 #ifndef CONFIG_FILE
76 #define CONFIG_FILE "/etc/bootptab"
103 const char *bootptab = CONFIG_FILE;
  /src/sys/conf/
param.c 79 #define CONFIG_FILE
80 #include "config_file.h"
  /src/external/bsd/wpa/dist/wpa_supplicant/
Makefile 12 CONFIG_FILE=.config
217 OBJS += config_file.o
  /src/external/bsd/ntp/dist/include/
ntp_config.h 18 #ifndef CONFIG_FILE
20 # define CONFIG_FILE "/etc/ntp.conf"
22 # define CONFIG_FILE "%windir%\\system32\\drivers\\etc\\ntp.conf"
26 #endif /* not CONFIG_FILE */
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
PosixDaemon.c 58 #define CONFIG_FILE "/etc/mdnsd.conf"
102 ReadDDNSSettingsFromConfFile(m, CONFIG_FILE, &DynDNSHostname, &DynDNSZone, NULL);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 94 #ifndef CONFIG_FILE
95 #define CONFIG_FILE "/etc/bootptab"
163 const char *bootptab = CONFIG_FILE;
  /src/crypto/external/apache2/openssl/dist/apps/
srp.c 32 #define CONFIG_FILE "openssl.cnf"
  /src/crypto/external/bsd/openssl/dist/apps/
srp.c 32 #define CONFIG_FILE "openssl.cnf"
  /src/crypto/external/bsd/openssl.old/dist/apps/
srp.c 28 #define CONFIG_FILE "openssl.cnf"
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 182 const char *config_file; variable
5148 config_file = CONFIG_FILE;
5150 temp = CONFIG_FILE;
5153 msyslog(LOG_ERR, "ExpandEnvironmentStrings CONFIG_FILE failed: %m");
5156 config_file = config_file_storage;
5182 !lex_init_stack(FindConfig(config_file), "r")
5184 /* If there is no config_file, try NetInfo. */
5188 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(config_file));
5209 cfgt.source.value.s = estrdup(config_file);
    [all...]

Completed in 162 milliseconds