Searched defs:match (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dattribute_container.h32 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
H A Ddevice.h55 int (*match)(struct device * dev, struct device_driver * drv); member in struct:bus_type
67 void *data, int (*match)(struct device *, void *));
104 int (*match)(struct device *, void *));
H A Dvideodev2.h2059 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
2066 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dipt_owner.h35 u_int8_t match, invert; member in struct:ipt_owner_info
/bionic/libc/kernel/common/linux/netfilter_ipv6/
H A Dip6t_owner.h32 u_int8_t match, invert; member in struct:ip6t_owner_info
/bionic/libc/kernel/common/linux/netfilter/
H A Dx_tables.h36 struct xt_match *match; member in struct:xt_entry_match::__anon381::__anon383
/bionic/libc/unistd/
H A Dgetopt_long.c168 * Returns -1 if short_too is set and the option does not match long_options.
176 int i, match; local
179 match = -1;
197 /* exact match */
198 match = i;
203 * a partial match of a single character.
208 if (match == -1) /* partial match */
209 match = i;
220 if (match !
[all...]
/bionic/libc/upstream-netbsd/libc/regex/
H A Dengine.c90 #define match smat macro
102 #define match lmat macro
107 struct match { struct
114 const char *coldp; /* can be no match starting before here */
130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev);
132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
145 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
148 static void at(struct match *
1187 #undef match macro
[all...]

Completed in 131 milliseconds