Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex27.c30 int cflags; member
Dtst-rxspencer.c214 test (const char *pattern, int cflags, const char *string, int eflags, in test()
319 mb_test (const char *pattern, int cflags, const char *string, int eflags, in mb_test()
349 mb_tests (const char *pattern, int cflags, const char *string, int eflags, in mb_tests()
441 int cflags = REG_EXTENDED, eflags = 0, try_bre_ere = 0; in main() local
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.c33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) argument
Dregcomp.c476 regcomp (preg, pattern, cflags) in regcomp() argument
/ndk/sources/host-tools/ndk-stack/regex/
Dregex2.h134 int cflags; /* copy of regcomp() cflags argument */ member
Dregcomp.c149 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp()