Searched refs:regcomp (Results 1 - 9 of 9) sorted by last modified time

/haiku/headers/posix/
H A Dregex.h260 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
308 /* POSIX regcomp return error codes. (In the order listed in the
326 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
551 extern int regcomp (regex_t *__restrict __preg,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2311 void regcomp() {} function
H A Dlibroot_stubs.c2332 void regcomp() {} function
/haiku/src/build/libgnuregex/
H A Dregex.c4715 /* regcomp takes a regular expression as a string and compiles it.
4750 regcomp (preg, pattern, cflags)
4814 `regcomp', we ignore PMATCH. Otherwise, we assume PMATCH has at
4887 from either regcomp or regexec. We don't use PREG here. */
4730 regcomp (preg, pattern, cflags) function
H A Dregex.h213 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
253 /* POSIX regcomp return error codes. (In the order listed in the
271 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
480 extern int regcomp _RE_ARGS ((regex_t *preg, const char *pattern, int cflags));
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp98 _regExpValid = (regcomp(&_regExp, (pattern.Length() > 0) ? pattern.String() : str, 0) == 0);
/haiku/src/kits/shared/
H A DRegExp.cpp122 fError = regcomp(&fCompiledExpression, pattern, flags);
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c435 /* regcomp takes a regular expression as a string and compiles it.
471 regcomp (preg, pattern, cflags)
526 weak_alias (__regcomp, regcomp)
530 from either regcomp or regexec. We don't use PREG here. */
673 regcomp/regexec above without link errors. */
468 regcomp (preg, pattern, cflags) function
H A Dregex.c34 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
64 #include "regcomp.c"

Completed in 145 milliseconds