Home
last modified time | relevance | path

Searched refs:re_compile_fastmap (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dxregex.h19 # define re_compile_fastmap xre_compile_fastmap macro
Dxregex2.h453 extern int re_compile_fastmap (struct re_pattern_buffer *buffer);
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c86 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) macro
4543 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp) in PREFIX() argument
4862 re_compile_fastmap (struct re_pattern_buffer *bufp) in re_compile_fastmap() function
4872 weak_alias (__re_compile_fastmap, re_compile_fastmap) in weak_alias() argument
5069 if (re_compile_fastmap (bufp) == -2)
7976 if (re_compile_fastmap (preg) == -2)
DChangeLog2820 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
4313 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.