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

12345

/freebsd-11-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-11-stable/usr.sbin/autofs/
H A Dcommon.c183 const char *config_file, int config_line)
200 assert(config_file != NULL);
201 n->n_config_file = config_file;
214 const char *config_file, int config_line)
231 assert(config_file != NULL);
232 n->n_config_file = config_file;
182 node_new(struct node *parent, char *key, char *options, char *location, const char *config_file, int config_line) argument
213 node_new_map(struct node *parent, char *key, char *options, char *map, const char *config_file, int config_line) argument
/freebsd-11-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-11-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-11-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-11-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-11-stable/sbin/fdisk/
H A Dfdisk.c255 static int read_config(char *config_file);
1363 read_config(char *config_file) argument
1370 if (strcmp(config_file, "-") != 0) {
1374 if ((fp = fopen(config_file, "r")) == NULL) {
/freebsd-11-stable/usr.sbin/wpa/hostapd/
H A DMakefile25 config_file.c \
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile14 config.c config_file.c \
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c177 static char config_file[MAXPATHLEN + 1]; variable
1304 if (read_config(config_file, NULL)) {
1305 syslog(LOG_ERR, "error reading config file '%s'", config_file);
1507 strlcpy(config_file, optarg, sizeof(config_file));
1618 if (config_file[0] == '\0')
1619 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix);
1652 if (read_config(config_file, NULL)) {
2445 if (read_config(config_file, mo
[all...]
/freebsd-11-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-11-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-11-stable/contrib/subversion/
H A Dwin-tests.py182 config_file = None variable
272 config_file = val
1105 opts.config_file = config_file
/freebsd-11-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-11-stable/contrib/wpa/src/ap/
H A Dhostapd.h587 const char *config_file);
/freebsd-11-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-11-stable/contrib/unbound/libunbound/
H A Dcontext.c44 #include "util/config_file.h"
60 struct config_file* cfg = ctx->env->cfg;
/freebsd-11-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-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c2186 p_opts->config_file = file_name;
2241 if (!p_opts->config_file)
2244 opts_file = fopen(p_opts->config_file, "r");
2250 p_opts->config_file, strerror(errno));
/freebsd-11-stable/kerberos5/lib/libkrb5/
H A DMakefile507 config_file.c \
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c54 #include "util/config_file.h"
87 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg)
H A Ddaemon.c74 #include "util/config_file.h"
840 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg)
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c49 #include "util/config_file.h"
218 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg)

Completed in 400 milliseconds

12345