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

/haiku-buildtools/binutils/include/
H A Dxregex.h18 # define re_search_2 xre_search_2 macro
H A Dxregex2.h365 Well, in truth it's used only in `re_search_2', to see
473 extern int re_search_2 (struct re_pattern_buffer *buffer, const char *string1,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/haiku-buildtools/legacy/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'. */
/haiku-buildtools/gcc/include/
H A Dxregex.h18 # 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'. */
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.h362 Well, in truth it's used only in `re_search_2', to see
493 extern int re_search_2
509 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dgnu-regex.c3206 `can_be_null' stops `re_search_2' from using the fastmap, so
3473 /* Like re_search_2, below, but only one string is specified, and
3483 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
3513 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
3644 } /* re_search_2 */
3646 weak_alias (__re_search_2, re_search_2)
/haiku-buildtools/legacy/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
/haiku-buildtools/gcc/libiberty/
H A Dregex.c84 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
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,
5009 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1, function
/haiku-buildtools/binutils/libiberty/
H A Dregex.c84 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
4632 `can_be_null' stops `re_search_2' from using the fastmap, so
4931 /* Like re_search_2, below, but only one string is specified, and
4938 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
4968 re_search_2 (struct re_pattern_buffer *bufp, const char *string1, int size1,
4980 } /* re_search_2 */
4982 weak_alias (__re_search_2, re_search_2)
5026 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1,
5010 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1, function

Completed in 136 milliseconds