/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/common/linux/netfilter_ipv6/ |
D | ip6t_owner.h | 32 u_int8_t match, invert; member
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ipt_owner.h | 35 u_int8_t match, invert; member
|
/bionic/libc/kernel/common/linux/ |
D | attribute_container.h | 32 int (*match)(struct attribute_container *, struct device *); member
|
D | transport_class.h | 42 …ort_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
D | device.h | 55 int (*match)(struct device * dev, struct device_driver * drv); member 67 void *data, int (*match)(struct device *, void *)); 104 int (*match)(struct device *, void *));
|
D | videodev2.h | 2059 struct v4l2_dbg_match match; member 2066 struct v4l2_dbg_match match; member
|
/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)
|
/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))): 311 m = ConfigParser.re_CONFIG_.match(line)
|
D | clean_header.py | 47 m = re_asm_arch.match(src_path)
|
D | cpp.py | 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/upstream-netbsd/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/common/linux/netfilter/ |
D | x_tables.h | 36 struct xt_match *match; member
|
/bionic/tests/ |
D | benchmark_main.cpp | 78 int match = regexec(&re, name_, 0, NULL, 0); in ShouldRun() local 80 if (match != REG_NOMATCH) { in ShouldRun()
|
/bionic/libc/tools/zoneinfo/ |
D | update-tzdata.py | 167 … m = re.compile('.*href="/time-zones/repository/releases/(tzdata20\d\d\c\.tar\.gz)".*').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/ |
D | SYSCALLS.TXT | 104 # to match the kernel implementation.
|