Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c385 switch (OP(m->g->strip[es])) { in dissect()
388 es += OPND(m->g->strip[es]); in dissect()
391 while (OP(m->g->strip[es]) != O_CH) in dissect()
392 es += OPND(m->g->strip[es]); in dissect()
398 switch (OP(m->g->strip[ss])) { in dissect()
504 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
505 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
510 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
512 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
514 esub += OPND(m->g->strip[esub]); in dissect()
[all …]
Dregfree.c120 if (g->strip != NULL) in __weak_alias()
121 free(g->strip); in __weak_alias()
Dregcomp.c112 sop *strip; /* malloced strip */ member
269 p->strip = calloc(p->ssize, sizeof(sop)); in regcomp()
271 if (p->strip == NULL) { in regcomp()
685 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
686 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1660 (void)memcpy(p->strip + p->slen, p->strip + start, in dupl()
1695 p->strip[p->slen++] = (sop)SOP(op, opnd); in doemit()
1722 s = p->strip[sn]; in doinsert()
1735 memmove(&p->strip[pos+1], &p->strip[pos], (HERE()-pos-1)*sizeof(sop)); in doinsert()
1736 p->strip[pos] = s; in doinsert()
[all …]
Dregex2.h181 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.py139 param = param.strip()
337 return_type = line[:pos_lparen].strip().split()
370 alias_list = syscall_func[alias_delim+1:].strip()
396 arch_list = line[pos_rparen+1:].strip()
421 line = line.strip()
/bionic/tests/
DAndroid.bp80 strip: {
103 strip: {
126 strip: {
149 strip: {
172 strip: {
195 strip: {
218 strip: {
241 strip: {
264 strip: {
/bionic/libc/kernel/tools/
Dkernel.py304 line = string.strip(line)
/bionic/linker/
DAndroid.bp270 strip: {
/bionic/libc/
DAndroid.bp1655 strip: {
1664 strip: {
1681 strip: {
1694 strip: {
/bionic/
Dandroid-changes-for-ndk-developers.md221 uses them for validity checking. Some developers strip them in an
233 *Resolution*: remove the extra steps from your build that strip section
/bionic/tests/libs/
DAndroid.bp1531 strip: {