Searched refs:match (Results 1 – 13 of 13) sorted by relevance
/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/kernel/common/linux/netfilter_ipv6/ |
D | ip6t_owner.h | 25 u_int8_t match, invert; member
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ipt_owner.h | 27 u_int8_t match, invert; member
|
/bionic/libc/kernel/common/linux/ |
D | attribute_container.h | 25 int (*match)(struct attribute_container *, struct device *); member
|
D | transport_class.h | 37 …ort_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
D | device.h | 48 int (*match)(struct device * dev, struct device_driver * drv); member 59 void *data, int (*match)(struct device *, void *)); 97 int (*match)(struct device *, void *));
|
/bionic/libc/tools/ |
D | checksyscalls.py | 77 m = re_nr_line.match(line) 82 m = re_nr_clock_line.match(line) 87 m = re_arm_nr_line.match(line) 93 m = re_x86_line.match(line)
|
D | genserv.py | 53 m = re_service.match(line) 59 m = re_alias.match(rest)
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 76 m = HeaderScanner.re_combined.match(line) 78 m = HeaderScanner.re_rel_dir.match(line) 119 if (HeaderScanner.re_combined.match(line) or 120 (kernel_root and HeaderScanner.re_rel_dir.match(line))): 308 m = ConfigParser.re_CONFIG_.match(line)
|
D | clean_header.py | 48 m = re_asm_arch.match(src_path)
|
D | find_headers.py | 93 m = re_asm_.match(dir)
|
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/kernel/common/linux/netfilter/ |
D | x_tables.h | 31 struct xt_match *match; member
|