Searched refs:config_file (Results 51 - 75 of 119) sorted by relevance

12345

/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.h52 struct config_file;
479 int auth_zones_apply_cfg(struct auth_zones* az, struct config_file* cfg,
623 int auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg);
H A Dlocalzone.h53 struct config_file;
223 int local_zones_apply_cfg(struct local_zones* zones, struct config_file* cfg);
493 struct config_file* cfg);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dmain.c614 const char *config_file = NULL; local
719 config_file = optarg;
720 printf("Config file is `%s`:\n", config_file);
729 if (!config_file)
730 config_file = OSM_DEFAULT_CONFIG_FILE;
734 if (osm_subn_parse_conf_file(config_file, &opt) < 0)
735 printf("\nFail to parse config file \'%s\'\n", config_file);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c2 * util/config_file.c - reads and stores the config file for unbound.
50 #include "util/config_file.h"
90 struct config_file*
93 struct config_file* cfg;
94 cfg = (struct config_file*)calloc(1, sizeof(struct config_file));
374 struct config_file* config_create_forlib(void)
376 struct config_file* cfg = config_create();
453 int config_set_option(struct config_file* cfg, const char* opt,
818 int config_get_option_list(struct config_file* cf
[all...]
H A Dmodule.h163 struct config_file;
327 struct config_file* cfg;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c453 static char *config_file; variable
464 { "config-file", 'c', arg_string, &config_file, NULL, NULL },
531 if (config_file == NULL) {
532 if (asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)) == -1
533 || config_file == NULL)
537 ret = krb5_prepend_config_files_default(config_file, &files);
H A Diprop-log.c44 get_kadmin_context(const char *config_file, char *realm) argument
51 if (config_file == NULL) {
56 config_file = file;
59 ret = krb5_prepend_config_files_default(config_file, &files);
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-11-stable/usr.sbin/nscd/
H A Dnscd.c598 char const *config_file; local
787 config_file = CONFIG_PATH;
789 res = parse_config_file(s_configuration, config_file, &error_str,
792 config_file = DEFAULT_CONFIG_PATH;
793 res = parse_config_file(s_configuration, config_file,
800 config_file, error_line, error_str);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_kcache.c45 #include "util/config_file.h"
50 key_cache_create(struct config_file* cfg)
/freebsd-11-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile29 config_file.c \
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in122 util/config_file.c util/configlexer.c util/configparser.c \
142 outbound_list.lo alloc.lo config_file.lo configlexer.lo configparser.lo \
419 $(srcdir)/util/config_file.h $(srcdir)/util/log.h \
439 $(srcdir)/util/config_file.h $(srcdir)/util/log.h \
449 $(srcdir)/services/outbound_list.h $(srcdir)/util/config_file.h \
469 util/config_file.c: util/configparser.h
687 $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/sldns/sbuffer.h
694 $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/iterator/iterator.h \
699 $(srcdir)/util/data/packed_rrset.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/config_file.h \
724 $(srcdir)/util/storage/dnstree.h $(srcdir)/services/view.h $(srcdir)/util/config_file
[all...]
/freebsd-11-stable/sbin/devd/
H A Dparse.y60 config_file
/freebsd-11-stable/usr.sbin/apmd/
H A Dapmdparse.y79 config_file
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_hints.c46 #include "util/config_file.h"
271 read_stubs(struct iter_hints* hints, struct config_file* cfg)
412 read_root_hints_list(struct iter_hints* hints, struct config_file* cfg)
431 hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg)
H A Diter_fwd.c46 #include "util/config_file.h"
258 read_forwards(struct iter_forwards* fwd, struct config_file* cfg)
302 make_stub_holes(struct iter_forwards* fwd, struct config_file* cfg)
325 forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg)
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/config/
H A Dt_config.sh232 test -e config_file.h &&
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c93 config_file = optarg;
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c84 config_file = optarg;
/freebsd-11-stable/lib/libunbound/
H A DMakefile18 SRCS= alloc.c as112.c authzone.c autotrust.c cachedb.c config_file.c \
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c51 #include "util/config_file.h"
174 checkrlimits(struct config_file* cfg)
272 apply_settings(struct daemon* daemon, struct config_file* cfg,
441 perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode,
669 struct config_file* cfg = NULL;
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap.c47 #include "util/config_file.h"
131 dt_create(struct config_file* cfg)
166 dt_apply_identity(struct dt_env *env, struct config_file *cfg)
190 dt_apply_version(struct dt_env *env, struct config_file *cfg)
207 dt_apply_cfg(struct dt_env *env, struct config_file *cfg)
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c88 config_file = optarg;
98 if (config_file == NULL)
441 "Usage: %s [-d] -f config_file [-h]\n" \
444 "\t-f config_file use <config_file>\n" \
/freebsd-11-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-11-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);

Completed in 287 milliseconds

12345