Searched refs:config_file (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-11.0-release/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);
H A Diter_hints.h47 struct config_file;
95 int hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg);
H A Diter_fwd.h46 struct config_file;
105 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
H A Diter_donotq.c48 #include "util/config_file.h"
111 read_donotq(struct iter_donotq* dq, struct config_file* cfg)
123 donotq_apply_cfg(struct iter_donotq* dq, struct config_file* cfg)
/freebsd-11.0-release/contrib/unbound/daemon/
H A Ddaemon.h51 struct config_file;
73 struct config_file* cfg;
162 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg);
H A Dacl_list.h46 struct config_file;
110 int acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg);
H A Dremote.h51 struct config_file;
111 struct daemon_remote* daemon_remote_create(struct config_file* cfg);
132 struct listen_port* daemon_remote_open_ports(struct config_file* cfg);
H A Dworker.h57 struct config_file;
151 int worker_init(struct worker* worker, struct config_file *cfg,
/freebsd-11.0-release/contrib/unbound/validator/
H A Dval_kcache.h47 struct config_file;
64 struct key_cache* key_cache_create(struct config_file* cfg);
H A Dval_anchor.h47 struct config_file;
143 int anchors_apply_cfg(struct val_anchors* anchors, struct config_file* cfg);
H A Dval_neg.h51 struct config_file;
172 struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter);
/freebsd-11.0-release/contrib/unbound/util/
H A Dconfig_file.h2 * util/config_file.h - reads and stores the config file for unbound.
55 struct config_file { struct
436 struct config_file* config_create(void);
442 struct config_file* config_create_forlib(void);
452 int config_read(struct config_file* config, const char* filename,
459 void config_delete(struct config_file* config);
465 void config_apply(struct config_file* config);
471 void config_lookup_uid(struct config_file* config);
481 int config_set_option(struct config_file* config, const char* option,
493 int config_get_option(struct config_file* cf
[all...]
/freebsd-11.0-release/etc/rc.d/
H A Dip6addrctl23 config_file="/etc/ip6addrctl.conf"
73 if [ -r "${config_file}" -a -s "${config_file}" ]; then
75 ${IP6ADDRCTL_CMD} install "${config_file}"
/freebsd-11.0-release/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h51 extern char *config_file;
/freebsd-11.0-release/contrib/unbound/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);
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A Dkadmin.c38 static char *config_file; variable
59 "config-file", 'c', arg_string, &config_file,
171 if (config_file == NULL) {
172 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
173 if (config_file == NULL)
177 ret = krb5_prepend_config_files_default(config_file, &files);
H A Dkadmind.c39 static char *config_file; variable
50 "config-file", 'c', arg_string, &config_file,
121 if (config_file == NULL) {
122 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
123 if (config_file == NULL)
127 ret = krb5_prepend_config_files_default(config_file, &files);
/freebsd-11.0-release/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h57 extern char const *config_file;
/freebsd-11.0-release/contrib/unbound/dnstap/
H A Ddnstap.h42 struct config_file;
100 dt_apply_cfg(struct dt_env *env, struct config_file *cfg);
/freebsd-11.0-release/contrib/unbound/services/
H A Dlisten_dnsport.h47 struct config_file;
115 struct listen_port* listening_ports_open(struct config_file* cfg,
H A Dlocalzone.h48 struct config_file;
175 int local_zones_apply_cfg(struct local_zones* zones, struct config_file* cfg);
/freebsd-11.0-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c47 #include "util/config_file.h"
97 print_option(struct config_file* cfg, const char* opt, int final)
109 check_mod(struct config_file* cfg, struct module_func_block* fb)
128 localzonechecks(struct config_file* cfg)
162 interfacechecks(struct config_file* cfg)
196 aclchecks(struct config_file* cfg)
267 const char* chrootdir, struct config_file* cfg)
289 const char* chrootdir, struct config_file* cfg)
300 const char* chrootdir, struct config_file* cfg)
320 morechecks(struct config_file* cf
[all...]
/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dlibsdp.h100 const char *config_file );
/freebsd-11.0-release/usr.sbin/autofs/
H A Dcommon.h78 char *location, const char *config_file, int config_line);
80 char *map, const char *config_file, int config_line);

Completed in 127 milliseconds

1234