Searched refs:re_search_2 (Results 1 - 7 of 7) sorted by last modified time

/haiku/headers/posix/
H A Dregex.h380 Well, in truth it's used only in `re_search_2', to see whether or
484 extern int re_search_2 (struct re_pattern_buffer *__buffer,
496 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2293 void re_search_2() {} function
H A Dlibroot_stubs.c2314 void re_search_2() {} function
/haiku/src/build/libgnuregex/
H A Dregex.c2596 `can_be_null' stops `re_search_2' from using the fastmap, so
2848 /* Like re_search_2, below, but only one string is specified, and
2858 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
2885 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
2998 } /* re_search_2 */
2871 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) function
H A Dregex.h313 Well, in truth it's used only in `re_search_2', to see
439 extern int re_search_2
452 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c48 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
H A Dregexec.c280 /* re_match, re_search, re_match_2, re_search_2
348 re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop)
358 weak_alias (__re_search_2, re_search_2)

Completed in 137 milliseconds