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/pcre/
pcreposix.c 246 regcomp(regex_t *preg, const char *pattern, int cflags) function
  /bionic/libc/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...]
  /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 110 milliseconds