| /src/external/bsd/nsd/dist/contrib/ |
| nsd.openrc.in | 12 config_file="@configdir@/${RC_SVCNAME}.conf" 24 command_args="-c ${config_file} -d -P '' ${NSD_EXTRA_OPTS}" 27 required_files="${config_file}" 35 if ! "${checkconf}" "${config_file}" ; then 36 eerror "You have errors in your config file (${config_file})"
|
| /src/external/bsd/unbound/dist/ipsecmod/ |
| ipsecmod-whitelist.h | 46 struct config_file; 56 struct config_file* cfg);
|
| /src/external/bsd/unbound/dist/iterator/ |
| iter_donotq.h | 47 struct config_file; 82 int donotq_apply_cfg(struct iter_donotq* donotq, struct config_file* cfg);
|
| iter_priv.h | 48 struct config_file; 91 int priv_apply_cfg(struct iter_priv* priv, struct config_file* cfg);
|
| iter_fwd.h | 47 struct config_file; 111 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
|
| iter_hints.h | 48 struct config_file; 100 int hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg);
|
| /src/external/bsd/unbound/dist/edns-subnet/ |
| subnet-whitelist.h | 47 struct config_file; 88 struct config_file* cfg);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| asn1_stable_parse_test.c | 13 static char *config_file = NULL; variable 46 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(newctx, config_file), 0)) 71 config_file = opt_arg();
|
| fips_version_test.c | 46 char *config_file = NULL; local 53 config_file = opt_arg(); 63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL))
|
| decoder_propq_test.c | 87 char *config_file = NULL; local 96 config_file = opt_arg(); 107 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| 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)) 72 config_file = opt_arg();
|
| fips_version_test.c | 46 char *config_file = NULL; local 53 config_file = opt_arg(); 63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL))
|
| /src/external/bsd/unbound/dist/util/ |
| tcp_conn_limit.h | 47 struct config_file; 96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg);
|
| config_file.h | 2 * util/config_file.h - reads and stores the config file for unbound. 72 struct config_file { struct 964 struct config_file* config_create(void); 970 struct config_file* config_create_forlib(void); 981 void config_auto_slab_values(struct config_file* config); 991 int config_read(struct config_file* config, const char* filename, 998 void config_delete(struct config_file* config); 1004 void config_apply(struct config_file* config); 1014 void config_lookup_uid(struct config_file* config); 1024 int config_set_option(struct config_file* config, const char* option [all...] |
| /src/external/bsd/unbound/dist/validator/ |
| val_kcache.h | 47 struct config_file; 64 struct key_cache* key_cache_create(struct config_file* cfg);
|
| 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);
|
| /src/etc/rc.d/ |
| ip6addrctl | 20 config_file="/etc/ip6addrctl.conf" 61 if [ -r "${config_file}" ] && [ -s "${config_file}" ]; then 63 ${IP6ADDRCTL_CMD} install "${config_file}"
|
| /src/external/bsd/unbound/dist/dnstap/ |
| 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); 114 void dt_apply_logcfg(struct dt_env *env, struct config_file *cfg);
|
| /src/external/bsd/unbound/dist/daemon/ |
| stats.h | 47 struct config_file; 61 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg);
|
| acl_list.h | 47 struct config_file; 149 int acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg, 165 int acl_interface_apply_cfg(struct acl_list* acl_interface, struct config_file* cfg,
|
| daemon.h | 48 struct config_file; 82 struct config_file* cfg; 222 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg);
|
| worker.h | 57 struct config_file; 164 int worker_init(struct worker* worker, struct config_file *cfg,
|
| /src/external/bsd/unbound/dist/services/ |
| view.h | 48 struct config_file; 107 int views_apply_cfg(struct views* v, struct config_file* cfg);
|
| /src/external/bsd/unbound/dist/services/cache/ |
| 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);
|
| /src/external/bsd/atf/dist/tools/ |
| config_file.hpp | 38 namespace config_file { namespace in namespace:tools 63 } // namespace config_file
|