Home
last modified time | relevance | path

Searched refs:re_compile_pattern (Results 1 – 25 of 25) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/include/
Dxregex.h15 # define re_compile_pattern xre_compile_pattern macro
Dxregex2.h447 extern const char *re_compile_pattern (const char *pattern, size_t length,
/freebsd-9-stable/contrib/gdb/include/
Dxregex.h15 # define re_compile_pattern xre_compile_pattern macro
Dxregex2.h454 extern const char *re_compile_pattern
/freebsd-9-stable/contrib/binutils/include/
Dxregex.h15 # define re_compile_pattern xre_compile_pattern macro
Dxregex2.h447 extern const char *re_compile_pattern (const char *pattern, size_t length,
/freebsd-9-stable/gnu/lib/libregex/
Dregex.c65 # define re_compile_pattern(pattern, length, bufp) \ macro
Dregcomp.c242 re_compile_pattern (pattern, length, bufp) in re_compile_pattern() function
264 weak_alias (__re_compile_pattern, re_compile_pattern) in weak_alias() argument
/freebsd-9-stable/contrib/cvs/lib/
Dregex.h426 extern const char *re_compile_pattern
Dregex.c6038 re_compile_pattern (pattern, length, bufp) in re_compile_pattern() function
/freebsd-9-stable/gnu/lib/libregex/posix/
Dregex.h478 extern const char *re_compile_pattern
/freebsd-9-stable/contrib/less/
Dpattern.c38 if (re_compile_pattern(pattern, strlen(pattern), comp))
Dconfigure.ac438 AC_CHECK_LIB(c, re_compile_pattern,
Dconfigure5334 char re_compile_pattern ();
5338 return re_compile_pattern ();
/freebsd-9-stable/contrib/diff/src/
Ddiff.c781 char const *m = re_compile_pattern (pattern, patlen, reglist->buf); in add_regexp()
827 char const *m = re_compile_pattern (reglist->regexps, reglist->len, in summarize_regexp_list()
/freebsd-9-stable/gnu/usr.bin/grep/
Dsearch.c201 if ((err = re_compile_pattern (motif, len, in Gcompile()
285 if ((err = re_compile_pattern (motif, len, in Ecompile()
DChangeLog997 * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
/freebsd-9-stable/gnu/lib/libregex/doc/
Dxregex.texi186 * GNU Regular Expression Compiling:: re_compile_pattern ()
1619 * GNU Regular Expression Compiling:: re_compile_pattern ()
1665 @code{re_compile_pattern} (see below). @xref{Syntax Bits}, and
1672 @code{re_compile_pattern} takes a pattern buffer as an argument. You
1695 If you want @code{re_compile_pattern} to allocate memory for the
1701 @code{re_compile_pattern} uses @code{realloc} to extend the space for
1708 @findex re_compile_pattern
1711 re_compile_pattern (const char *@var{regex}, const int @var{regex_size},
1719 If @code{re_compile_pattern} successfully compiles the regular
1725 @vindex buffer @r{field, set by @code{re_compile_pattern}}
[all …]
/freebsd-9-stable/contrib/cvs/diff/
Ddiff.c738 m = re_compile_pattern (pattern, strlen (pattern), &r->buf);
/freebsd-9-stable/contrib/gdb/gdb/
Dmonitor.c713 val = re_compile_pattern (pattern, in compile_pattern()
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dregex.c79 # define re_compile_pattern(pattern, length, bufp) \ macro
7765 re_compile_pattern (const char *pattern, size_t length,
7794 weak_alias (__re_compile_pattern, re_compile_pattern)
DChangeLog636 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
2155 (re_compile_pattern): Compensate.
/freebsd-9-stable/contrib/binutils/libiberty/
Dregex.c79 # define re_compile_pattern(pattern, length, bufp) \ macro
7765 re_compile_pattern (const char *pattern, size_t length,
7794 weak_alias (__re_compile_pattern, re_compile_pattern)
DChangeLog834 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
2353 (re_compile_pattern): Compensate.
/freebsd-9-stable/contrib/cvs/
DChangeLog2996 re_compile_pattern in configure.in, (3) Also adds diff/Makefile in