HomeSort by relevance Sort by last modified time
    Searched defs:regcomp (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
63 #include "regcomp.c"
regcomp.c 443 /* regcomp takes a regular expression as a string and compiles it.
479 regcomp (preg, pattern, cflags)
534 weak_alias (__regcomp, regcomp)
538 from either regcomp or regexec. We don't use PREG here. */
695 regcomp/regexec above without link errors. */
476 regcomp (preg, pattern, cflags) function
    [all...]
  /external/libselinux/src/
label_file.c 31 char regcomp; /* regex_str has been compiled to regex */ member in struct:spec
231 if (spec->regcomp)
254 regerr = regcomp(&spec->regex, anchored_regex,
271 spec->regcomp = 1;
544 if (spec->regcomp)
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 1 /* $NetBSD: regcomp.c,v 1.33 2012/03/13 21:13:43 christos Exp $ */
34 * @(#)regcomp.c 8.5 (Berkeley) 3/20/94
71 * @(#)regcomp.c 8.5 (Berkeley) 3/20/94
77 static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
79 __RCSID("$NetBSD: regcomp.c,v 1.33 2012/03/13 21:13:43 christos Exp $");
95 __weak_alias(regcomp,_regcomp)
127 /* === regcomp.c === */
222 - regcomp - interface for parser and compilation
223 = extern int regcomp(regex_t *, const char *, int);
234 regcomp( function
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1 /* $OpenBSD: regcomp.c,v 1.19 2008/02/23 08:13:07 otto Exp $ */
34 * @(#)regcomp.c 8.5 (Berkeley) 3/20/94
146 - regcomp - interface for parser and compilation
149 regcomp(regex_t *preg, const char *pattern, int cflags) function
    [all...]

Completed in 534 milliseconds