Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregfree.c120 if (g->strip != NULL) in __weak_alias()
121 free(g->strip); in __weak_alias()
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 …]
Dregcomp.c112 sop *strip; /* malloced strip */ member
269 p->strip = calloc(p->ssize, sizeof(sop)); in regcomp()
271 if (p->strip == NULL) { in regcomp()
683 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
684 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1656 (void)memcpy(p->strip + p->slen, p->strip + start, in dupl()
1691 p->strip[p->slen++] = (sop)SOP(op, opnd); in doemit()
1718 s = p->strip[sn]; in doinsert()
1731 memmove(&p->strip[pos+1], &p->strip[pos], (HERE()-pos-1)*sizeof(sop)); in doinsert()
1732 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.py221 param = param.strip()
428 return_type = line[:pos_lparen].strip().split()
461 alias_list = syscall_func[alias_delim+1:].strip()
487 arch_list = line[pos_rparen+1:].strip()
506 line = line.strip()
Dgenseccomp.py97 name, value = [w.strip() for w in line.split(",")]
/bionic/tools/bionicbb/
Dtasks.py33 info[match.group(1)] = match.group(2).strip()
Dpresubmit.py190 commands = [match.group(1).strip() for match in
/bionic/linker/
DAndroid.bp161 strip: {
/bionic/libc/kernel/tools/
Dkernel.py304 line = string.strip(line)
/bionic/
Dandroid-changes-for-ndk-developers.md191 uses them for sanity checking. Some developers strip them in an
203 *Resolution*: remove the extra steps from your build that strip section
/bionic/libc/
DAndroid.bp73 // ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true)
1694 strip: {