Searched refs:re_match_2 (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c39 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
H A Dregexec.c280 /* re_match, re_search, re_match_2, re_search_2
334 re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
344 weak_alias (__re_match_2, re_match_2)
/haiku/src/build/libgnuregex/
H A Dregex.h332 /* If set, `re_match_2' does not return information about
372 `re_match_2' returns information about at least this many registers
453 extern int re_match_2
H A Dregex.c71 commands in re_match_2. */
274 of re_match_2.) */
1640 `push_dummy_failure' in `re_match_2'. */
2250 re_match_2 use a failure stack. These have to be macros because of
2975 val = re_match_2 (bufp, string1, size1, string2, size2,
3001 /* Declarations and macros for re_match_2. */
3067 /* Macros for dealing with the split strings in re_match_2. */
3143 /* re_match is like re_match_2 except it takes only a single string. */
3152 return re_match_2 (bufp, NULL, 0, string, size, pos, regs, size);
3157 /* re_match_2 matche
3155 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) function
[all...]
/haiku/headers/posix/
H A Dregex.h400 /* If set, `re_match_2' does not return information about
434 `re_match_2' returns information about at least this many registers
497 extern int re_match_2 (struct re_pattern_buffer *__buffer,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2312 void re_match_2() {} function
H A Dlibroot_stubs_legacy.c2291 void re_match_2() {} function

Completed in 167 milliseconds