Searched refs:config_file (Results 26 - 50 of 122) sorted by relevance

12345

/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h67 extern char const *config_file;
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_anchor.h47 struct config_file;
141 int anchors_apply_cfg(struct val_anchors* anchors, struct config_file* cfg);
/freebsd-13-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h40 struct config_file;
104 * \param[in] cfg the config_file struct with dnscrypt options.
107 int dnsc_apply_cfg(struct dnsc_env *env, struct config_file *cfg);
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddtstream.h51 struct config_file;
293 struct config_file *cfg);
/freebsd-13-stable/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.c49 #include "util/config_file.h"
87 read_whitelist(rbtree_type* whitelist, struct config_file* cfg)
100 struct config_file* cfg)
/freebsd-13-stable/contrib/unbound/iterator/
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)
H A Diter_utils.h50 struct config_file;
70 int iter_apply_cfg(struct iter_env* iter_env, struct config_file* cfg);
/freebsd-13-stable/usr.sbin/autofs/
H A Dcommon.h79 char *location, const char *config_file, int config_line);
81 char *map, const char *config_file, int config_line);
/freebsd-13-stable/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) {
175 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
176 if (config_file == NULL)
180 ret = krb5_prepend_config_files_default(config_file, &files);
/freebsd-13-stable/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)
355 config_file = _PATH_KCM_CONF;
357 ret = krb5_prepend_config_files_default(config_file, &files);
/freebsd-13-stable/contrib/unbound/services/cache/
H A Dinfra.h53 struct config_file;
199 struct infra_cache* infra_create(struct config_file* cfg);
216 struct config_file* cfg);
/freebsd-13-stable/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.c50 #include "util/config_file.h"
118 read_upstream(struct ecs_whitelist* whitelist, struct config_file* cfg)
131 read_names(struct ecs_whitelist* whitelist, struct config_file* cfg)
172 struct config_file* cfg)
/freebsd-13-stable/contrib/unbound/respip/
H A Drespip.h115 int respip_global_apply_cfg(struct respip_set* set, struct config_file* cfg);
125 int respip_views_apply_cfg(struct views* vs, struct config_file* cfg,
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c48 #include "util/config_file.h"
105 print_option(struct config_file* cfg, const char* opt, int final)
130 check_mod(struct config_file* cfg, struct module_func_block* fb)
162 donotquerylocalhostcheck(struct config_file* cfg)
188 localzonechecks(struct config_file* cfg)
200 acl_view_tag_checks(struct config_file* cfg, struct views* views)
288 view_and_respipchecks(struct config_file* cfg)
332 interfacechecks(struct config_file* cfg)
367 aclchecks(struct config_file* cfg)
384 tcpconnlimitchecks(struct config_file* cf
[all...]
/freebsd-13-stable/contrib/unbound/util/
H A Dedns.c44 #include "util/config_file.h"
99 struct config_file* config)
162 struct config_file* cfg, struct comm_point* c, struct regional* region)
H A Dtcp_conn_limit.c44 #include "util/config_file.h"
132 read_tcl_list(struct tcl_list* tcl, struct config_file* cfg)
144 tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg)
/freebsd-13-stable/contrib/unbound/daemon/
H A Dacl_list.c46 #include "util/config_file.h"
194 acl_list_tag_action_cfg(struct acl_list* acl, struct config_file* cfg,
283 acl_list_tag_data_cfg(struct acl_list* acl, struct config_file* cfg,
333 read_acl_list(struct acl_list* acl, struct config_file* cfg)
346 read_acl_tags(struct acl_list* acl, struct config_file* cfg)
368 read_acl_view(struct acl_list* acl, struct config_file* cfg, struct views* v)
389 read_acl_tag_actions(struct acl_list* acl, struct config_file* cfg)
414 read_acl_tag_datas(struct acl_list* acl, struct config_file* cfg)
437 acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg,
/freebsd-13-stable/usr.sbin/wpa/wpa_cli/
H A DMakefile15 config_file.c \
/freebsd-13-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile15 config_file.c \
/freebsd-13-stable/usr.sbin/bluetooth/hcsecd/
H A Dparser.y58 char *config_file = "/etc/bluetooth/hcsecd.conf";
203 if (config_file == NULL) {
208 if ((yyin = fopen(config_file, "r")) == NULL) {
210 config_file, strerror(errno), errno);
216 syslog(LOG_ERR, "Could not parse config file '%s'",config_file);
/freebsd-13-stable/contrib/unbound/services/
H A Dview.c45 #include "util/config_file.h"
144 views_apply_cfg(struct views* vs, struct config_file* cfg)
148 struct config_file lz_cfg;
H A Dauthzone.h52 struct config_file;
479 int auth_zones_apply_cfg(struct auth_zones* az, struct config_file* cfg,
623 int auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dcmd_args.c37 extern const char *config_file;
67 config_file = OPT_ARG( CONFIGFILE );
/freebsd-13-stable/tools/kerneldoc/subsys/
H A DMakefile90 .for config_file in ${_ALL}
91 @doxygen -u ${config_file}
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb36 def self.grab_config(config_file)
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

Completed in 270 milliseconds

12345