Home
last modified time | relevance | path

Searched refs:match (Results 1 – 19 of 19) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c200 int i, match, exact_match, second_partial_match; in parse_long_options() local
219 match = -1; in parse_long_options()
240 match = i; in parse_long_options()
251 if (match == -1) /* first partial match */ in parse_long_options()
252 match = i; in parse_long_options()
255 long_options[match].has_arg || in parse_long_options()
256 long_options[i].flag != long_options[match].flag || in parse_long_options()
257 long_options[i].val != long_options[match].val) in parse_long_options()
272 if (match != -1) { /* option found */ in parse_long_options()
273 if (long_options[match].has_arg == no_argument in parse_long_options()
[all …]
/bionic/libc/kernel/common/linux/netfilter_ipv6/
Dip6t_owner.h32 u_int8_t match, invert; member
/bionic/libc/kernel/common/linux/netfilter_ipv4/
Dipt_owner.h35 u_int8_t match, invert; member
/bionic/libc/kernel/common/linux/
Dattribute_container.h32 int (*match)(struct attribute_container *, struct device *); member
Dtransport_class.h42 …ort_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
Ddevice.h55 int (*match)(struct device * dev, struct device_driver * drv); member
67 void *data, int (*match)(struct device *, void *));
104 int (*match)(struct device *, void *));
Dvideodev2.h2059 struct v4l2_dbg_match match; member
2066 struct v4l2_dbg_match match; member
/bionic/libc/tools/
Dgenserv.py53 m = re_service.match(line)
59 m = re_alias.match(rest)
Dcheck-symbols.py42 m = r.match(line)
/bionic/libc/kernel/tools/
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)
Dclean_header.py47 m = re_asm_arch.match(src_path)
Dcpp.py898 m = ExprParser.re_octal.match(id)
902 m = ExprParser.re_decimal.match(id)
1086 m = CppExpr.re_cpp_constant.match(t.id)
/bionic/libc/upstream-netbsd/libc/regex/
Dengine.c90 #define match smat macro
102 #define match lmat macro
107 struct match { struct
130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… argument
131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno …
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno …
145 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
185 struct match mv; in matcher()
[all …]
/bionic/libc/kernel/common/linux/netfilter/
Dx_tables.h36 struct xt_match *match; member
/bionic/tests/
Dbenchmark_main.cpp78 int match = regexec(&re, name_, 0, NULL, 0); in ShouldRun() local
80 if (match != REG_NOMATCH) { in ShouldRun()
/bionic/libc/tools/zoneinfo/
Dupdate-tzdata.py167 … m = re.compile('.*href="/time-zones/repository/releases/(tzdata20\d\d\c\.tar\.gz)".*').match(line)
/bionic/libc/arch-x86/string/
Dsse2-wcsrchr-atom.S228 jnz L(match)
256 L(match):
Dsse2-strrchr-atom.S233 jnz L(match)
260 L(match):
/bionic/libc/
DSYSCALLS.TXT104 # to match the kernel implementation.