Searched refs:match (Results 1 - 21 of 21) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
H A Dxt_policy.h67 struct xt_policy_spec match; member in struct:xt_policy_elem
H A Dx_tables.h39 struct xt_match *match; member in struct:xt_entry_match::__anon511::__anon513
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c189 * Returns -1 if short_too is set and the option does not match long_options.
200 int i, match, exact_match, second_partial_match; local
219 match = -1;
239 /* exact match */
240 match = i;
246 * a partial match of a single character.
251 if (match == -1) /* first partial match */
252 match = i;
255 long_options[match]
[all...]
/bionic/libc/upstream-openbsd/lib/libc/locale/
H A D_wcstod.h68 goto match;
79 goto match;
95 match:
/bionic/libc/tools/
H A Dgenserv.py53 m = re_service.match(line)
59 m = re_alias.match(rest)
H A Dcheck-symbols-glibc.py27 m = r.match(line)
H A Dcheck-symbols.py42 m = r.match(line)
/bionic/libc/kernel/tools/
H A 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))):
310 m = ConfigParser.re_CONFIG_.match(line)
H A Dclean_header.py120 m = re.match(r"asm-([\w\d_\+\.\-]+)(/.*)", src_path)
129 m_uapi = re.match(r"(uapi)/([\w\d_\+\.\-]+)(/.*)", src_path)
132 m_uapi_arch = re.match(r"asm-([\w\d_\+\.\-]+)", m_uapi.group(2))
/bionic/libc/upstream-netbsd/lib/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...]
/bionic/benchmarks/
H A Dbenchmark_main.cpp74 // see if any of our benchmarks match.
81 int match = regexec(&re, name_, 0, NULL, 0); local
83 if (match != REG_NOMATCH) {
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debtables.h100 struct xt_match *match; member in union:ebt_entry_match::__anon560
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dsmisc.c122 match function
H A Dgdtoaimp.h549 #define match __match_D2A macro
600 extern int match ANSI((CONST char**, char*));
H A Dstrtod.c304 if (match(&s,"nf")) {
306 if (!match(&s,"inity"))
315 if (match(&s, "an")) {
H A Dstrtodg.c525 if (match(&s,"nf")) {
527 if (!match(&s,"inity"))
535 if (match(&s, "an")) {
/bionic/libc/arch-x86/atom/string/
H A Dsse2-wcsrchr-atom.S111 /* Check if there is a match. */
137 /* Save current match */
156 /* Check if there is a match. */
228 jnz L(match)
256 L(match):
260 /* save match info */
H A Dsse2-strrchr-atom.S111 /* Check if there is a match. */
159 /* Check if there is a match. */
233 jnz L(match)
260 L(match):
/bionic/libc/tools/zoneinfo/
H A Dupdate-tzdata.py203 m = re.compile('.*href="/time-zones/repository/releases/(tzdata20\d\d\c\.tar\.gz)".*').match(line)
/bionic/libc/kernel/uapi/linux/
H A Dvideodev2.h1291 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
1301 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_info

Completed in 1150 milliseconds