Searched refs:voptions (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrind.sh35 voptions=""
52 voptions="$voptions -t"
55 voptions="$voptions $1"
58 voptions="$voptions -W"
113 fi | sh -c "$postproc -rx1 $voptions -i -mvgrind 2>> xindex"
129 fi | $postproc -i $voptions -mvgrind
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c368 const cfg_obj_t *voptions, const cfg_obj_t *config,
380 if (voptions != NULL && aclobj == NULL)
381 cfg_map_get(voptions, aclname, &aclobj);
398 check_viewacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument
410 tresult = checkacl(acls[i++], actx, NULL, voptions, config,
421 check_dns64(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument
436 if (voptions != NULL)
437 cfg_map_get(voptions, "dns64", &dns64);
523 check_recursionacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument
537 if (voptions !
367 checkacl(const char *aclname, cfg_aclconfctx_t *actx, const cfg_obj_t *zconfig, const cfg_obj_t *voptions, const cfg_obj_t *config, isc_log_t *logctx, isc_mem_t *mctx) argument
594 check_filteraaaa(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, const char *viewname, const cfg_obj_t *config, isc_log_t *logctx, isc_mem_t *mctx) argument
1298 check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t *voptions, const cfg_obj_t *config, isc_symtab_t *symtab, dns_rdataclass_t defclass, cfg_aclconfctx_t *actx, isc_log_t *logctx, isc_mem_t *mctx) argument
2058 check_servers(const cfg_obj_t *config, const cfg_obj_t *voptions, isc_symtab_t *symtab, isc_log_t *logctx) argument
2251 check_viewconf(const cfg_obj_t *config, const cfg_obj_t *voptions, const char *viewname, dns_rdataclass_t vclass, isc_log_t *logctx, isc_mem_t *mctx) argument
2809 const cfg_obj_t *voptions = cfg_tuple_get(view, "options"); local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dnamed-checkconf.c393 const cfg_obj_t *voptions; local
398 voptions = NULL;
400 voptions = cfg_tuple_get(vconfig, "options");
403 if (voptions != NULL)
404 (void)cfg_map_get(voptions, "zone", &zonelist);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c762 const cfg_obj_t *voptions = NULL; local
775 voptions = cfg_tuple_get(vconfig, "options");
776 if (voptions != NULL) {
777 (void) cfg_map_get(voptions, "trusted-keys",
779 (void) cfg_map_get(voptions, "managed-keys",
781 maps[i++] = voptions;
2066 const cfg_obj_t *voptions = NULL; local
2125 voptions = cfg_tuple_get(vconfig, "options");
2126 maps[i++] = voptions;
2127 optionmaps[j++] = voptions;
4801 const cfg_obj_t *options = NULL, *voptions = NULL; local
5365 const cfg_obj_t *voptions = cfg_tuple_get(vconfig, "options"); local
[all...]

Completed in 129 milliseconds