Home | History | Annotate | Download | only in libiberty

Lines Matching defs:regexec

69 #  define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
7834 regcomp/regexec below without link errors. */
7922 Also, regexec will try a match beginning after every newline.
7927 If REG_NOSUB is set, then when PREG is passed to regexec, that
7995 /* Compute the fastmap now, since regexec cannot modify the pattern
8013 /* regexec searches for a given pattern, specified by PREG, in the
8028 regexec (const regex_t *preg, const char *string, size_t nmatch,
8083 weak_alias (__regexec, regexec)
8088 from either regcomp or regexec. We don't use PREG here. */