Searched refs:match (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dipt_owner.h35 u_int8_t match, invert; member in struct:ipt_owner_info
/bionic/libc/kernel/common/linux/netfilter_ipv6/
H A Dip6t_owner.h32 u_int8_t match, invert; member in struct:ip6t_owner_info
/bionic/libc/unistd/
H A Dgetopt_long.c168 * Returns -1 if short_too is set and the option does not match long_options.
176 int i, match; local
179 match = -1;
197 /* exact match */
198 match = i;
203 * a partial match of a single character.
208 if (match == -1) /* partial match */
209 match = i;
220 if (match !
[all...]
/bionic/libc/kernel/common/linux/
H A Dattribute_container.h32 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
H A Dtransport_class.h42 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
H A Ddevice.h55 int (*match)(struct device * dev, struct device_driver * drv); member in struct:bus_type
67 void *data, int (*match)(struct device *, void *));
104 int (*match)(struct device *, void *));
H A Dvideodev2.h2059 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
2066 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
/bionic/libc/tools/
H A Dgenserv.py53 m = re_service.match(line)
59 m = re_alias.match(rest)
H A Dcheck-symbols.py42 m = r.match(line)
/bionic/libc/kernel/tools/
H A Dkernel.py79 m = HeaderScanner.re_combined.match(line)
81 m = HeaderScanner.re_rel_dir.match(line)
122 if (HeaderScanner.re_combined.match(line) or
123 (kernel_root and HeaderScanner.re_rel_dir.match(line))):
311 m = ConfigParser.re_CONFIG_.match(line)
H A Dclean_header.py47 m = re_asm_arch.match(src_path)
H A Dcpp.py889 # all the isXXX functions returns a (expr,nextpos) pair if a match is found
898 m = ExprParser.re_octal.match(id)
902 m = ExprParser.re_decimal.match(id)
1086 m = CppExpr.re_cpp_constant.match(t.id)
/bionic/libc/kernel/common/linux/netfilter/
H A Dx_tables.h36 struct xt_match *match; member in struct:xt_entry_match::__anon395::__anon397
/bionic/libc/upstream-netbsd/libc/regex/
H A Dengine.c90 #define match smat macro
102 #define match lmat macro
107 struct match { struct
114 const char *coldp; /* can be no match starting before here */
130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev);
132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
145 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
148 static void at(struct match *
1187 #undef match macro
[all...]
/bionic/tests/
H A Dbenchmark_main.cpp71 // see if any of our benchmarks match.
78 int match = regexec(&re, name_, 0, NULL, 0); local
80 if (match != REG_NOMATCH) {

Completed in 396 milliseconds