Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/unbound/util/
H A Dconfig_file.h69 struct config_file { struct
948 struct config_file* config_create(void);
954 struct config_file* config_create_forlib(void);
964 int config_read(struct config_file* config, const char* filename,
971 void config_delete(struct config_file* config);
977 void config_apply(struct config_file* config);
983 void config_lookup_uid(struct config_file* config);
993 int config_set_option(struct config_file* config, const char* option,
1005 int config_get_option(struct config_file* cfg, const char* opt,
1015 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);
/freebsd/crypto/heimdal/kadmin/
H A Dkadmind.c39 static char *config_file; variable
50 "config-file", 'c', arg_string, &config_file,
125 if (config_file == NULL) { in main()
126 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
127 if (config_file == NULL) in main()
131 ret = krb5_prepend_config_files_default(config_file, &files); in main()
H A Dkadmin.c38 static char *config_file; variable
59 "config-file", 'c', arg_string, &config_file,
171 if (config_file == NULL) { in main()
172 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
173 if (config_file == NULL) in main()
177 ret = krb5_prepend_config_files_default(config_file, &files); in main()
/freebsd/crypto/heimdal/kdc/
H A Dconfig.c47 static char *config_file; /* location of kdc config file */ variable
66 "config-file", 'c', arg_string, &config_file,
174 if (config_file == NULL) { in configure()
175 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in configure()
176 if (config_file == NULL) in configure()
180 ret = krb5_prepend_config_files_default(config_file, &files); in configure()
/freebsd/libexec/rc/rc.d/
H A Dip6addrctl22 config_file="/etc/ip6addrctl.conf"
72 if [ -r "${config_file}" -a -s "${config_file}" ]; then
74 ${IP6ADDRCTL_CMD} install "${config_file}"
/freebsd/contrib/unbound/services/cache/
H A Dinfra.h53 struct config_file;
217 struct infra_cache* infra_create(struct config_file* cfg);
234 struct config_file* cfg);
495 int cookie_valid, struct config_file* cfg);
499 time_t timenow, struct config_file* cfg);
503 struct config_file* cfg);
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);
/freebsd/crypto/openssl/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()
/freebsd/contrib/unbound/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 {
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c107 print_option(struct config_file* cfg, const char* opt, int final) in print_option()
132 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()
167 donotquerylocalhostcheck(struct config_file* cfg) in donotquerylocalhostcheck()
193 localzonechecks(struct config_file* cfg) in localzonechecks()
205 acl_view_tag_checks(struct config_file* cfg, struct views* views) in acl_view_tag_checks()
293 view_and_respipchecks(struct config_file* cfg) in view_and_respipchecks()
337 interfacechecks(struct config_file* cfg) in interfacechecks()
453 aclchecks(struct config_file* cfg) in aclchecks()
470 tcpconnlimitchecks(struct config_file* cfg) in tcpconnlimitchecks()
541 const char* chrootdir, struct config_file* cfg) in check_chroot_string()
[all …]
/freebsd/contrib/unbound/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;
80 struct config_file* cfg;
207 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg);
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.h43 struct config_file;
99 dt_create(struct config_file* cfg);
107 dt_apply_cfg(struct dt_env *env, struct config_file *cfg);
/freebsd/crypto/heimdal/kcm/
H A Dconfig.c39 static const char *config_file; /* location of kcm config file */ variable
76 "config-file", 'c', arg_string, &config_file,
354 if(config_file == NULL) in kcm_configure()
355 config_file = _PATH_KCM_CONF; in kcm_configure()
357 ret = krb5_prepend_config_files_default(config_file, &files); in kcm_configure()
/freebsd/contrib/unbound/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);
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.h46 struct config_file;
56 struct config_file* cfg);
/freebsd/contrib/unbound/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);
/freebsd/contrib/ntp/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
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.h47 struct config_file;
88 struct config_file* cfg);
/freebsd/contrib/unbound/services/
H A Dview.h48 struct config_file;
106 int views_apply_cfg(struct views* v, struct config_file* cfg);

1234567