Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dbug-regex27.c27 int cflags; member
Dtst-rxspencer.c217 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
Dregex.c44 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) argument
Dregcomp.c461 regcomp (regex_t *__restrict preg, const char *__restrict pattern, int cflags) in regcomp()
/glibc-2.36/scripts/
Dbuild-many-glibcs.py1601 cfg=None, ccopts=None, cflags=None): argument