Searched refs:re_match_2 (Results 1 – 7 of 7) sorted by relevance
/haiku/src/system/libroot/posix/glibc/regex/ |
H A D | regex.c | 46 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
|
H A D | regexec.c | 297 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 D | regex.h | 448 extern int re_match_2
|
H A D | regex.c | 2961 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 D | regex.h | 493 extern int re_match_2 (struct re_pattern_buffer *__buffer,
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2303 void re_match_2() {} in re_match_2() function
|
H A D | libroot_stubs.c | 2330 void re_match_2() {} in re_match_2() function
|