D | tst-rxspencer.c | 214 test (const char *pattern, int cflags, const char *string, int eflags, in test() argument 221 n = regcomp (&re, pattern, cflags); in test() 288 if (cflags & REG_NOSUB) in test() 319 mb_test (const char *pattern, int cflags, const char *string, int eflags, in mb_test() argument 337 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb, in mb_test() 349 mb_tests (const char *pattern, int cflags, const char *string, int eflags, in mb_tests() argument 398 ret |= mb_test (pattern, cflags, string, eflags, expect, matches, in mb_tests() 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() [all …]
|