Searched refs:re_search_2 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h368 Well, in truth it's used only in `re_search_2', to see
470 extern int re_search_2 (struct re_pattern_buffer *buffer, const char *string1,
482 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregex.c66 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
4625 `can_be_null' stops `re_search_2' from using the fastmap, so
4925 /* Like re_search_2, below, but only one string is specified, and
4934 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
4964 re_search_2 (struct re_pattern_buffer *bufp,
4979 } /* re_search_2 */
4981 weak_alias (__re_search_2, re_search_2)
5025 PREFIX(re_search_2) (struct re_pattern_buffer *bufp,
5009 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h358 Well, in truth it's used only in `re_search_2', to see
477 extern int re_search_2
490 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregex.c77 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
3274 `can_be_null' stops `re_search_2' from using the fastmap, so
3541 /* Like re_search_2, below, but only one string is specified, and
3551 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
3581 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
3716 } /* re_search_2 */
3718 weak_alias (__re_search_2, re_search_2)

Completed in 117 milliseconds