Home | History | Annotate | Download | only in libiberty

Lines Matching full:regcomp

70 #  define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
7834 regcomp/regexec below without link errors. */
7899 /* regcomp takes a regular expression as a string and compiles it.
7935 regcomp (regex_t *preg, const char *pattern, int cflags)
8009 weak_alias (__regcomp, regcomp)
8017 `regcomp', we ignore PMATCH. Otherwise, we assume PMATCH has at
8088 from either regcomp or regexec. We don't use PREG here. */