/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 200 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/tools/ |
D | genseccomp.py | 46 match = format_re.match(line) 47 if match is None: 50 name = match.group(1) 105 m = define_re.match(line) 119 if not line_re.match(line) and not undef_re.match(line) and line:
|
D | genserv.py | 53 m = re_service.match(line) 59 m = re_alias.match(rest)
|
D | symbols.py | 49 m = r.match(line)
|
D | generate_notice.py | 43 if path.match("*~"):
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 79 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))): 309 m = ConfigParser.re_CONFIG_.match(line)
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 64 #define match smat macro 75 #define match lmat macro 86 #define match mmat macro 90 struct match { struct 114 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… argument 115 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop… 116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno … 133 static void print(struct match *m, const char *caption, states st, int ch, FILE *d); 136 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno start… 208 struct match mv; in matcher() [all …]
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_owner.h | 20 __u8 match, invert; member
|
D | xt_policy.h | 44 struct xt_policy_spec match; member
|
D | x_tables.h | 23 struct xt_match * match; member
|
/bionic/benchmarks/linker_relocation/regen/ |
D | dump_relocs.py | 117 m = kSymbolMatcher.match(line) 156 m = kRelocationMatcher.match(line)
|
/bionic/libc/arch-x86/string/ |
D | sse2-wcsrchr-atom.S | 228 jnz L(match) 256 L(match):
|
D | sse2-strrchr-atom.S | 233 jnz L(match) 260 L(match):
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoaimp.h | 548 #define match __match_D2A macro 598 extern int match ANSI((CONST char**, char*));
|
D | smisc.c | 122 match in match() function
|
D | strtod.c | 301 if (match(&s,"nf")) { 303 if (!match(&s,"inity")) 312 if (match(&s, "an")) {
|
D | strtodg.c | 522 if (match(&s,"nf")) { 524 if (!match(&s,"inity")) 532 if (match(&s, "an")) {
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 76 struct xt_match * match; member
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | kvm.h | 646 …ent_select,mask,match,exclude) (((event_select) & 0xFFULL) | (((event_select) & 0XF00ULL) << 24) |… argument
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 179 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/ |
D | README.md | 220 but try to match the wording and style wording from _our_ existing 403 musl don't always match, so this can be a good way to find the more complicated 404 corners of the spec. If they *do* match, bionic probably should too!
|
/bionic/docs/ |
D | libc_assembler.md | 112 the output. Sometimes this filter can still match multiple benchmarks, to
|
/bionic/libc/kernel/uapi/linux/ |
D | videodev2.h | 1415 struct v4l2_dbg_match match; member 1423 struct v4l2_dbg_match match; member
|
/bionic/tests/ |
D | Android.bp | 360 // match up with what the source file says they should be.
|
/bionic/tests/libs/ |
D | Android.bp | 260 // Library with soname which does not match filename
|