Searched refs:cflags (Results 1 – 5 of 5) sorted by relevance
/posix/ |
A D | tst-rxspencer.c | 224 n = regcomp (&re, pattern, cflags); in test() 290 if (cflags & REG_NOSUB) in test() 339 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb, in mb_test() 441 int cflags = REG_EXTENDED, eflags = 0, try_bre_ere = 0; in main() local 477 cflags &= ~REG_EXTENDED; in main() 486 cflags |= REG_ICASE; in main() 489 cflags |= REG_NOSUB; in main() 492 cflags |= REG_NEWLINE; in main() 533 && test (pattern, cflags & ~REG_EXTENDED, string, eflags, in main() 546 && test (pattern, cflags & ~REG_EXTENDED, string, in main() [all …]
|
A D | bug-regex27.c | 27 int cflags; member 46 if (regcomp (&r, tests[i].regex, tests[i].cflags)) in main()
|
A D | regex.c | 44 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) argument
|
A D | regcomp.c | 461 regcomp (regex_t *__restrict preg, const char *__restrict pattern, int cflags) in regcomp() argument 464 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED in regcomp() 476 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp() 479 if (cflags & REG_NEWLINE) in regcomp() 488 preg->no_sub = !!(cflags & REG_NOSUB); in regcomp()
|
A D | tst-regex.input | 3659 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE. 3660 (CFLAGS-zdump.c): Add $(tz-cflags). 8793 * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
|
Completed in 25 milliseconds