/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 69 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 D | tcp_conn_limit.h | 47 struct config_file; 96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg);
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmind.c | 39 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 D | kadmin.c | 38 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 D | config.c | 47 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 D | ip6addrctl | 22 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 D | infra.h | 53 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 D | rrset.h | 47 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 D | asn1_stable_parse_test.c | 13 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 D | fips_version_test.c | 46 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 D | drop-tld.diff | 21 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 D | unbound-checkconf.c | 107 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 D | remote.h | 51 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 D | acl_list.h | 47 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 D | daemon.h | 48 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 D | dnstap.h | 43 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 D | config.c | 39 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 D | val_neg.h | 51 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 D | val_kcache.h | 47 struct config_file; 64 struct key_cache* key_cache_create(struct config_file* cfg);
|
/freebsd/contrib/unbound/ipsecmod/ |
H A D | ipsecmod-whitelist.h | 46 struct config_file; 56 struct config_file* cfg);
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_donotq.h | 47 struct config_file; 82 int donotq_apply_cfg(struct iter_donotq* donotq, struct config_file* cfg);
|
H A D | iter_priv.h | 48 struct config_file; 91 int priv_apply_cfg(struct iter_priv* priv, struct config_file* cfg);
|
/freebsd/contrib/ntp/sntp/unity/auto/ |
H A D | generate_test_runner.rb | 36 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 D | subnet-whitelist.h | 47 struct config_file; 88 struct config_file* cfg);
|
/freebsd/contrib/unbound/services/ |
H A D | view.h | 48 struct config_file; 106 int views_apply_cfg(struct views* v, struct config_file* cfg);
|