| /freebsd-9-stable/contrib/gcclibs/include/ |
| D | xregex.h | 15 # define re_compile_pattern xre_compile_pattern macro
|
| D | xregex2.h | 447 extern const char *re_compile_pattern (const char *pattern, size_t length,
|
| /freebsd-9-stable/contrib/gdb/include/ |
| D | xregex.h | 15 # define re_compile_pattern xre_compile_pattern macro
|
| D | xregex2.h | 454 extern const char *re_compile_pattern
|
| /freebsd-9-stable/contrib/binutils/include/ |
| D | xregex.h | 15 # define re_compile_pattern xre_compile_pattern macro
|
| D | xregex2.h | 447 extern const char *re_compile_pattern (const char *pattern, size_t length,
|
| /freebsd-9-stable/gnu/lib/libregex/ |
| D | regex.c | 65 # define re_compile_pattern(pattern, length, bufp) \ macro
|
| D | regcomp.c | 242 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/ |
| D | regex.h | 426 extern const char *re_compile_pattern
|
| D | regex.c | 6038 re_compile_pattern (pattern, length, bufp) in re_compile_pattern() function
|
| /freebsd-9-stable/gnu/lib/libregex/posix/ |
| D | regex.h | 478 extern const char *re_compile_pattern
|
| /freebsd-9-stable/contrib/less/ |
| D | pattern.c | 38 if (re_compile_pattern(pattern, strlen(pattern), comp))
|
| D | configure.ac | 438 AC_CHECK_LIB(c, re_compile_pattern,
|
| D | configure | 5334 char re_compile_pattern (); 5338 return re_compile_pattern ();
|
| /freebsd-9-stable/contrib/diff/src/ |
| D | diff.c | 781 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/ |
| D | search.c | 201 if ((err = re_compile_pattern (motif, len, in Gcompile() 285 if ((err = re_compile_pattern (motif, len, in Ecompile()
|
| D | ChangeLog | 997 * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
|
| /freebsd-9-stable/gnu/lib/libregex/doc/ |
| D | xregex.texi | 186 * 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/ |
| D | diff.c | 738 m = re_compile_pattern (pattern, strlen (pattern), &r->buf);
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | monitor.c | 713 val = re_compile_pattern (pattern, in compile_pattern()
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | regex.c | 79 # 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)
|
| D | ChangeLog | 636 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp, 2155 (re_compile_pattern): Compensate.
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | regex.c | 79 # 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)
|
| D | ChangeLog | 834 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp, 2353 (re_compile_pattern): Compensate.
|
| /freebsd-9-stable/contrib/cvs/ |
| D | ChangeLog | 2996 re_compile_pattern in configure.in, (3) Also adds diff/Makefile in
|