Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/netbsd-src/external/mpl/bind/dist/bin/tests/system/chain/ns2/
H A Dsign.sh24 zone=wildcard-secure.example.
25 zonefile=wildcard-secure.db
26 signedfile=wildcard-secure.example.db.signed
32 zone=wildcard-nsec.example.
33 zonefile=wildcard.db
34 signedfile=wildcard-nsec.example.db.signed
40 zone=wildcard-nsec3.example.
41 zonefile=wildcard.db
42 signedfile=wildcard-nsec3.example.db.signed
48 zone=wildcard-nsec3-optout.example.
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dlogin_sender_match.c117 char *wildcard; member
131 const char *wildcard) in login_sender_create() argument
142 lsm->wildcard = (wildcard && *wildcard) ? mystrdup(wildcard) : 0; in login_sender_create()
154 if (lsm->wildcard) in login_sender_free()
155 myfree(lsm->wildcard); in login_sender_free()
214 else if (strcasecmp(sender_pattern, lsm->wildcard) == 0) { in login_sender_match()
249 const char *wildcard; in main() member
345 msg_info("wildcard=%s", tp->wildcard); in main()
352 tp->wildcard); in main()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldgram.c454 struct wildcard_spec wildcard; member
3066 (yyval.wildcard).name = (yyvsp[0].cname); in yyparse()
3067 (yyval.wildcard).sorted = none; in yyparse()
3068 (yyval.wildcard).exclude_name_list = NULL; in yyparse()
3069 (yyval.wildcard).section_flag_list = NULL; in yyparse()
3070 (yyval.wildcard).reversed = false; in yyparse()
3078 (yyval.wildcard).name = (yyvsp[0].cname); in yyparse()
3079 (yyval.wildcard).sorted = none; in yyparse()
3080 (yyval.wildcard).exclude_name_list = (yyvsp[-2].name_list); in yyparse()
3081 (yyval.wildcard).section_flag_list = NULL; in yyparse()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dwildcard3 $description = "The following test creates a makefile to test wildcard
10 executes the print1 target which tests the '*' wildcard by
14 the '*' wildcard as in the first test";
22 print1: ;\@echo \$(sort \$(wildcard example.*))
24 \t\@echo \$(sort \$(wildcard example.?))
25 \t\@echo \$(sort \$(wildcard example.[a-z0-9]))
26 \t\@echo \$(sort \$(wildcard example.[!A-Za-z_\\!]))
28 \t$delete_command \$(sort \$(wildcard example.*))
/netbsd-src/external/bsd/nsd/dist/contrib/
H A Dbug390.patch8 nsec3_add_nonexist_proof(query, answer, wildcard, qname);
9 + if(wildcard->parent && wildcard->parent->nsec3 &&
10 + wildcard->parent->nsec3->nsec3_is_exact)
12 + wildcard->parent->nsec3->nsec3_cover);
/netbsd-src/usr.bin/make/unit-tests/
H A Ddeptgt-phony.mk19 depsrc-phony-pr-15164-*-wildcard: .PHONY
26 .PHONY: deptgt-phony-pr-15164-*-wildcard
27 deptgt-phony-pr-15164-*-wildcard:
30 all: depsrc-phony-pr-15164 depsrc-phony-pr-15164-*-wildcard
31 all: deptgt-phony-pr-15164 deptgt-phony-pr-15164-*-wildcard
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/
H A DMakefile.am31 $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
32 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
34 $(if $(wildcard $(libiberty_noasan)),, \
35 $(if $(wildcard $(libiberty_pic)),,-Wc,$(libiberty)))
37 $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
38 $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/
H A DMakefile.am45 $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
46 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
48 $(if $(wildcard $(libiberty_noasan)),, \
49 $(if $(wildcard $(libiberty_pic)),,-Wc,$(libiberty)))
51 $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
52 $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),)) \
/netbsd-src/external/mpl/dhcp/bind/include/dns/
H A Dcode.h1831 case 1: result = checkowner_in_a(name, rdclass, type, wildcard); break; \
1832 case 3: result = checkowner_ch_a(name, rdclass, type, wildcard); break; \
1833 case 4: result = checkowner_hs_a(name, rdclass, type, wildcard); break; \
1837 case 2: result = checkowner_ns(name, rdclass, type, wildcard); break; \
1838 case 3: result = checkowner_md(name, rdclass, type, wildcard); break; \
1839 case 4: result = checkowner_mf(name, rdclass, type, wildcard); break; \
1840 case 5: result = checkowner_cname(name, rdclass, type, wildcard); break; \
1841 case 6: result = checkowner_soa(name, rdclass, type, wildcard); break; \
1842 case 7: result = checkowner_mb(name, rdclass, type, wildcard); break; \
1843 case 8: result = checkowner_mg(name, rdclass, type, wildcard); break; \
[all …]
/netbsd-src/external/mpl/bind/include/dns/
H A Dcode.h1853 case 1: result = checkowner_in_a(name, rdclass, type, wildcard); break; \
1854 case 3: result = checkowner_ch_a(name, rdclass, type, wildcard); break; \
1855 case 4: result = checkowner_hs_a(name, rdclass, type, wildcard); break; \
1859 case 2: result = checkowner_ns(name, rdclass, type, wildcard); break; \
1860 case 3: result = checkowner_md(name, rdclass, type, wildcard); break; \
1861 case 4: result = checkowner_mf(name, rdclass, type, wildcard); break; \
1862 case 5: result = checkowner_cname(name, rdclass, type, wildcard); break; \
1863 case 6: result = checkowner_soa(name, rdclass, type, wildcard); break; \
1864 case 7: result = checkowner_mb(name, rdclass, type, wildcard); break; \
1865 case 8: result = checkowner_mg(name, rdclass, type, wildcard); brea
[all...]
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.in7 echo ==== no wildcard
15 echo ==== with wildcard channel and nexthop
21 echo ==== with wildcard channel only
27 echo ==== with wildcard nexthop only
33 echo ==== with wildcard empty fields.
H A Dtransport.ref1 ==== no wildcard
6 ==== with wildcard channel and nexthop
9 ==== with wildcard channel only
12 ==== with wildcard nexthop only
15 ==== with wildcard empty fields.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldgram.c443 struct wildcard_spec wildcard; member
3039 (yyval.wildcard).name = (yyvsp[0].cname); in yyparse()
3040 (yyval.wildcard).sorted = none; in yyparse()
3041 (yyval.wildcard).exclude_name_list = NULL; in yyparse()
3042 (yyval.wildcard).section_flag_list = NULL; in yyparse()
3050 (yyval.wildcard).name = (yyvsp[0].cname); in yyparse()
3051 (yyval.wildcard).sorted = none; in yyparse()
3052 (yyval.wildcard).exclude_name_list = (yyvsp[-2].name_list); in yyparse()
3053 (yyval.wildcard).section_flag_list = NULL; in yyparse()
3061 (yyval.wildcard) = (yyvsp[-1].wildcard); in yyparse()
[all …]
/netbsd-src/sys/netinet6/
H A Din6_pcb.c838 int matchwild = 3, wildcard; in in6pcb_lookup_local() local
851 wildcard = 0; in in6pcb_lookup_local()
857 wildcard++; in in6pcb_lookup_local()
865 wildcard = 0; in in6pcb_lookup_local()
868 wildcard++; in in6pcb_lookup_local()
871 wildcard++; in in6pcb_lookup_local()
874 wildcard++; in in6pcb_lookup_local()
887 wildcard++; in in6pcb_lookup_local()
894 wildcard++; in in6pcb_lookup_local()
901 if (wildcard && !lookup_wildcard) in in6pcb_lookup_local()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmapc.c103 static char wildcard[] = "*"; variable
563 int rc = search_map(m, wildcard, &m->wildcard); in mapc_find_wildcard()
566 m->wildcard = NULL; in mapc_find_wildcard()
623 if (m->wildcard) { in mapc_reload_map()
624 XFREE(m->wildcard); in mapc_reload_map()
625 m->wildcard = NULL; in mapc_reload_map()
632 error = mapc_search(m, wildcard, &m->wildcard); in mapc_reload_map()
634 m->wildcard = NULL; in mapc_reload_map()
742 m->wildcard = NULL; in mapc_create()
797 XFREE(m->wildcard); in mapc_clear()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/nintendods/
H A DMakefile60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
/netbsd-src/external/gpl3/gdb.old/dist/zlib/nintendods/
H A DMakefile60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
/netbsd-src/external/gpl3/binutils.old/dist/zlib/nintendods/
H A DMakefile60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
/netbsd-src/common/dist/zlib/nintendods/
H A DMakefile60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
/netbsd-src/external/gpl3/gdb/dist/zlib/nintendods/
H A DMakefile60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
/netbsd-src/sys/netinet/
H A Din_pcb.c961 int wildcard; in inpcb_lookup_local() local
984 wildcard = 0; in inpcb_lookup_local()
986 wildcard++; in inpcb_lookup_local()
989 wildcard++; in inpcb_lookup_local()
992 wildcard++; in inpcb_lookup_local()
998 if (wildcard && !lookup_wildcard) in inpcb_lookup_local()
1003 if (wildcard < matchwild) { in inpcb_lookup_local()
1005 matchwild = wildcard; in inpcb_lookup_local()
1023 wildcard = 0; in inpcb_lookup_local()
1025 wildcard++; in inpcb_lookup_local()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1422 tree wildcard = build_nt (WILDCARD_DECL); in build_type_constraint() local
1424 tree check = build_concept_check (decl, wildcard, args, complain); in build_type_constraint()
1530 get_deduced_wildcard (tree wildcard) in get_deduced_wildcard() argument
1532 if (ARGUMENT_PACK_P (wildcard)) in get_deduced_wildcard()
1533 wildcard = TREE_VEC_ELT (ARGUMENT_PACK_ARGS (wildcard), 0); in get_deduced_wildcard()
1534 gcc_assert (TREE_CODE (wildcard) == WILDCARD_DECL); in get_deduced_wildcard()
1535 return wildcard; in get_deduced_wildcard()
1549 introduce_type_template_parameter (tree wildcard, bool& non_type_p) in introduce_type_template_parameter() argument
1552 return finish_template_type_parm (class_type_node, DECL_NAME (wildcard)); in introduce_type_template_parameter()
1558 introduce_template_template_parameter (tree wildcard, bool& non_type_p) in introduce_template_template_parameter() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonOpts.td121 def wildcard
122 : Flag<["--"], "wildcard">,
123 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
129 def w : Flag<["-"], "w">, Alias<wildcard>, HelpText<"Alias for --wildcard">;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1465 tree wildcard = build_nt (WILDCARD_DECL); in build_type_constraint() local
1467 tree check = build_concept_check (decl, wildcard, args, complain); in build_type_constraint()
1573 get_deduced_wildcard (tree wildcard) in get_deduced_wildcard() argument
1575 if (ARGUMENT_PACK_P (wildcard)) in get_deduced_wildcard()
1576 wildcard = TREE_VEC_ELT (ARGUMENT_PACK_ARGS (wildcard), 0); in get_deduced_wildcard()
1577 gcc_assert (TREE_CODE (wildcard) == WILDCARD_DECL); in get_deduced_wildcard()
1578 return wildcard; in get_deduced_wildcard()
1592 introduce_type_template_parameter (tree wildcard, bool& non_type_p) in introduce_type_template_parameter() argument
1595 return finish_template_type_parm (class_type_node, DECL_NAME (wildcard)); in introduce_type_template_parameter()
1601 introduce_template_template_parameter (tree wildcard, bool& non_type_p) in introduce_template_template_parameter() argument
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Drpz_rootwc.rpl20 *.a TXT "wildcard local data"
52 SCENARIO_BEGIN Test RPZ QNAME trigger for root wildcard.
135 ; wildcard deny all
152 ; wildcard deny all

12345678910>>...28