/bionic/libc/unistd/ |
D | getopt_long.c | 176 int i, match; in parse_long_options() local 179 match = -1; in parse_long_options() 198 match = i; in parse_long_options() 208 if (match == -1) /* partial match */ in parse_long_options() 209 match = i; in parse_long_options() 220 if (match != -1) { /* option found */ in parse_long_options() 221 if (long_options[match].has_arg == no_argument in parse_long_options() 230 if (long_options[match].flag == NULL) in parse_long_options() 231 optopt = long_options[match].val; in parse_long_options() 236 if (long_options[match].has_arg == required_argument || in parse_long_options() [all …]
|
/bionic/libc/tools/ |
D | checksyscalls.py | 78 m = re_mips_line.match(line) 84 m = re_nr_line.match(line) 89 m = re_nr_clock_line.match(line) 94 m = re_arm_nr_line.match(line) 106 m = re_x86_line.match(line)
|
D | genserv.py | 53 m = re_service.match(line) 59 m = re_alias.match(rest)
|
/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/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/libc/docs/ |
D | CHANGES.TXT | 100 not match the features of the target device where we run a static executable 266 set to ANY. This is to match the GLibc behaviour.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 98 # to match the kernel implementation.
|