Home
last modified time | relevance | path

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

/posix/
A Dregex.c49 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
50 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
A Dregexec.c40 const char *string1, Idx length1,
298 re_match_2 (struct re_pattern_buffer *bufp, const char *string1, Idx length1, in weak_alias()
302 return re_search_2_stub (bufp, string1, length1, string2, length2, in weak_alias()
310 re_search_2 (struct re_pattern_buffer *bufp, const char *string1, Idx length1, in weak_alias()
314 return re_search_2_stub (bufp, string1, length1, string2, length2, in weak_alias()
322 re_search_2_stub (struct re_pattern_buffer *bufp, const char *string1, in weak_alias()
345 memcpy (__mempcpy (s, string1, length1), string2, length2); in weak_alias()
347 memcpy (s, string1, length1); in weak_alias()
355 str = string1; in weak_alias()

Completed in 12 milliseconds