Searched defs:cflags (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/posix/ |
D | bug-regex27.c | 27 int cflags; member
|
D | tst-rxspencer.c | 217 test (const char *pattern, int cflags, const char *string, int eflags, in test() 321 mb_test (const char *pattern, int cflags, const char *string, int eflags, in mb_test() 351 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
|
D | regex.c | 44 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) argument
|
D | regcomp.c | 461 regcomp (regex_t *__restrict preg, const char *__restrict pattern, int cflags) in regcomp()
|
/glibc-2.36/scripts/ |
D | build-many-glibcs.py | 1601 cfg=None, ccopts=None, cflags=None): argument
|