Searched refs:config_file (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmin.c40 static char *config_file; variable
61 "config-file", 'c', arg_string, &config_file,
172 if (config_file == NULL) {
173 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
174 if (config_file == NULL)
178 ret = krb5_prepend_config_files_default(config_file, &files);
H A Dkadmind.c41 static char *config_file; variable
51 "config-file", 'c', arg_string, &config_file,
122 if (config_file == NULL) {
123 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
124 if (config_file == NULL)
128 ret = krb5_prepend_config_files_default(config_file, &files);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-test104 echo Usage: $0 config_file
H A Dreg-hunt255 echo Usage: $0 config_file
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dconfig.c49 static char *config_file; /* location of kdc config file */ variable
74 "config-file", 'c', arg_string, &config_file,
199 if (config_file == NULL) {
200 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
201 if (config_file == NULL)
205 ret = krb5_prepend_config_files_default(config_file, &files);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdate/
H A Dntptime_config.c162 const char *config_file; local
181 config_file = cfgpath ? cfgpath : CONFIG_FILE;
184 config_file = cfgpath;
191 config_file = config_file_storage;
203 if ((fp = fopen(FindConfig(config_file), "r")) == NULL)
205 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig(config_file));
206 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(config_file));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kcm/
H A Dconfig.c41 static const char *config_file; /* location of kcm config file */ variable
78 "config-file", 'c', arg_string, &config_file,
356 if(config_file == NULL)
357 config_file = _PATH_KCM_CONF;
359 ret = krb5_prepend_config_files_default(config_file, &files);
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dparse-config.c58 const char *config_file = SYSCONFDIR"/pkg_install.conf"; variable
133 fp = fopen(config_file, "r");
136 warn("Can't open '%s' for reading", config_file);
H A Dlib.h435 extern const char *config_file;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dcmd_args.c36 extern const char *config_file;
67 config_file = OPT_ARG( CONFIGFILE );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_periodic111 echo Usage: $0 config_file
H A Dreg_search193 echo Usage: $0 config_file
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/reghunt/
H A Dreg_periodic111 echo Usage: $0 config_file
H A Dreg_search193 echo Usage: $0 config_file
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/add/
H A Dmain.c90 config_file = optarg;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_slave.c454 static char *config_file; variable
465 { "config-file", 'c', arg_string, &config_file },
532 if (config_file == NULL) {
533 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
534 if (config_file == NULL)
538 ret = krb5_prepend_config_files_default(config_file, &files);
H A Diprop-log.c46 get_kadmin_context(const char *config_file, char *realm) argument
53 if (config_file == NULL) {
58 config_file = file;
61 ret = krb5_prepend_config_files_default(config_file, &files);
H A Dipropd_master.c728 static char *config_file; variable
735 { "config-file", 'c', arg_string, &config_file },
786 if (config_file == NULL) {
787 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
788 if (config_file == NULL)
792 ret = krb5_prepend_config_files_default(config_file, &files);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c397 char config_file[PATH_MAX] = ""; local
405 if (dm_snprintf(config_file, sizeof(config_file), "%s/lvm%s%s.conf",
416 if (!(cfl->cft = create_config_tree(config_file, 0))) {
422 if (stat(config_file, &info) == -1) {
427 log_sys_error("stat", config_file);
432 log_very_verbose("Loading config file: %s", config_file);
434 log_error("Failed to load config file %s", config_file);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/bin/wpa_supplicant/
H A DMakefile12 config_file.c \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kpasswd/
H A Dkpasswdd.c822 static char *config_file; variable
837 { "config-file", 'c', arg_string, &config_file },
862 if (config_file == NULL) {
863 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
864 if (config_file == NULL)
868 ret = krb5_prepend_config_files_default(config_file, &files);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcontext.c759 char *config_file = NULL; local
765 config_file = _krb5_parse_reg_value_as_multi_string(NULL, key, "config",
770 if (config_file)
771 return config_file;
775 config_file = _krb5_parse_reg_value_as_multi_string(NULL, key, "config",
780 return config_file;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dnmake.mak137 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
141 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
144 $(OBJDIR)\config_file.obj \
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/hostapd/
H A Dmain.c29 #include "config_file.h"
168 * @config_file: Path to the configuration file
175 static struct hostapd_iface * hostapd_init(const char *config_file) argument
188 hapd_iface->config_fname = os_strdup(config_file);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/bin/hostapd/
H A DMakefile61 config_file.c \

Completed in 231 milliseconds

12