/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/kernel/uapi/linux/netfilter/ |
D | xt_owner.h | 32 __u8 match, invert; member
|
D | xt_policy.h | 61 struct xt_policy_spec match; member
|
D | x_tables.h | 39 struct xt_match * match; member
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | _wcstod.h | 68 goto match; in FUNCNAME() 79 goto match; in FUNCNAME() 95 match: in FUNCNAME()
|
/bionic/tools/bionicbb/ |
D | tasks.py | 32 for match in re.finditer(gerrit_pattern, body, flags=re.MULTILINE): 33 info[match.group(1)] = match.group(2).strip()
|
D | presubmit.py | 188 commands = [match.group(1).strip() for match in
|
/bionic/libc/tools/ |
D | genserv.py | 53 m = re_service.match(line) 59 m = re_alias.match(rest)
|
D | check-symbols.py | 42 m = r.match(line)
|
D | symbols.py | 48 m = r.match(line)
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 115 m = re.match(r"asm-([\w\d_\+\.\-]+)(/.*)", src_path) 124 m_uapi = re.match(r"(uapi)/([\w\d_\+\.\-]+)(/.*)", src_path) 127 m_uapi_arch = re.match(r"asm-([\w\d_\+\.\-]+)", m_uapi.group(2))
|
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))): 310 m = ConfigParser.re_CONFIG_.match(line)
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 90 #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/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 100 struct xt_match * match; member
|
/bionic/libc/arch-x86/atom/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 | smisc.c | 122 match in match() function
|
D | gdtoaimp.h | 549 #define match __match_D2A macro 600 extern int match ANSI((CONST char**, char*));
|
D | strtod.c | 304 if (match(&s,"nf")) { 306 if (!match(&s,"inity")) 315 if (match(&s, "an")) {
|
D | strtodg.c | 525 if (match(&s,"nf")) { 527 if (!match(&s,"inity")) 535 if (match(&s, "an")) {
|
/bionic/libc/tools/zoneinfo/ |
D | update-tzdata.py | 234 … m = re.compile('.*href="/time-zones/repository/releases/(tzdata20\d\d\c\.tar\.gz)".*').match(line)
|
/bionic/libc/kernel/uapi/linux/ |
D | videodev2.h | 1405 struct v4l2_dbg_match match; member 1415 struct v4l2_dbg_match match; member
|