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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex.h17 # define re_search_2 xre_search_2 macro
H A Dxregex2.h366 Well, in truth it's used only in `re_search_2', to see
474 extern int re_search_2 (struct re_pattern_buffer *buffer, const char *string1,
486 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex.h17 # define re_search_2 xre_search_2 macro
H A Dxregex2.h363 Well, in truth it's used only in `re_search_2', to see
482 extern int re_search_2
495 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex.h17 # define re_search_2 xre_search_2 macro
H A Dxregex2.h366 Well, in truth it's used only in `re_search_2', to see
474 extern int re_search_2 (struct re_pattern_buffer *buffer, const char *string1,
486 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.c47 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
H A Dregex.h392 Well, in truth it's used only in `re_search_2', to see whether or
501 extern int re_search_2 (struct re_pattern_buffer *__buffer,
513 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregexec.c279 /* re_match, re_search, re_match_2, re_search_2
347 re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop)
357 weak_alias (__re_search_2, re_search_2)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c82 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
4629 `can_be_null' stops `re_search_2' from using the fastmap, so
4928 /* Like re_search_2, below, but only one string is specified, and
4935 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
4965 re_search_2 (struct re_pattern_buffer *bufp, const char *string1, int size1,
4977 } /* re_search_2 */
4979 weak_alias (__re_search_2, re_search_2)
5023 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1,
5007 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1, function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c82 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
4629 `can_be_null' stops `re_search_2' from using the fastmap, so
4928 /* Like re_search_2, below, but only one string is specified, and
4935 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
4965 re_search_2 (struct re_pattern_buffer *bufp, const char *string1, int size1,
4977 } /* re_search_2 */
4979 weak_alias (__re_search_2, re_search_2)
5023 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1,
5007 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1, function

Completed in 145 milliseconds