Searched refs:matchcheck (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/testdata/ |
D | testregex.c | 882 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flag… in matchcheck() function 2237 else if (matchcheck(match, nmatch, nsub, ans, re, s, nstr, flags, test)) in main()
|