Searched refs:re_compile_fastmap (Results 1 – 7 of 7) sorted by relevance
60 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) macro
48 re_comp; re_compile_fastmap; re_compile_pattern; re_exec; re_match;
384 if (re_compile_fastmap (&re)) in run_test_backwards()461 if (re_compile_fastmap (&re)) in run_test_backwards()
570 extern int re_compile_fastmap (struct re_pattern_buffer *__buffer);
264 re_compile_fastmap (struct re_pattern_buffer *bufp) in weak_alias()280 weak_alias (__re_compile_fastmap, re_compile_fastmap) in weak_alias() argument502 (void) re_compile_fastmap (preg); in regcomp()
398 re_compile_fastmap (bufp); in re_search_stub()
7066 * posix/regex.c (re_compile_fastmap): Remove unused variable
Completed in 32 milliseconds