Home
last modified time | relevance | path

Searched refs:config_file (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h69 struct config_file { struct
904 struct config_file* config_create(void);
910 struct config_file* config_create_forlib(void);
920 int config_read(struct config_file* config, const char* filename,
927 void config_delete(struct config_file* config);
933 void config_apply(struct config_file* config);
939 void config_lookup_uid(struct config_file* config);
949 int config_set_option(struct config_file* config, const char* option,
961 int config_get_option(struct config_file* cfg, const char* opt,
971 int config_get_option_list(struct config_file* cfg, const char* opt,
[all …]
H A Dtcp_conn_limit.h47 struct config_file;
96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg);
/netbsd-src/etc/rc.d/
H A Dip6addrctl20 config_file="/etc/ip6addrctl.conf"
61 if [ -r "${config_file}" ] && [ -s "${config_file}" ]; then
63 ${IP6ADDRCTL_CMD} install "${config_file}"
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dconfig.c49 static char *config_file; /* location of kdc config file */ variable
84 "config-file", 'c', arg_string, &config_file,
200 if (config_file == NULL) { in configure()
201 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in configure()
202 if (aret == -1 || config_file == NULL) in configure()
206 ret = krb5_prepend_config_files_default(config_file, &files); in configure()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmind.c41 static char *config_file; variable
55 "config-file", 'c', arg_string, &config_file,
141 if (config_file == NULL) { in main()
144 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
149 ret = krb5_prepend_config_files_default(config_file, &files); in main()
H A Dkadmin.c40 static char *config_file; variable
61 "config-file", 'c', arg_string, &config_file,
186 if (config_file == NULL) { in main()
187 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
192 ret = krb5_prepend_config_files_default(config_file, &files); in main()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c106 print_option(struct config_file* cfg, const char* opt, int final) in print_option()
131 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()
163 donotquerylocalhostcheck(struct config_file* cfg) in donotquerylocalhostcheck()
189 localzonechecks(struct config_file* cfg) in localzonechecks()
201 acl_view_tag_checks(struct config_file* cfg, struct views* views) in acl_view_tag_checks()
289 view_and_respipchecks(struct config_file* cfg) in view_and_respipchecks()
333 interfacechecks(struct config_file* cfg) in interfacechecks()
449 aclchecks(struct config_file* cfg) in aclchecks()
466 tcpconnlimitchecks(struct config_file* cfg) in tcpconnlimitchecks()
537 const char* chrootdir, struct config_file* cfg) in check_chroot_string()
[all …]
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Ddrop-tld.diff21 diff --git a/util/config_file.h b/util/config_file.h
23 --- a/util/config_file.h
24 +++ b/util/config_file.h
25 @@ -274,6 +274,8 @@ struct config_file {
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasn1_stable_parse_test.c13 static char *config_file = NULL; variable
47 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(newctx, config_file), 0)) in test_asn1_stable_parse()
72 config_file = opt_arg(); in setup_tests()
H A Dfips_version_test.c46 char *config_file = NULL; in setup_tests() local
53 config_file = opt_arg(); in setup_tests()
63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL)) in setup_tests()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dremote.h51 struct config_file;
126 struct daemon_remote* daemon_remote_create(struct config_file* cfg);
147 struct listen_port* daemon_remote_open_ports(struct config_file* cfg);
H A Dacl_list.h47 struct config_file;
147 int acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg,
166 int acl_interface_apply_cfg(struct acl_list* acl_interface, struct config_file* cfg,
H A Ddaemon.h48 struct config_file;
78 struct config_file* cfg;
190 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg);
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddnstap.h42 struct config_file;
91 dt_create(struct config_file* cfg);
99 dt_apply_cfg(struct dt_env *env, struct config_file *cfg);
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dconfig.c41 static const char *config_file; /* location of kcm config file */ variable
76 "config-file", 'c', arg_string, &config_file,
356 if(config_file == NULL) in kcm_configure()
357 config_file = _PATH_KCM_CONF; in kcm_configure()
359 ret = krb5_prepend_config_files_default(config_file, &files); in kcm_configure()
/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Drrset.h47 struct config_file;
67 struct rrset_cache* rrset_cache_create(struct config_file* cfg,
86 struct config_file* cfg, struct alloc_cache* alloc);
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_neg.h51 struct config_file;
178 struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter);
247 int addsoa, uint8_t* topname, struct config_file* cfg);
H A Dval_kcache.h47 struct config_file;
64 struct key_cache* key_cache_create(struct config_file* cfg);
/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dgenerate_test_runner.rb36 def self.grab_config(config_file) argument
39 unless (config_file.nil? or config_file.empty?)
41 yaml_guts = YAML.load_file(config_file)
43 raise "No :unity or :cmock section found in #{config_file}" unless options
/netbsd-src/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod-whitelist.h46 struct config_file;
56 struct config_file* cfg);
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_donotq.h47 struct config_file;
82 int donotq_apply_cfg(struct iter_donotq* donotq, struct config_file* cfg);
H A Diter_priv.h48 struct config_file;
91 int priv_apply_cfg(struct iter_priv* priv, struct config_file* cfg);
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dprovider.c17 const char *config_file, in test_get_libctx() argument
35 if (config_file != NULL in test_get_libctx()
36 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) { in test_get_libctx()
37 opt_printf_stderr("Error loading config from file %s\n", config_file); in test_get_libctx()
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Dsubnet-whitelist.h47 struct config_file;
88 struct config_file* cfg);
/netbsd-src/external/bsd/unbound/dist/services/
H A Dview.h48 struct config_file;
106 int views_apply_cfg(struct views* v, struct config_file* cfg);

123456