Home
last modified time | relevance | path

Searched refs:re_match_2 (Results 1 – 2 of 2) sorted by relevance

/original-bsd/contrib/libg++-2.3/libg++/src/
H A Dregex.h236 extern int re_match_2 (struct re_pattern_buffer *, char *, int,
250 extern int re_match (), re_match_2 ();
H A Dregex.cc1620 val = re_match_2 (pbufp, string1, size1, string2, size2, startpos, in re_search_2()
1658 return re_match_2 (pbufp, (char *) 0, 0, string, size, pos, regs, size); in re_match()
1841 re_match_2 (struct re_pattern_buffer *pbufp, in re_match_2() function