Home
last modified time | relevance | path

Searched refs:match (Results 1 – 24 of 24) 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/upstream-netbsd/lib/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/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))):
310 m = ConfigParser.re_CONFIG_.match(line)
/bionic/libc/tools/
Dgenserv.py53 m = re_service.match(line)
59 m = re_alias.match(rest)
Dsymbols.py48 m = r.match(line)
Dgenseccomp.py46 m = format_re.match(line)
95 m = constant_re.match(line)
Dcheck-symbols.py58 m = r.match(line)
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_owner.h32 __u8 match, invert; member
Dxt_policy.h56 struct xt_policy_spec match; member
Dx_tables.h35 struct xt_match * match; member
/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py117 m = kSymbolMatcher.match(line)
156 m = kRelocationMatcher.match(line)
/bionic/libc/arch-x86/atom/string/
Dsse2-wcsrchr-atom.S228 jnz L(match)
256 L(match):
Dsse2-strrchr-atom.S233 jnz L(match)
260 L(match):
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h548 #define match __match_D2A macro
598 extern int match ANSI((CONST char**, char*));
Dsmisc.c122 match in match() function
Dstrtod.c301 if (match(&s,"nf")) {
303 if (!match(&s,"inity"))
312 if (match(&s, "an")) {
Dstrtodg.c522 if (match(&s,"nf")) {
524 if (!match(&s,"inity"))
532 if (match(&s, "an")) {
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debtables.h88 struct xt_match * match; member
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c179 static int match(Char *, Char *, Char *);
801 if (too_long || !match(pathend, pattern, restpattern)) { in glob3()
910 match(Char *name, Char *pat, Char *patend) in match() function
/bionic/docs/
Dlibc_assembler.md112 the output. Sometimes this filter can still match multiple benchmarks, to
Delf-tls.md232 The code fragments above match the "traditional" TLS design from Drepper's document. For the GD and
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h1321 struct v4l2_dbg_match match; member
1329 struct v4l2_dbg_match match; member
/bionic/tests/
DAndroid.bp291 // match up with what the source file says they should be.
/bionic/tests/libs/
DAndroid.bp199 // Library with soname which does not match filename