HomeSort by relevance Sort by last modified time
    Searched defs:re_match (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 40 # define re_match(bufp, string, size, pos, regs) \ macro
regexec.c 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);
314 re_match (bufp, string, length, start, regs) function
    [all...]

Completed in 84 milliseconds