Home | History | Annotate | Download | only in libiberty

Lines Matching refs:re_search

79 #  define re_search(bufp, string, size, startpos, range, regs) \
313 re_search* or re_match* could cause memory leaks when C-g is used in
4525 is used by re_search to skip quickly over impossible starting points.
4934 re_search (struct re_pattern_buffer *bufp, const char *string, int size,
4941 weak_alias (__re_search, re_search)
7889 0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);
8057 ret = re_search (&private_preg, string, len,
8079 /* We want zero return to mean success, unlike `re_search'. */