Searched refs:re_compile_fastmap (Results 1 – 4 of 4) sorted by relevance
19 # define re_compile_fastmap xre_compile_fastmap macro
453 extern int re_compile_fastmap (struct re_pattern_buffer *buffer);
86 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) macro4543 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp) in PREFIX() argument4862 re_compile_fastmap (struct re_pattern_buffer *bufp) in re_compile_fastmap() function4872 weak_alias (__re_compile_fastmap, re_compile_fastmap) in weak_alias() argument5069 if (re_compile_fastmap (bufp) == -2)7976 if (re_compile_fastmap (preg) == -2)
2820 truncate_wchar, re_compile_fastmap, re_compile_fastmap,4313 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.