Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/
Dregex.c53 .ret = 0, .nmatch = 1, .matches = { { .rm_so = 0, .rm_eo = 1 } }
56 .ret = 0, .nmatch = 1, .matches = { { .rm_so = 0, .rm_eo = 3 } }
60 { .rm_so = 0, .rm_eo = 3 },
61 { .rm_so = 0, .rm_eo = 1 },
62 { .rm_so = 1, .rm_eo = 2 },
63 { .rm_so = 2, .rm_eo = 3 },
67 .ret = 0, .nmatch = 1, .matches = { { .rm_so = 3, .rm_eo = 10 } }
103 matches[m].rm_eo != tests[t].matches[m].rm_eo) { in main()
107 matches[m].rm_eo, in main()
109 tests[t].matches[m].rm_eo); in main()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dregex.h54 regoff_t rm_eo; /* end of match */ member
/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dengine.c166 stop = string + pmatch[0].rm_eo; in matcher()
269 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1; in matcher()
302 assert(m->pmatch[i].rm_eo == -1); in matcher()
321 pmatch[0].rm_eo = endp - m->offp; in matcher()
330 pmatch[i].rm_eo = -1; in matcher()
520 m->pmatch[i].rm_eo = sp - m->offp; in dissect()
645 if (m->pmatch[i].rm_eo == -1) in backref()
648 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so; in backref()
717 offsave = m->pmatch[i].rm_eo; in backref()
718 m->pmatch[i].rm_eo = sp - m->offp; in backref()
[all …]