Searched refs:regexec (Results 1 - 9 of 9) sorted by path

/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp109 int regExpStat = regexec(&_regExp, str, 0, NULL, 0);
/haiku/src/build/libgnuregex/
H A Dregex.h228 /* If this bit is set, then report only success or fail in regexec.
233 /* POSIX `eflags' bits (i.e., information for regexec). */
251 REG_NOMATCH, /* Didn't find a match (for regexec). */
481 extern int regexec
H A Dregex.c4737 Also, regexec will try a match beginning after every newline.
4742 If REG_NOSUB is set, then when PREG is passed to regexec, that
4810 /* regexec searches for a given pattern, specified by PREG, in the
4825 regexec (preg, string, nmatch, pmatch, eflags)
4887 from either regcomp or regexec. We don't use PREG here. */
4805 regexec (preg, string, nmatch, pmatch, eflags) function
/haiku/src/kits/shared/
H A DRegExp.cpp163 if (regexec(compiledExpression, string, fMatchCount, fMatches, 0)
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c33 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
65 #include "regexec.c"
H A Dregexec.c207 /* regexec searches for a given pattern, specified by PREG, in the
222 regexec (preg, string, nmatch, pmatch, eflags)
260 versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
271 return regexec (preg, string, nmatch, pmatch,
274 compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
606 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
615 mingings with regexec. START, and RANGE have the same meanings
221 regexec (preg, string, nmatch, pmatch, eflags) function
/haiku/headers/posix/
H A Dregex.h275 /* If this bit is set, then report only success or fail in regexec.
280 /* POSIX `eflags' bits (i.e., information for regexec). */
306 REG_NOMATCH, /* Didn't find a match (for regexec). */
555 extern int regexec (const regex_t *__restrict __preg,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2334 void regexec() {} function
H A Dlibroot_stubs_legacy.c2313 void regexec() {} function

Completed in 94 milliseconds