Home | History | Annotate | Download | only in lib

Lines Matching defs:re_compile_pattern

210 /* re_compile_pattern is the GNU regular expression compiler: it
219 re_compile_pattern (pattern, length, bufp)
225 re_compile_pattern (const char *pattern, size_t length,
246 weak_alias (__re_compile_pattern, re_compile_pattern)