Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c237 int cflags) in regcomp() argument
253 cflags = GOODFLAGS(cflags); in regcomp()
254 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
257 if (cflags&REG_PEND) { in regcomp()
290 g->cflags = cflags; in regcomp()
305 if (cflags&REG_EXTENDED) in regcomp()
307 else if (cflags&REG_NOSPEC) in regcomp()
460 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
637 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
798 if (p->g->cflags&REG_ICASE) { in p_bracket()
[all …]
Dengine.c199 if (g->cflags&REG_NOSUB) in matcher()
611 (m->g->cflags&REG_NEWLINE)) ) in backref()
619 (m->g->cflags&REG_NEWLINE)) ) in backref()
627 (m->g->cflags&REG_NEWLINE)) || in backref()
638 (m->g->cflags&REG_NEWLINE)) || in backref()
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
814 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
902 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
907 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
Dregex2.h186 int cflags; /* copy of regcomp() cflags argument */ member
/bionic/libdl/
DAndroid.bp41 cflags: [
/bionic/libc/
DAndroid.bp71 // Define some common cflags
75 cflags: [
159 cflags: ["-fno-stack-protector"],
172 cflags: ["-fno-stack-protector"],
188 cflags: [
229 cflags: [
321 cflags: [
385 cflags: [
579 cflags: [
738 cflags: [
[all …]
/bionic/libm/
DAndroid.bp285 cflags: libm_common_cflags,