Searched refs:config_file (Results 76 - 100 of 122) sorted by relevance

12345

/freebsd-13-stable/contrib/wpa/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 \
/freebsd-13-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c765 static char *config_file; variable
780 { "config-file", 'c', arg_string, &config_file, NULL, NULL },
805 if (config_file == NULL) {
806 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
807 if (config_file == NULL)
811 ret = krb5_prepend_config_files_default(config_file, &files);
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c776 static char *config_file; variable
783 { "config-file", 'c', arg_string, &config_file, NULL, NULL },
834 if (config_file == NULL) {
835 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
836 if (config_file == NULL)
840 ret = krb5_prepend_config_files_default(config_file, &files);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcontext.c776 char *config_file = NULL; local
782 config_file = _krb5_parse_reg_value_as_multi_string(NULL, key, "config",
787 if (config_file)
788 return config_file;
792 config_file = _krb5_parse_reg_value_as_multi_string(NULL, key, "config",
797 return config_file;
H A DMakefile.am123 config_file.c \
/freebsd-13-stable/usr.sbin/autofs/
H A Dcommon.c181 const char *config_file, int config_line)
198 assert(config_file != NULL);
199 n->n_config_file = config_file;
212 const char *config_file, int config_line)
229 assert(config_file != NULL);
230 n->n_config_file = config_file;
180 node_new(struct node *parent, char *key, char *options, char *location, const char *config_file, int config_line) argument
211 node_new_map(struct node *parent, char *key, char *options, char *map, const char *config_file, int config_line) argument
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-control.c58 #include "util/config_file.h"
420 static void do_stats_shm(struct config_file* cfg, struct ub_stats_info* stats,
443 struct config_file* cfg;
508 setup_ctx(struct config_file* cfg)
580 contact_server(const char* svr, struct config_file* cfg, int statuscmd)
872 struct config_file* cfg;
/freebsd-13-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c12 #include "util/config_file.h"
559 dnsc_chroot_path(struct config_file *cfg, char *path)
577 dnsc_parse_certs(struct dnsc_env *env, struct config_file *cfg)
683 dnsc_load_local_data(struct dnsc_env* dnscenv, struct config_file *cfg)
791 dnsc_parse_keys(struct dnsc_env *env, struct config_file *cfg)
962 dnsc_apply_cfg(struct dnsc_env *env, struct config_file *cfg)
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dqtool.pl154 my $config_file = "/etc/mail/sendmail.cf";
157 $config_file = $opts{C};
161 open(CONFIG_FILE, $config_file) or die "$config_file: $!";
201 die "QueueDirectory option not defined in $config_file";
/freebsd-13-stable/contrib/unbound/services/cache/
H A Drrset.c45 #include "util/config_file.h"
60 struct rrset_cache* rrset_cache_create(struct config_file* cfg,
83 struct config_file* cfg, struct alloc_cache* alloc)
H A Dinfra.c52 #include "util/config_file.h"
201 struct config_file* cfg)
222 setup_domain_limits(struct infra_cache* infra, struct config_file* cfg)
233 infra_create(struct config_file* cfg)
295 infra_adjust(struct infra_cache* infra, struct config_file* cfg)
/freebsd-13-stable/sbin/fdisk/
H A Dfdisk.c258 static int read_config(char *config_file);
1336 read_config(char *config_file) argument
1343 if (strcmp(config_file, "-") != 0) {
1347 if ((fp = fopen(config_file, "r")) == NULL) {
/freebsd-13-stable/usr.sbin/wpa/hostapd/
H A DMakefile26 config_file.c \
/freebsd-13-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile15 config.c config_file.c \
/freebsd-13-stable/contrib/unbound/services/
H A Dlocalzone.c45 #include "util/config_file.h"
745 lz_enter_zones(struct local_zones* zones, struct config_file* cfg)
782 lz_nodefault(struct config_file* cfg, const char* name)
801 add_empty_default(struct local_zones* zones, struct config_file* cfg,
826 int local_zone_enter_defaults(struct local_zones* zones, struct config_file* cfg)
924 lz_enter_overrides(struct local_zones* zones, struct config_file* cfg)
974 lz_setup_implicit(struct local_zones* zones, struct config_file* cfg)
1057 lz_enter_zone_tags(struct local_zones* zones, struct config_file* cfg)
1073 lz_enter_data(struct local_zones* zones, struct config_file* cfg)
1085 lz_freeup_cfg(struct config_file* cf
[all...]
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c179 static char config_file[MAXPATHLEN + 1]; variable
1335 if (read_config(config_file, NULL)) {
1336 syslog(LOG_ERR, "error reading config file '%s'", config_file);
1538 strlcpy(config_file, optarg, sizeof(config_file));
1647 if (config_file[0] == '\0')
1648 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix);
1683 if (read_config(config_file, NULL)) {
2476 if (read_config(config_file, mo
[all...]
/freebsd-13-stable/contrib/subversion/
H A Dwin-tests.py182 config_file = None variable
272 config_file = val
1105 opts.config_file = config_file
/freebsd-13-stable/sys/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id131 vdev_id <-d device> [-c config_file] [-p phys_per_port]
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h248 const char *config_file; member in struct:osm_subn_opt
387 * config_file
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dcontext.c44 #include "util/config_file.h"
60 struct config_file* cfg = ctx->env->cfg;
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dhostapd.h587 const char *config_file);
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c67 char *config_file; member in struct:soft_token
904 soft_token.config_file = get_config_file_for_user();
910 ret = read_conf_file(soft_token.config_file, CKU_USER, NULL);
1216 ret = read_conf_file(soft_token.config_file, userType, pin);
/freebsd-13-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.c51 #include "util/config_file.h"
57 ipsecmod_apply_cfg(struct ipsecmod_env* ipsecmod_env, struct config_file* cfg)
/freebsd-13-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c55 #include "util/config_file.h"
298 struct subnet_env *env, struct config_file* cfg)
603 struct config_file* cfg)
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile507 config_file.c \

Completed in 288 milliseconds

12345