Searched defs:cflags (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregex2.h186 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
H A Dregcomp.c237 int cflags)
253 cflags = GOODFLAGS(cflags);
254 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
257 if (cflags&REG_PEND) {
291 g->cflags = cflags;
306 if (cflags&REG_EXTENDED)
308 else if (cflags
234 regcomp( regex_t *preg, const char *pattern, int cflags) argument
[all...]

Completed in 125 milliseconds