Home | History | Annotate | Download | only in libiberty

Lines Matching defs:re_search_2

84 #  define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
4631 `can_be_null' stops `re_search_2' from using the fastmap, so
4930 /* Like re_search_2, below, but only one string is specified, and
4937 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
4967 re_search_2 (struct re_pattern_buffer *bufp, const char *string1, int size1,
4979 } /* re_search_2 */
4981 weak_alias (__re_search_2, re_search_2)
5025 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1,