Searched defs:cflags (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | bug-regex27.c | 30 int cflags; member
|
D | tst-rxspencer.c | 214 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/ |
D | regex.c | 33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) argument
|
D | regcomp.c | 476 regcomp (preg, pattern, cflags) in regcomp() argument
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regex2.h | 134 int cflags; /* copy of regcomp() cflags argument */ member
|
D | regcomp.c | 149 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp()
|