Home
last modified time | relevance | path

Searched refs:pmatch (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/sys_posix/src/
H A DSysApiTest.cpp269 regmatch_t pmatch[1]; in TestRegcomp() local
275 int status = regexec(&reg, buf, nmatch, pmatch, 0); in TestRegcomp()
281 for (int i = pmatch[0].rm_so; i < pmatch[0].rm_eo; i++) { in TestRegcomp()

Completed in 3 milliseconds