Searched refs:re_match (Results 1 - 7 of 7) sorted by path

/haiku/src/build/libgnuregex/
H A Dregex.h447 extern int re_match
452 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregex.c170 re_search* or re_match* could cause memory leaks when C-g is used in
3143 /* re_match is like re_match_2 except it takes only a single string. */
3146 re_match (bufp, string, size, pos, regs)
4641 by passing null for the REGS argument to re_match, etc., not by
3130 re_match (bufp, string, size, pos, regs) function
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c41 # define re_match(bufp, string, size, pos, regs) \ macro
H A Dregexec.c280 /* re_match, re_search, re_match_2, re_search_2
286 re_match() matches the compiled pattern in BUFP against the string,
292 way as re_match().)
303 On success, re_match* functions return the length of the match, re_search*
308 re_match (bufp, string, length, start, regs)
317 weak_alias (__re_match, re_match)
408 If RET_LEN is nonzero the length of the match is returned (re_match style);
307 re_match (bufp, string, length, start, regs) function
/haiku/headers/posix/
H A Dregex.h492 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
496 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2311 void re_match() {} function
H A Dlibroot_stubs_legacy.c2290 void re_match() {} function

Completed in 154 milliseconds