Home
last modified time | relevance | path

Searched refs:match (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/unistd/
Dgetopt_long.c176 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/
Dchecksyscalls.py78 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)
Dgenserv.py53 m = re_service.match(line)
59 m = re_alias.match(rest)
/bionic/libc/kernel/common/linux/netfilter_ipv6/
Dip6t_owner.h32 u_int8_t match, invert; member
/bionic/libc/kernel/common/linux/netfilter_ipv4/
Dipt_owner.h35 u_int8_t match, invert; member
/bionic/libc/kernel/common/linux/
Dattribute_container.h32 int (*match)(struct attribute_container *, struct device *); member
Dtransport_class.h42 …ort_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
Ddevice.h55 int (*match)(struct device * dev, struct device_driver * drv); member
67 void *data, int (*match)(struct device *, void *));
104 int (*match)(struct device *, void *));
Dvideodev2.h2059 struct v4l2_dbg_match match; member
2066 struct v4l2_dbg_match match; member
/bionic/libc/kernel/tools/
Dkernel.py79 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)
Dclean_header.py47 m = re_asm_arch.match(src_path)
Dcpp.py898 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/
Dengine.c90 #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/
Dx_tables.h36 struct xt_match *match; member
/bionic/libc/docs/
DCHANGES.TXT100 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/
DSYSCALLS.TXT98 # to match the kernel implementation.