Searched refs:cfg (Results 1 - 25 of 497) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/tools/nanobsd/Files/root/
H A Dsave_sshkeys32 trap "umount /cfg" 1 2 15 EXIT
33 mount /cfg
34 mkdir -p /cfg/ssh
37 cp ssh_host_* /cfg/ssh
39 umount /cfg
H A Dsave_cfg33 trap "umount /cfg" 1 2 15 EXIT
34 mount /cfg
39 if [ ! -f /cfg/$filename -a ! -f /cfg/.ignore/$filename ]
43 # If file doesn't exist in /cfg and file is not in the 'ignore' list
63 # Add to cfg (y/n/i)?
64 # y) -> save this file in /cfg
65 # n) -> do not save this file in /cfg for current script invocation ONLY
66 # i) -> add file to ignore list (/cfg/.ignore hiereachy) and never save
67 # try to add this file to /cfg
[all...]
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
36 trap "umount /cfg" 1 2 15 EXIT
37 mount /cfg
38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
39 umount /cfg
/freebsd-11-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dsave_sshkeys32 trap "umount /cfg" 1 2 15 EXIT
33 mount /cfg
34 mkdir -p /cfg/ssh
37 cp ssh_host_* /cfg/ssh
39 umount /cfg
H A Dsave_cfg32 trap "umount /cfg" 1 2 15 EXIT
33 mount /cfg
35 cd /cfg
38 cmp -s /etc/$i /cfg/$i || cp -pfv /etc/$i /cfg/$i
41 umount /cfg
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
36 trap "umount /cfg" 1 2 15 EXIT
37 mount /cfg
38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
39 umount /cfg
/freebsd-11-stable/usr.sbin/pc-sysinstall/examples/
H A DMakefile3 FILES= README pc-autoinstall.conf pcinstall.cfg.fbsd-netinstall \
4 pcinstall.cfg.geli pcinstall.cfg.gmirror pcinstall.cfg.netinstall \
5 pcinstall.cfg.restore pcinstall.cfg.rsync pcinstall.cfg.upgrade \
6 pcinstall.cfg.zfs
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c99 * @param cfg: config
105 print_option(struct config_file* cfg, const char* opt, int final) argument
108 char *p = fname_after_chroot(cfg->pidfile, cfg, 1);
115 struct config_strlist* s = cfg->auto_trust_anchor_file_list;
117 char *p = fname_after_chroot(s->str, cfg, 1);
124 if(!config_get_option(cfg, opt, config_print_func, stdout))
130 check_mod(struct config_file* cfg, struct module_func_block* fb) argument
134 env.cfg = cfg;
162 donotquerylocalhostcheck(struct config_file* cfg) argument
188 localzonechecks(struct config_file* cfg) argument
200 acl_view_tag_checks(struct config_file* cfg, struct views* views) argument
288 view_and_respipchecks(struct config_file* cfg) argument
332 interfacechecks(struct config_file* cfg) argument
367 aclchecks(struct config_file* cfg) argument
384 tcpconnlimitchecks(struct config_file* cfg) argument
454 check_chroot_string(const char* desc, char** ss, const char* chrootdir, struct config_file* cfg) argument
476 check_chroot_filelist(const char* desc, struct config_strlist* list, const char* chrootdir, struct config_file* cfg) argument
487 check_chroot_filelist_wild(const char* desc, struct config_strlist* list, const char* chrootdir, struct config_file* cfg) argument
509 ecs_conf_checks(struct config_file* cfg) argument
560 morechecks(struct config_file* cfg) argument
828 check_fwd(struct config_file* cfg) argument
839 check_hints(struct config_file* cfg) argument
850 check_auth(struct config_file* cfg) argument
865 struct config_file* cfg = config_create(); local
[all...]
H A Dunbound-control-setup.sh110 echo "[req]" > request.cfg
111 echo "default_bits=$BITS" >> request.cfg
112 echo "default_md=$HASH" >> request.cfg
113 echo "prompt=no" >> request.cfg
114 echo "distinguished_name=req_distinguished_name" >> request.cfg
115 echo "" >> request.cfg
116 echo "[req_distinguished_name]" >> request.cfg
117 echo "commonName=$SERVERNAME" >> request.cfg
119 test -f request.cfg || error "could not create request.cfg"
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_config.h103 #define LIO_GET_IQ_CFG(cfg) ((cfg)->iq)
104 #define LIO_GET_IQ_MAX_Q_CFG(cfg) ((cfg)->iq.max_iqs)
105 #define LIO_GET_IQ_INSTR_TYPE_CFG(cfg) ((cfg)->iq.instr_type)
107 #define LIO_GET_IQ_INTR_PKT_CFG(cfg) ((cfg)->iq.iq_intr_pkt)
109 #define LIO_GET_OQ_MAX_Q_CFG(cfg) ((cfg)
[all...]
/freebsd-11-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c69 struct cfg { struct
84 void (*f)(struct cfg *, char *argv[]);
122 read_register(struct cfg *cfg, int r) argument
127 if (ioctl(cfg->fd, IOETHERSWITCHGETREG, &er) != 0)
133 write_register(struct cfg *cfg, int r, int v) argument
139 if (ioctl(cfg->fd, IOETHERSWITCHSETREG, &er) != 0)
144 read_phyregister(struct cfg *cfg, in argument
156 write_phyregister(struct cfg *cfg, int phy, int reg, int val) argument
168 set_port_vid(struct cfg *cfg, char *argv[]) argument
187 set_port_flag(struct cfg *cfg, char *argv[]) argument
228 set_port_media(struct cfg *cfg, char *argv[]) argument
250 set_port_mediaopt(struct cfg *cfg, char *argv[]) argument
275 set_vlangroup_vid(struct cfg *cfg, char *argv[]) argument
293 set_vlangroup_members(struct cfg *cfg, char *argv[]) argument
332 set_register(struct cfg *cfg, char *arg) argument
349 set_phyregister(struct cfg *cfg, char *arg) argument
372 set_vlan_mode(struct cfg *cfg, char *argv[]) argument
395 print_config(struct cfg *cfg) argument
432 print_port(struct cfg *cfg, int port) argument
472 print_vlangroup(struct cfg *cfg, int vlangroup) argument
507 print_info(struct cfg *cfg) argument
557 newmode(struct cfg *cfg, enum cmdmode mode) argument
590 struct cfg cfg; local
[all...]
/freebsd-11-stable/sys/dev/puc/
H A Dpuc_cfg.c43 const struct puc_cfg *cfg = sc->sc_cfg; local
46 if (cfg->config_function != NULL) {
47 error = cfg->config_function(sc, cmd, port, r);
55 if (cfg->clock < 0)
57 *r = cfg->clock;
60 if (cfg->desc == NULL)
62 *r = (intptr_t)cfg->desc;
73 switch (cfg->ports) {
112 if (cfg->d_ofs < 0)
114 *r = port * cfg
[all...]
/freebsd-11-stable/sys/dev/mii/
H A Dmii_fdt.c139 mii_fdt_free_config(struct mii_fdt_phy_config *cfg) argument
142 free(cfg, M_OFWPROP);
148 mii_fdt_phy_config_t *cfg; local
155 cfg = malloc(sizeof(*cfg), M_OFWPROP, M_ZERO | M_WAITOK);
159 * fill in; cfg is already full of zero/default values, return it.
161 if ((cfg->macnode = ofw_bus_get_node(macdev)) == -1)
162 return (cfg);
164 cfg->con_type = mii_fdt_get_contype(cfg
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c73 /** from cfg username, after daemonize setup performed */
75 /** from cfg username, after daemonize setup performed */
93 struct config_file* cfg; local
94 cfg = (struct config_file*)calloc(1, sizeof(struct config_file));
95 if(!cfg)
98 cfg->verbosity = 1;
99 cfg->stat_interval = 0;
100 cfg->stat_cumulative = 0;
101 cfg->stat_extended = 0;
102 cfg
376 struct config_file* cfg = config_create(); local
453 config_set_option(struct config_file* cfg, const char* opt, const char* val) argument
818 config_get_option_list(struct config_file* cfg, const char* opt, struct config_strlist** list) argument
835 config_get_option_collate(struct config_file* cfg, const char* opt, char** str) argument
941 config_get_option(struct config_file* cfg, const char* opt, void (*func)(char*,void*), void* arg) argument
1232 create_cfg_parser(struct config_file* cfg, char* filename, const char* chroot) argument
1245 config_read(struct config_file* cfg, const char* filename, const char* chroot) argument
1484 config_delete(struct config_file* cfg) argument
1666 cfg_condense_ports(struct config_file* cfg, int** avail) argument
1977 find_tag_id(struct config_file* cfg, const char* tag) argument
1988 config_add_tag(struct config_file* cfg, const char* tag) argument
2021 config_parse_taglist(struct config_file* cfg, char* str, size_t* listlen) argument
2091 config_taglist2str(struct config_file* cfg, uint8_t* taglist, size_t taglen) argument
2148 config_lookup_uid(struct config_file* cfg) argument
2174 strlen_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) argument
2216 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) argument
2292 cfg_parse_local_zone(struct config_file* cfg, const char* val) argument
2456 w_config_adjust_directory(struct config_file* cfg) argument
2599 options_remote_is_address(struct config_file* cfg) argument
[all...]
H A Dconfigparser.y310 s->next = cfg_parser->cfg->stubs;
311 cfg_parser->cfg->stubs = s;
327 s->next = cfg_parser->cfg->forwards;
328 cfg_parser->cfg->forwards = s;
344 s->next = cfg_parser->cfg->views;
347 cfg_parser->cfg->views = s;
363 s->next = cfg_parser->cfg->auths;
364 cfg_parser->cfg->auths = s;
386 bitlist = config_parse_taglist(cfg_parser->cfg, $2,
393 cfg_parser->cfg
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c174 checkrlimits(struct config_file* cfg) argument
179 int list = ((cfg->do_udp?1:0) + (cfg->do_tcp?1 +
180 (int)cfg->incoming_num_tcp:0));
181 size_t listen_ifs = (size_t)(cfg->num_ifs==0?
182 ((cfg->do_ip4 && !cfg->if_automatic?1:0) +
183 (cfg->do_ip6?1:0)):cfg->num_ifs);
185 size_t outudpnum = (size_t)cfg
272 apply_settings(struct daemon* daemon, struct config_file* cfg, int cmdline_verbose, int debug_mode) argument
441 perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, const char** cfgfile, int need_pidfile) argument
669 struct config_file* cfg = NULL; local
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c260 struct scfg *cfg; local
264 cfg = enc->enc_private;
265 if (cfg == NULL)
274 cfg->Nfans = buf[0];
275 cfg->Npwr = buf[1];
276 cfg->Nslots = buf[2];
277 cfg->DoorLock = buf[3];
278 cfg->Ntherm = buf[4];
279 cfg->Nspkrs = buf[5];
281 cfg
331 struct scfg *cfg; local
356 struct scfg *cfg; local
665 struct scfg *cfg; local
734 struct scfg *cfg; local
955 struct scfg *cfg; local
987 struct scfg *cfg; local
1005 struct scfg *cfg; local
1034 struct scfg *cfg; local
1067 struct scfg *cfg; local
1112 struct scfg *cfg; local
[all...]
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/dma/
H A Dat91.h35 #define AT91_XDMAC_DT_GET_MEM_IF(cfg) (((cfg) >> AT91_XDMAC_DT_MEM_IF_OFFSET) \
42 #define AT91_XDMAC_DT_GET_PER_IF(cfg) (((cfg) >> AT91_XDMAC_DT_PER_IF_OFFSET) \
49 #define AT91_XDMAC_DT_GET_PERID(cfg) (((cfg) >> AT91_XDMAC_DT_PERID_OFFSET) \
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c71 static void nat64stl_free_config(struct nat64stl_cfg *cfg);
78 struct nat64stl_cfg *cfg; local
80 cfg = malloc(sizeof(struct nat64stl_cfg), M_IPFW, M_WAITOK | M_ZERO);
81 COUNTER_ARRAY_ALLOC(cfg->base.stats.cnt, NAT64STATS, M_WAITOK);
82 cfg->no.name = cfg->name;
83 cfg->no.etlv = IPFW_TLV_NAT64STL_NAME;
84 cfg->no.set = set;
85 strlcpy(cfg->name, name, sizeof(cfg
90 nat64stl_free_config(struct nat64stl_cfg *cfg) argument
98 nat64stl_export_config(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg, ipfw_nat64stl_cfg *uc) argument
135 struct nat64stl_cfg *cfg; local
145 nat64stl_create_internal(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg, ipfw_nat64stl_cfg *i) argument
182 struct nat64stl_cfg *cfg; local
257 struct nat64stl_cfg *cfg; local
303 nat64stl_detach_config(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg) argument
326 struct nat64stl_cfg *cfg; local
399 export_stats(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg, struct ipfw_nat64stl_stats *stats) argument
428 struct nat64stl_cfg *cfg; local
474 struct nat64stl_cfg *cfg; local
577 struct nat64stl_cfg *cfg; local
[all...]
H A Dnat64lsn_control.c66 struct nat64lsn_cfg *cfg; local
68 cfg = (struct nat64lsn_cfg *)ipfw_objhash_lookup_name_type(ni, set,
71 return (cfg);
117 struct nat64lsn_cfg *cfg; local
162 cfg = nat64lsn_init_instance(ch, 1 << (32 - uc->plen4));
163 strlcpy(cfg->name, uc->name, sizeof(cfg->name));
164 cfg->no.name = cfg->name;
165 cfg
220 nat64lsn_detach_config(struct ip_fw_chain *ch, struct nat64lsn_cfg *cfg) argument
240 struct nat64lsn_cfg *cfg; local
272 export_stats(struct ip_fw_chain *ch, struct nat64lsn_cfg *cfg, struct ipfw_nat64lsn_stats *stats) argument
310 nat64lsn_export_config(struct ip_fw_chain *ch, struct nat64lsn_cfg *cfg, ipfw_nat64lsn_cfg *uc) argument
408 struct nat64lsn_cfg *cfg; local
480 struct nat64lsn_cfg *cfg; local
527 struct nat64lsn_cfg *cfg; local
553 export_pg_states(struct nat64lsn_cfg *cfg, struct nat64lsn_portgroup *pg, ipfw_nat64lsn_stg *stg, struct sockopt_data *sd) argument
603 get_next_idx(struct nat64lsn_cfg *cfg, uint32_t *addr, uint8_t *nat_proto, uint16_t *port) argument
636 get_next_pg(struct nat64lsn_cfg *cfg, uint32_t *addr, uint8_t *nat_proto, uint16_t *port) argument
663 get_first_pg(struct nat64lsn_cfg *cfg, uint32_t *addr, uint8_t *nat_proto, uint16_t *port) argument
691 struct nat64lsn_cfg *cfg; local
867 struct nat64lsn_cfg *cfg; local
[all...]
H A Dnat64clat_control.c70 static void nat64clat_free_config(struct nat64clat_cfg *cfg);
77 struct nat64clat_cfg *cfg; local
79 cfg = malloc(sizeof(struct nat64clat_cfg), M_IPFW, M_WAITOK | M_ZERO);
80 COUNTER_ARRAY_ALLOC(cfg->base.stats.cnt, NAT64STATS, M_WAITOK);
81 cfg->no.name = cfg->name;
82 cfg->no.etlv = IPFW_TLV_NAT64CLAT_NAME;
83 cfg->no.set = set;
84 strlcpy(cfg->name, name, sizeof(cfg
89 nat64clat_free_config(struct nat64clat_cfg *cfg) argument
97 nat64clat_export_config(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg, ipfw_nat64clat_cfg *uc) argument
129 struct nat64clat_cfg *cfg; local
151 struct nat64clat_cfg *cfg; local
221 struct nat64clat_cfg *cfg; local
300 nat64clat_detach_config(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg) argument
321 struct nat64clat_cfg *cfg; local
394 export_stats(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg, struct ipfw_nat64clat_stats *stats) argument
423 struct nat64clat_cfg *cfg; local
469 struct nat64clat_cfg *cfg; local
572 struct nat64clat_cfg *cfg; local
[all...]
H A Dnat64lsn.c121 static void nat64lsn_enqueue_job(struct nat64lsn_cfg *cfg,
123 static void nat64lsn_enqueue_jobs(struct nat64lsn_cfg *cfg,
126 static struct nat64lsn_job_item *nat64lsn_create_job(struct nat64lsn_cfg *cfg,
128 static int nat64lsn_request_portgroup(struct nat64lsn_cfg *cfg,
131 static int nat64lsn_request_host(struct nat64lsn_cfg *cfg,
133 static int nat64lsn_translate4(struct nat64lsn_cfg *cfg,
135 static int nat64lsn_translate6(struct nat64lsn_cfg *cfg,
141 static int alloc_host6(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji);
143 static int attach_portgroup(struct nat64lsn_cfg *cfg,
145 static int attach_host6(struct nat64lsn_cfg *cfg, struc
321 nat64lsn_translate4(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, struct mbuf **pm) argument
426 nat64lsn_dump_state(const struct nat64lsn_cfg *cfg, const struct nat64lsn_portgroup *pg, const struct nat64lsn_state *st, const char *px, int off) argument
449 nat64lsn_periodic_check_tcp(const struct nat64lsn_cfg *cfg, const struct nat64lsn_state *st, int age) argument
473 nat64lsn_periodic_chkstate(const struct nat64lsn_cfg *cfg, const struct nat64lsn_portgroup *pg, const struct nat64lsn_state *st) argument
516 st_first(const struct nat64lsn_cfg *cfg, const struct nat64lsn_host *nh, struct st_ptr *sidx, struct st_idx *si) argument
538 st_next(const struct nat64lsn_cfg *cfg, const struct nat64lsn_host *nh, struct st_idx *si) argument
573 nat64lsn_periodic_chkstates(struct nat64lsn_cfg *cfg, struct nat64lsn_host *nh) argument
613 stale_pg(const struct nat64lsn_cfg *cfg, const struct nat64lsn_portgroup *pg) argument
628 stale_nh(const struct nat64lsn_cfg *cfg, const struct nat64lsn_host *nh) argument
639 struct nat64lsn_cfg *cfg; member in struct:nat64lsn_periodic_data
715 struct nat64lsn_cfg *cfg; local
743 reinject_mbuf(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji) argument
812 alloc_host6(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji) argument
848 find_nh_pg_idx(struct nat64lsn_cfg *cfg, struct nat64lsn_host *nh, int *idx) argument
862 attach_host6(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji) argument
906 find_pg_place_addr(const struct nat64lsn_cfg *cfg, int addr_off, int nat_proto, uint16_t *aport, int *ppg_idx) argument
935 find_portgroup_place(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji, uint32_t *aaddr, uint16_t *aport, int *ppg_idx) argument
980 attach_portgroup(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji) argument
1044 consider_del_portgroup(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji) argument
1121 struct nat64lsn_cfg *cfg = (struct nat64lsn_cfg *) data; local
1249 nat64lsn_create_job(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, int jtype) argument
1298 nat64lsn_enqueue_job(struct nat64lsn_cfg *cfg, struct nat64lsn_job_item *ji) argument
1315 nat64lsn_enqueue_jobs(struct nat64lsn_cfg *cfg, struct nat64lsn_job_head *jhead, int jlen) argument
1347 nat64lsn_request_host(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, struct mbuf **pm) argument
1373 nat64lsn_request_portgroup(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, struct mbuf **pm, uint32_t aaddr, int needs_idx) argument
1402 nat64lsn_create_state(struct nat64lsn_cfg *cfg, struct nat64lsn_host *nh, int nat_proto, struct nat64lsn_state *kst, uint32_t *aaddr) argument
1453 nat64lsn_translate6(struct nat64lsn_cfg *cfg, struct ipfw_flow_id *f_id, struct mbuf **pm) argument
1619 struct nat64lsn_cfg *cfg; local
1703 nat64lsn_start_instance(struct nat64lsn_cfg *cfg) argument
1713 struct nat64lsn_cfg *cfg; local
1740 nat64lsn_destroy_host(struct nat64lsn_host *nh, struct nat64lsn_cfg *cfg) argument
1759 nat64lsn_destroy_instance(struct nat64lsn_cfg *cfg) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_pool.c66 find_config(svn_config_t **cfg,
75 SVN_ERR(svn_object_pool__lookup((void **)cfg, config_pool, key,
79 if (!*cfg)
91 SVN_ERR(svn_object_pool__insert((void **)cfg, config_pool, key,
110 svn_repos__config_pool_get(svn_config_t **cfg,
124 *cfg = NULL;
128 err = svn_error_quick_wrapf(find_config(cfg, config_pool, stream,
136 if (!*cfg && !svn_path_is_url(path))
139 err = svn_config_read3(cfg, path, must_exist, FALSE, FALSE, pool);
146 if (*cfg)
64 find_config(svn_config_t **cfg, svn_repos__config_pool_t *config_pool, svn_stream_t *stream, svn_checksum_t *checksum, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
108 svn_repos__config_pool_get(svn_config_t **cfg, svn_repos__config_pool_t *config_pool, const char *path, svn_boolean_t must_exist, svn_repos_t *preferred_repos, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPostOrderCFGView.cpp21 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { argument
22 Blocks.reserve(cfg->getNumBlockIDs());
23 CFGBlockSet BSet(cfg);
25 for (po_iterator I = po_iterator::begin(cfg, BSet),
26 E = po_iterator::end(cfg, BSet); I != E; ++I) {
33 const CFG *cfg = ctx.getCFG(); local
34 if (!cfg)
36 return new PostOrderCFGView(cfg);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c115 svn_config_t *cfg = apr_palloc(result_pool, sizeof(*cfg));
117 cfg->sections = svn_hash__make(result_pool);
118 cfg->pool = result_pool;
119 cfg->x_pool = svn_pool_create(result_pool);
120 cfg->x_values = FALSE;
121 cfg->tmp_key = svn_stringbuf_create_empty(result_pool);
122 cfg->tmp_value = svn_stringbuf_create_empty(result_pool);
123 cfg->section_names_case_sensitive = section_names_case_sensitive;
124 cfg
112 svn_config_t *cfg = apr_palloc(result_pool, sizeof(*cfg)); local
135 svn_config_t *cfg; local
182 svn_config_t *cfg; local
293 get_category_config(svn_config_t **cfg, const char *config_dir, const char *category, apr_pool_t *pool) argument
337 svn_config_t *cfg; local
372 for_each_option(svn_config_t *cfg, void *baton, apr_pool_t *pool, svn_boolean_t callback(void *same_baton, cfg_section_t *section, cfg_option_t *option)) argument
407 svn_config_merge(svn_config_t *cfg, const char *file, svn_boolean_t must_exist) argument
445 remove_expansions(svn_config_t *cfg) argument
492 find_option(svn_config_t *cfg, const char *section, const char *option, cfg_section_t **sectionp) argument
528 make_string_from_option(const char **valuep, svn_config_t *cfg, cfg_section_t *section, cfg_option_t *opt, apr_pool_t* x_pool) argument
609 expand_option_value(svn_config_t *cfg, cfg_section_t *section, const char *opt_value, const char **opt_x_valuep, apr_pool_t *x_pool) argument
701 svn_config_addsection(svn_config_t *cfg, const char *section) argument
744 svn_config__is_expanded(svn_config_t *cfg, const char *section, const char *option) argument
773 svn_config_get(svn_config_t *cfg, const char **valuep, const char *section, const char *option, const char *default_value) argument
814 svn_config_set(svn_config_t *cfg, const char *section, const char *option, const char *value) argument
897 svn_config_get_bool(svn_config_t *cfg, svn_boolean_t *valuep, const char *section, const char *option, svn_boolean_t default_value) argument
909 svn_config_set_bool(svn_config_t *cfg, const char *section, const char *option, svn_boolean_t value) argument
918 svn_config_get_int64(svn_config_t *cfg, apr_int64_t *valuep, const char *section, const char *option, apr_int64_t default_value) argument
935 svn_config_set_int64(svn_config_t *cfg, const char *section, const char *option, apr_int64_t value) argument
945 svn_config_get_yes_no_ask(svn_config_t *cfg, const char **valuep, const char *section, const char *option, const char* default_value) argument
974 svn_config_get_tristate(svn_config_t *cfg, svn_tristate_t *valuep, const char *section, const char *option, const char *unknown_value, svn_tristate_t default_value) argument
1005 svn_config_enumerate_sections(svn_config_t *cfg, svn_config_section_enumerator_t callback, void *baton) argument
1033 svn_config_enumerate_sections2(svn_config_t *cfg, svn_config_section_enumerator2_t callback, void *baton, apr_pool_t *pool) argument
1061 svn_config_enumerate(svn_config_t *cfg, const char *section, svn_config_enumerator_t callback, void *baton) argument
1094 svn_config_enumerate2(svn_config_t *cfg, const char *section, svn_config_enumerator2_t callback, void *baton, apr_pool_t *pool) argument
1161 svn_config_find_group(svn_config_t *cfg, const char *key, const char *master_section, apr_pool_t *pool) argument
1176 svn_config_get_server_setting(svn_config_t *cfg, const char* server_group, const char* option_name, const char* default_value) argument
1283 svn_config_get_server_setting_int(svn_config_t *cfg, const char *server_group, const char *option_name, apr_int64_t default_value, apr_int64_t *result_value, apr_pool_t *pool) argument
1315 svn_config_get_server_setting_bool(svn_config_t *cfg, svn_boolean_t *valuep, const char *server_group, const char *option_name, svn_boolean_t default_value) argument
1330 svn_config_has_section(svn_config_t *cfg, const char *section) argument
1337 svn_config__write(svn_stream_t *stream, const struct svn_config_t *cfg, apr_pool_t *scratch_pool) argument
[all...]

Completed in 419 milliseconds

1234567891011>>