Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/openbsd-src/usr.bin/libtool/LT/
H A DGetopt.pm54 sub match($self, $arg, $opts, $canonical, $code) subroutine
71 sub match($self, $arg, $opts, $canonical, $code) subroutine
87 sub match($self, $arg, $opts, $canonical, $code) subroutine
98 sub match($self, $arg, $opts, $canonical, $code) subroutine
114 sub match($self, $arg, $opts, $canonical, $code) subroutine
137 sub match($self, $arg, $opts) subroutine
168 sub match($self, $arg, $opts) subroutine
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/
H A Ddisassembly.json9 "match": "^([A-Za-z0-9]+):\\s([A-Z0-9]{2}\\s)+>?\\s+(\\w+)", string
18 "match": "^libIGL.so\\[([A-Za-z0-9]+)\\]\\s+(\\<\\+[0-9]*\\>):\\s+([A-Za-z]+.?[A-Za-z]*)", string
27 "match": "^liblog.so\\[([A-Za-z0-9]+)\\]\\s+(\\<\\+[0-9]*\\>):\\s+([A-Za-z]+.?[A-Za-z]*)", string
36 "match": "(\\$|\\b)((0x)|[0-9])[A-Za-z0-9]+\\b" string
41 "match": "%[A-Za-z][A-Za-z0-9]*" string
46 "match": "r\\d+" string
51 "match": "(fp|sp|lr|pc|wzr|xzr)" string
56 "match": "(x|w)[0-9]+" string
61 "match": ";.*$" string
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h41 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
55 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
84 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
119 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
145 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
159 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
173 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
188 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
204 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
220 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
[all …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPkgSpec.pm40 sub match($self, $h) subroutine
63 sub match($self, $h) subroutine
107 sub match($self, $b) subroutine
114 sub match($self, $b) subroutine
121 sub match($self, $b) subroutine
128 sub match($self, $b) subroutine
135 sub match($self, $b) subroutine
/openbsd-src/gnu/llvm/llvm/utils/textmate/
H A Dtablegen.json39 "match": "\/\/.*$", string
62 "match": "^#ifdef\\s+(\\w+)", string
71 "match": "^#ifndef\\s+(\\w+)", string
80 "match": "^#else", string
84 "match": "#endif", string
88 "match": "#define\\s+(\\w+)", string
97 "match": "^include\\s+", string
115 "match": "\\\\['nt\"]", string
136 "match": "\\\\[nt\"]", string
151 "match": "\\b\\d+\\b", string
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h49 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
157 template <typename ITy> bool match(ITy *V) { in match() function
178 template <typename ITy> bool match(ITy *V) { return !M.match(V); } in match() function
193 template <typename ITy> bool match(ITy *V) { in match() function
208 template <typename ITy> bool match(ITy *V) { in match() function
235 template <typename ITy> bool match(ITy *V) { in match() function
[all …]
/openbsd-src/lib/libc/regex/
H A Dengine.c54 #define match smat macro
66 #define match lmat macro
71 struct match { struct
74 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument
78 const char *coldp; /* can be no match starting before here */ argument
88 static const char *dissect(struct match *, const char *, const char *, sopno, argument
/openbsd-src/usr.bin/mandoc/
H A Ddbm.c163 dbm_page_byname(const struct dbm_match *match) in dbm_page_byname()
170 dbm_page_bysect(const struct dbm_match *match) in dbm_page_bysect()
177 dbm_page_byarch(const struct dbm_match *match) in dbm_page_byarch()
184 dbm_page_bydesc(const struct dbm_match *match) in dbm_page_bydesc()
191 dbm_page_bymacro(int32_t im, const struct dbm_match *match) in dbm_page_bymacro()
225 static const struct dbm_match *match; in page_bytitle() local
305 static const struct dbm_match *match; in page_byarch() local
341 static const struct dbm_match *match; in page_bymacro() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsym_ids.c38 struct match struct
40 int prev_index; /* Index of prev match. */
41 Sym *prev_match; /* Previous match. */
42 Sym *first_match; /* Chain of all matches. */
43 Sym sym;
219 match (Sym *pattern, Sym *sym) in match() function
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsym_ids.c38 struct match struct
40 int prev_index; /* Index of prev match. */
41 Sym *prev_match; /* Previous match. */
42 Sym *first_match; /* Chain of all matches. */
43 Sym sym;
224 match (pattern, sym) in match() function
/openbsd-src/usr.bin/calendar/
H A Dcalendar.h58 struct match { struct
63 struct match *next; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h341 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
354 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
377 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
428 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
455 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
471 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
485 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
501 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
520 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
538 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match() function
[all …]
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h341 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
354 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
377 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
428 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
455 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
471 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
485 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
501 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
520 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
538 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match() function
[all …]
/openbsd-src/sys/net/
H A Dif_media.c184 struct ifmedia_entry *match; in ifmedia_set() local
239 struct ifmedia_entry *match; in ifmedia_ioctl() local
398 struct ifmedia_entry *match; in ifmedia_match() local
410 struct ifmedia_entry *match, *next; in ifmedia_get() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c119 int match = 0; local
201 int match = 0; local
242 int match, num_match = 0; local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c75 int match = 0; in print_operand() local
158 int match = 0; in dis_long() local
200 int match, num_match = 0; in dis_2_short() local
/openbsd-src/usr.bin/what/
H A Dwhat.c57 char match[256]; in main() local
94 search(char *match) in search()
/openbsd-src/sys/arch/powerpc64/dev/
H A Dmainbus.c295 mainbus_match_status(struct device * parent,void * match,void * aux) mainbus_match_status() argument
313 mainbus_attach_cpus(struct device * self,cfmatch_t match) mainbus_attach_cpus() argument
342 mainbus_match_primary(struct device * parent,void * match,void * aux) mainbus_match_primary() argument
354 mainbus_match_secondary(struct device * parent,void * match,void * aux) mainbus_match_secondary() argument
[all...]
/openbsd-src/sys/arch/arm/mainbus/
H A Dmainbus.c219 mainbus_match_status(struct device * parent,void * match,void * aux) mainbus_match_status() argument
236 mainbus_attach_cpus(struct device * self,cfmatch_t match) mainbus_attach_cpus() argument
258 mainbus_match_primary(struct device * parent,void * match,void * aux) mainbus_match_primary() argument
273 mainbus_match_secondary(struct device * parent,void * match,void * aux) mainbus_match_secondary() argument
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h194 template <typename T> void match(const T &Node, ASTContext &Context) { in match() function
302 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node, in match() function
313 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match() function
319 match(MatcherT Matcher, ASTContext &Context) { in match() function
/openbsd-src/sys/kern/
H A Dsubr_autoconf.c74 void *match, *aux; member
135 void *match; in mapply() local
251 void *match; in config_scan() local
324 void *match; in config_found_sm() local
339 void *match; in config_rootfound() local
351 config_attach(struct device *parent, void *match, void *aux, cfprint_t print) in config_attach()
/openbsd-src/sys/dev/eisa/
H A Deisa.c68 eisamatch(struct device *parent, void *match, void *aux) in eisamatch()
96 eisasubmatch(struct device *parent, void *match, void *aux) in eisasubmatch()
232 int match; in eisa_devinfo() local
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py453 def drop_arg_names(match): argument
460 def repl_arg_names(match): argument
664 def is_local_def_ir_value_match(self, match): argument
668 def is_global_scope_ir_value_match(self, match): argument
673 def get_ir_prefix_from_ir_value_match(self, match): argument
679 def get_ir_regex_from_ir_value_re_match(self, match): argument
711 def get_value_definition(self, var, match): argument
726 def get_value_use(self, var, match, var_prefix=None): argument
810 def get_idx_from_ir_value_match(match): argument
818 def get_name_from_ir_value_match(match): argument
[all …]
/openbsd-src/sys/arch/riscv64/dev/
H A Dmainbus.c282 struct cfdata *cf = match; in mainbus_match_status() argument
300 mainbus_attach_cpus(struct device * self,cfmatch_t match) mainbus_attach_cpus() argument
333 mainbus_match_primary(struct device * parent,void * match,void * aux) mainbus_match_primary() argument
345 mainbus_match_secondary(struct device * parent,void * match,void * aux) mainbus_match_secondary() argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dmangle.c299 int i, match; local
354 int match; local
405 int match; local
441 int match; local

12345678910>>...56