Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c462 switch (OP(m->g->strip[es])) { in dissect()
465 es += OPND(m->g->strip[es]); in dissect()
468 while (OP(m->g->strip[es]) != O_CH) in dissect()
469 es += OPND(m->g->strip[es]); in dissect()
475 switch (OP(m->g->strip[ss])) { in dissect()
577 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
578 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
583 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
585 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
587 esub += OPND(m->g->strip[esub]); in dissect()
[all …]
Dregfree.c87 if (g->strip != NULL) in __weak_alias()
88 free(g->strip); in __weak_alias()
Dregcomp.c110 sop *strip; /* malloced strip */ member
312 maxlen = ((size_t)-1 >> 1) / sizeof(*p->strip) * 2 / 3; in regcomp_internal()
320 p->strip = calloc(p->ssize, sizeof(*p->strip)); in regcomp_internal()
322 if (p->strip == NULL) { in regcomp_internal()
584 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_ere_exp()
585 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_ere_exp()
1009 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
1010 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1859 (void) memcpy(p->strip + p->slen,
1860 p->strip + start, len * sizeof(*p->strip));
[all …]
Dregex2.h180 sop *strip; /* malloced area for strip */ member
/bionic/libc/tools/
Dgenserv.py49 line = string.strip(line)
56 rest = string.strip(m.group(4))
63 rest = string.strip(m.group(2))
Dgensyscalls.py156 param = param.strip()
355 return_type = line[:pos_lparen].strip().split()
388 alias_list = syscall_func[alias_delim+1:].strip()
414 arch_list = line[pos_rparen+1:].strip()
439 line = line.strip()
Dgenseccomp.py104 line = line.strip()
/bionic/tests/
DAndroid.bp99 strip: {
125 strip: {
151 strip: {
177 strip: {
203 strip: {
229 strip: {
255 strip: {
281 strip: {
307 strip: {
333 strip: {
/bionic/linker/
DAndroid.bp288 strip: {
297 strip: {
306 strip: {
315 strip: {
324 strip: {
/bionic/libc/kernel/tools/
Dkernel.py303 line = line.strip()
/bionic/libc/
DAndroid.bp1613 strip: {
1622 strip: {
1631 strip: {
1650 strip: {
1659 strip: {
/bionic/
Dandroid-changes-for-ndk-developers.md217 uses them for validity checking. Some developers strip them in an
229 *Resolution*: remove the extra steps from your build that strip section
/bionic/tests/libs/
DAndroid.bp45 strip: {