Home | History | Annotate | Download | only in lib

Lines Matching defs:re_match

287 /* re_match, re_search, re_match_2, re_search_2
293 re_match() matches the compiled pattern in BUFP against the string,
299 way as re_match().)
310 On success, re_match* functions return the length of the match, re_search*
315 re_match (bufp, string, length, start, regs)
324 weak_alias (__re_match, re_match)
416 If RET_LEN is true the length of the match is returned (re_match style);