Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/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
270 p->strip = malloc(p->ssize * sizeof(sop)); in regcomp()
272 if (p->strip == NULL) { in regcomp()
684 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
685 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1661 (void)memcpy(p->strip + p->slen, p->strip + start, in dupl()
1696 p->strip[p->slen++] = (sop)SOP(op, opnd); in doemit()
1723 s = p->strip[sn]; in doinsert()
1736 memmove(&p->strip[pos+1], &p->strip[pos], (HERE()-pos-1)*sizeof(sop)); in doinsert()
1737 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))
Dbionic_utils.py67 return_type = line[:pos_lparen].strip().split()
105 number = line[pos_rparen+1:].strip()
114 number = number[1:].strip()
163 line = line.strip()
Dgensyscalls.py134 param = param.strip()
/bionic/libc/arch-arm/
Darm.mk40 ifeq ($(strip $(wildcard bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk)),)
/bionic/libc/kernel/tools/
Dkernel.py305 line = string.strip(line)
/bionic/libc/
DAndroid.mk457 ifeq ($(strip $(TARGET_CPU_VARIANT)),)
504 ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true)
685 WITH_MALLOC_CHECK_LIBC_A := $(strip $(WITH_MALLOC_CHECK_LIBC_A))