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...]