Searched refs:re_compile_pattern (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex.h15 # define re_compile_pattern xre_compile_pattern macro
H A Dxregex2.h452 extern const char *re_compile_pattern (const char *pattern, size_t length,
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex.h15 # define re_compile_pattern xre_compile_pattern macro
H A Dxregex2.h459 extern const char *re_compile_pattern
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex.h15 # define re_compile_pattern xre_compile_pattern macro
H A Dxregex2.h452 extern const char *re_compile_pattern (const char *pattern, size_t length,
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.c44 # define re_compile_pattern(pattern, length, bufp) \ macro
H A Dregex.h174 re_compile_pattern. */
479 extern const char *re_compile_pattern (const char *__pattern, size_t __length,
H A Dregcomp.c207 /* re_compile_pattern is the GNU regular expression compiler: it
215 re_compile_pattern (pattern, length, bufp)
237 weak_alias (__re_compile_pattern, re_compile_pattern)
213 re_compile_pattern (pattern, length, bufp) function
/freebsd-11-stable/contrib/less/
H A Dpattern.c36 if (re_compile_pattern(pattern, strlen(pattern), comp))
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.c788 char const *m = re_compile_pattern (pattern, patlen, reglist->buf);
834 char const *m = re_compile_pattern (reglist->regexps, reglist->len,
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsearch.c201 if ((err = re_compile_pattern (motif, len,
285 if ((err = re_compile_pattern (motif, len,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmonitor.c713 val = re_compile_pattern (pattern,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c79 # define re_compile_pattern(pattern, length, bufp) \ macro
7774 /* re_compile_pattern is the GNU regular expression compiler: it
7784 re_compile_pattern (const char *pattern, size_t length,
7813 weak_alias (__re_compile_pattern, re_compile_pattern)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c79 # define re_compile_pattern(pattern, length, bufp) \ macro
7774 /* re_compile_pattern is the GNU regular expression compiler: it
7784 re_compile_pattern (const char *pattern, size_t length,
7813 weak_alias (__re_compile_pattern, re_compile_pattern)

Completed in 222 milliseconds