Searched refs:re_match (Results 1 – 7 of 7) sorted by relevance
/haiku/src/system/libroot/posix/glibc/regex/ |
H A D | regex.c | 48 # define re_match(bufp, string, size, pos, regs) \ macro
|
H A D | regexec.c | 276 re_match (struct re_pattern_buffer *bufp, const char *string, Idx length, in re_match() function 282 weak_alias (__re_match, re_match) in weak_alias() argument
|
/haiku/src/build/libgnuregex/ |
H A D | regex.h | 442 extern int re_match
|
H A D | regex.c | 3130 re_match (bufp, string, size, pos, regs) in re_match() function
|
/haiku/headers/posix/ |
H A D | regex.h | 488 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2302 void re_match() {} in re_match() function
|
H A D | libroot_stubs.c | 2329 void re_match() {} in re_match() function
|