Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c46 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
H A Dregexec.c297 re_match_2 (struct re_pattern_buffer *bufp, const char *string1, Idx length1, in weak_alias()
305 weak_alias (__re_match_2, re_match_2) in weak_alias() argument
/haiku/src/build/libgnuregex/
H A Dregex.h448 extern int re_match_2
H A Dregex.c2961 val = re_match_2 (bufp, string1, size1, string2, size2,
3136 return re_match_2 (bufp, NULL, 0, string, size, pos, regs, size);
3155 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) in re_match_2() function
/haiku/headers/posix/
H A Dregex.h493 extern int re_match_2 (struct re_pattern_buffer *__buffer,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2303 void re_match_2() {} in re_match_2() function
H A Dlibroot_stubs.c2330 void re_match_2() {} in re_match_2() function