re_compile_fastmap
extern int re_compile_fastmap (struct re_pattern_buffer *__buffer);
if (re_compile_fastmap (bufp) == -2)
extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
re_compile_fastmap (struct re_pattern_buffer *bufp)
weak_alias (__re_compile_fastmap, re_compile_fastmap)
(void) re_compile_fastmap (preg);
re_compile_fastmap (bufp);