/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | geoip_test.c | 209 bool match; ISC_RUN_TEST_IMPL() local 234 bool match; ISC_RUN_TEST_IMPL() local 253 bool match; ISC_RUN_TEST_IMPL() local 290 bool match; ISC_RUN_TEST_IMPL() local 330 bool match; ISC_RUN_TEST_IMPL() local 344 bool match; ISC_RUN_TEST_IMPL() local 359 bool match; ISC_RUN_TEST_IMPL() local 374 bool match; ISC_RUN_TEST_IMPL() local [all...] |
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MIPatternMatch.h | 38 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function 52 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function 65 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function 79 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function 96 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function 121 bool match(const MachineRegisterInfo &MRI, Register Reg) { return true; } in match() function 122 bool match(const MachineRegisterInfo &MRI, MachineOperand *MO) { in match() function 132 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { in match() function
|
/netbsd-src/lib/libc/regex/ |
H A D | engine.c | 64 #define match smat macro 75 #define match lmat macro 86 #define match mmat macro 90 struct match { struct 93 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument 97 const char *coldp; /* can be no match starting before here */ argument 114 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… argument
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | dbm.c | 173 dbm_page_byname(const struct dbm_match *match) in dbm_page_byname() 180 dbm_page_bysect(const struct dbm_match *match) in dbm_page_bysect() 187 dbm_page_byarch(const struct dbm_match *match) in dbm_page_byarch() 194 dbm_page_bydesc(const struct dbm_match *match) in dbm_page_bydesc() 201 dbm_page_bymacro(int32_t im, const struct dbm_match *match) in dbm_page_bymacro() 235 static const struct dbm_match *match; in page_bytitle() local 315 static const struct dbm_match *match; in page_byarch() local 351 static const struct dbm_match *match; in page_bymacro() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | sym_ids.c | 32 struct match struct 34 int prev_index; /* Index of prev match. */ argument 35 Sym *prev_match; /* Previous match. */ argument 36 Sym *first_match; /* Chain of all matches. */ argument 47 struct match left, right; argument 222 match (Sym *pattern, Sym *sym) in match() function
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | sym_ids.c | 32 struct match struct 34 int prev_index; /* Index of prev match. */ argument 35 Sym *prev_match; /* Previous match. */ argument 36 Sym *first_match; /* Chain of all matches. */ argument 47 struct match left, right; argument 222 match (Sym *pattern, Sym *sym) in match() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 255 template<typename Fn> void match(Fn F) const { F(Array); } in match() function 270 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function 289 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function 337 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function 364 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function 380 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function 394 template<typename Fn> void match(Fn F) const { F(Name); } in match() function 409 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function 427 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match() function 443 template<typename Fn> void match(Fn F) const { F(Conditions); } in match() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 49 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function 53 template <typename Pattern> bool match(ArrayRef<int> Mask, const Pattern &P) { in match() function 62 template <typename OpTy> bool match(OpTy *V) { in match() function 72 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function 130 template <typename ITy> bool match(ITy *V) { return check(V); } in match() function 170 template <typename ITy> bool match(ITy *V) { return !M.match(V); } in match() function 185 template <typename ITy> bool match(ITy *V) { in match() function 200 template <typename ITy> bool match(ITy *V) { in match() function 227 template <typename ITy> bool match(ITy *V) { in match() function 252 template <typename ITy> bool match(ITy *V) { in match() function [all …]
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | fixup_tdescs.c | 165 struct match { struct 174 struct match *match = arg2; in matching_iidesc() local 188 struct match match = { NULL, name }; in lookup_tdesc() local
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | StringMatcher.h | 35 virtual bool match(const std::string & testValue) { return true; } in match() function 51 virtual bool match(const std::string & testValue) in match() function
|
H A D | GlobMatcher.cpp | 22 bool GlobMatcher::match(const std::string & testValue) in match() function in GlobMatcher 32 int match; in globMatch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 267 def drop_arg_names(match): argument 274 def repl_arg_names(match): argument 488 def get_idx_from_ir_value_match(match): argument 496 def get_name_from_ir_value_match(match): argument 501 def get_nameless_check_prefix_from_ir_value_match(match): argument 506 def get_ir_prefix_from_ir_value_match(match): argument 512 def get_check_key_from_ir_value_match(match): argument 518 def get_ir_prefix_from_ir_value_re_match(match): argument 528 def is_local_def_ir_value_match(match): argument 532 def is_global_scope_ir_value_match(match): argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | d10v-dis.c | 76 int match = 0; in print_operand() local 159 int match = 0; in dis_long() local 201 int match, num_match = 0; in dis_2_short() local
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | d10v-dis.c | 76 int match = 0; in print_operand() local 159 int match = 0; in dis_long() local 201 int match, num_match = 0; in dis_2_short() local
|
/netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
H A D | wflag.c | 49 Wset(unsigned int match) in Wset() 108 Wflag_add(list_t *l, unsigned int match) in Wflag_add()
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | regexec.c | 164 regamatch_t match; in tre_match() local 317 tre_str_type_t type, regamatch_t *match, regaparams_t params, in tre_match_approx() 364 regamatch_t *match, regaparams_t params, int eflags) in tre_reganexec() 374 regamatch_t *match, regaparams_t params, int eflags) in tre_regaexec() 382 regamatch_t *match, regaparams_t params, int eflags) in tre_regaexecb() 395 regamatch_t *match, regaparams_t params, int eflags) in tre_regawnexec() 404 regamatch_t *match, regaparams_t params, int eflags) in tre_regawexec()
|
/netbsd-src/sys/dev/isa/ |
H A D | sb_isa.c | 79 sb_isa_match(device_t parent, cfdata_t match, void *aux) in sb_isa_match() 100 struct isa_attach_args *ia, cfdata_t match) in sbfind()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 192 template <typename T> void match(const T &Node, ASTContext &Context) { in match() function 299 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node, in match() function 310 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match() function 316 match(MatcherT Matcher, ASTContext &Context) { in match() function
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | disksubr.c | 246 read_mac_label(char *dlbuf, struct disklabel *lp, int *match) in read_mac_label() 325 read_mbr_label(char *dlbuf, struct disklabel *lp, int *match) in read_mbr_label() 373 read_bsd_label(char *dlbuf, struct disklabel *lp, int *match) in read_bsd_label() 445 int match; in readdisklabel() local
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | matchedValues.c | 180 int rc, match; in test_ava_vrFilter() local 254 int rc, match; in test_substrings_vrFilter() local 316 int rc, match; in test_mra_vrFilter() local
|
H A D | filterentry.c | 586 int match; in test_ava_filter() local 675 int match, which; in test_ava_filter() local 748 int ret, match; in test_ava_filter() local 974 int ret, match; in test_substrings_filter() local
|
/netbsd-src/sys/arch/alpha/pci/ |
H A D | tsc.c | 97 tscmatch(device_t parent, cfdata_t match, void *aux) in tscmatch() 189 tspmatch(device_t parent, cfdata_t match, void *aux) in tspmatch() 307 tsciicmatch(device_t parent, cfdata_t match, void *aux) in tsciicmatch()
|
/netbsd-src/sys/net/ |
H A D | if_media.c | 323 struct ifmedia_entry *match, *entry = NULL; in ifmedia_set() local 420 struct ifmedia_entry *match; in ifmedia_ioctl() local 547 struct ifmedia_entry *match, *next; in ifmedia_match_locked() local 572 struct ifmedia_entry *match; in ifmedia_match() local
|
/netbsd-src/sys/arch/hpc/hpc/ |
H A D | platid.c | 125 struct platid_name *match; in platid_name() local 150 void *match; in platid_search() local
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | mmu_sh3.c | 98 uint32_t match, idx, aa, entry; in sh3_tlb_invalidate_addr() local 127 uint32_t match, idx, a, entry; in sh3_tlb_update() local
|