/glibc-2.36/posix/ |
D | bug-regex22.c | 42 s = re_compile_pattern ("\\W", 2, &re); in main() 70 s = re_compile_pattern ("\\w", 2, &re); in main() 98 s = re_compile_pattern ("[[:DIGIT:]]", 11, &re); in main() 108 s = re_compile_pattern ("[[:DIGIT:]]", 2, &re); in main()
|
D | bug-regex16.c | 16 s = re_compile_pattern ("[[.invalid_collating_symbol.]]", 30, &re); in main() 22 s = re_compile_pattern ("[[=invalid_equivalence_class=]]", 31, &re); in main() 28 s = re_compile_pattern ("[[:invalid_character_class:]]", 29, &re); in main()
|
D | bug-regex8.c | 36 s = re_compile_pattern ("xy$", 3, ®ex); in main() 48 s = re_compile_pattern ("xy\\>", 4, ®ex); in main() 60 s = re_compile_pattern ("xy \\<", 5, ®ex); in main()
|
D | bug-regex1.c | 25 s = re_compile_pattern ("[an\371]*n", 7, ®ex); in main() 45 s = re_compile_pattern ("[an\371]*n", 7, ®ex); in main() 65 s = re_compile_pattern ("[an\371]*n", 7, ®ex); in main()
|
D | bug-regex4.c | 37 s = re_compile_pattern ("ab[cde]", 7, ®ex); in main() 61 s = re_compile_pattern ("ab[cde]", 7, ®ex); in main()
|
D | bug-regex7.c | 39 s = re_compile_pattern ("a", 1, ®ex); in main() 64 s = re_compile_pattern ("\\(\\(\\(a\\)\\)\\)", 13, ®ex); in main()
|
D | bug-regex20.c | 204 err = re_compile_pattern (tests[i].pattern, strlen (tests[i].pattern), in main() 245 err = re_compile_pattern (tests[i].pattern, strlen (tests[i].pattern), in main()
|
D | bug-regex26.c | 32 re_compile_pattern ("insert into", 11, &r); in main()
|
D | bug-regex34.c | 39 re_compile_pattern ("[^x]x", 5, &r); in do_test()
|
D | bug-regex25.c | 40 re_compile_pattern ("$", 1, &re); in main()
|
D | bug-regex10.c | 35 s = re_compile_pattern ("[abc]*d", 7, ®ex); in main()
|
D | bug-regex33.c | 45 re_compile_pattern ("\xb7\xbd", 2, &r); in do_test()
|
D | bug-regex28.c | 59 const char *re = re_compile_pattern (tests[i].regex, in do_test()
|
D | bug-regex13.c | 79 err = re_compile_pattern (tests[i].pattern, strlen (tests[i].pattern), in main()
|
D | tst-regcomp-truncated.c | 165 const char *msg = re_compile_pattern in do_test()
|
D | regex.c | 55 # define re_compile_pattern(pattern, length, bufp) \ macro
|
D | transbug.c | 84 err = re_compile_pattern (pattern, strlen (pattern), &pat); in run_test()
|
D | tst-regex.c | 380 err = re_compile_pattern (expr, strlen (expr), &re); in run_test_backwards() 457 err = re_compile_pattern (expr, strlen (expr), &re); in run_test_backwards()
|
D | tst-regex2.c | 107 const char *s = re_compile_pattern (pat[i], strlen (pat[i]), in do_test()
|
D | Versions | 48 re_comp; re_compile_fastmap; re_compile_pattern; re_exec; re_match;
|
D | regex.h | 562 extern const char *re_compile_pattern (const char *__pattern, size_t __length,
|
D | bug-regex19.c | 263 err = re_compile_pattern (test->pattern, strlen (test->pattern), in do_one_test()
|
D | regcomp.c | 217 re_compile_pattern (const char *pattern, size_t length, in re_compile_pattern() function 236 weak_alias (__re_compile_pattern, re_compile_pattern) in weak_alias() argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1589 GLIBC_2.35 re_compile_pattern F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1610 GLIBC_2.36 re_compile_pattern F
|