Home
last modified time | relevance | path

Searched refs:rm_eo (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dregex.h58 regoff_t rm_eo; /* end of match */ member
/bionic/tests/
Dregex_test.cpp46 ASSERT_EQ(2, matches[0].rm_eo); in TEST()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c204 stop = string + (size_t)pmatch[0].rm_eo; in matcher()
269 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = (regoff_t)-1; in matcher()
301 assert(m->pmatch[i].rm_eo == (regoff_t)-1); in matcher()
321 pmatch[0].rm_eo = endp - m->offp; in matcher()
330 pmatch[i].rm_eo = (regoff_t)-1; in matcher()
544 m->pmatch[i].rm_eo = sp - m->offp; in dissect()
674 if (m->pmatch[i].rm_eo == (regoff_t)-1) in backref()
677 len = (size_t)(m->pmatch[i].rm_eo - m->pmatch[i].rm_so); in backref()
747 offsave = m->pmatch[i].rm_eo; in backref()
748 m->pmatch[i].rm_eo = sp - m->offp; in backref()
[all …]