HomeSort by: relevance | last modified time | path
    Searched refs:re_compile_pattern (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/
xregex.h 16 # define re_compile_pattern xre_compile_pattern macro
xregex2.h 451 extern const char *re_compile_pattern (const char *pattern, size_t length,
  /src/external/gpl3/binutils.old/dist/include/
xregex.h 16 # define re_compile_pattern xre_compile_pattern macro
xregex2.h 451 extern const char *re_compile_pattern (const char *pattern, size_t length,
  /src/external/gpl3/gcc/dist/include/
xregex.h 16 # define re_compile_pattern xre_compile_pattern macro
xregex2.h 451 extern const char *re_compile_pattern (const char *pattern, size_t length,
  /src/external/gpl3/gcc.old/dist/include/
xregex.h 16 # define re_compile_pattern xre_compile_pattern macro
xregex2.h 451 extern const char *re_compile_pattern (const char *pattern, size_t length,
  /src/external/gpl3/gdb/dist/include/
xregex.h 16 # define re_compile_pattern xre_compile_pattern macro
xregex2.h 451 extern const char *re_compile_pattern (const char *pattern, size_t length,
  /src/external/gpl3/gdb.old/dist/include/
xregex.h 16 # define re_compile_pattern xre_compile_pattern macro
xregex2.h 451 extern const char *re_compile_pattern (const char *pattern, size_t length,
  /src/external/gpl2/xcvs/dist/lib/
regex.c 42 # define re_compile_pattern(pattern, length, bufp) \ macro
regex.h 227 re_compile_pattern. */
561 extern const char *re_compile_pattern (const char *__pattern, size_t __length,
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 449 extern const char *re_compile_pattern (const char *pattern, size_t length,
m-regex.c 162 if ((err = re_compile_pattern (motif, len,
248 if ((err = re_compile_pattern (motif, len,
regex.c 64 # define re_compile_pattern(pattern, length, bufp) \ macro
7867 /* re_compile_pattern is the GNU regular expression compiler: it
7877 re_compile_pattern (const char *pattern,
7907 weak_alias (__re_compile_pattern, re_compile_pattern)
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 458 extern const char *re_compile_pattern
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 462 extern const char *re_compile_pattern
  /src/external/gpl2/grep/dist/src/
search.c 215 if ((err = re_compile_pattern (motif, len,
298 if ((err = re_compile_pattern (motif, len,
  /src/external/bsd/less/dist/
pattern.c 34 if (re_compile_pattern(pattern, strlen(pattern), comp))
  /src/external/gpl2/diffutils/dist/src/
diff.c 762 char const *m = re_compile_pattern (pattern, patlen, reglist->buf);
808 char const *m = re_compile_pattern (reglist->regexps, reglist->len,
  /src/external/gpl2/xcvs/dist/diff/
diff.c 742 m = re_compile_pattern (pattern, strlen (pattern), &r->buf);
  /src/external/gpl2/diffutils/dist/lib/
regex.c 77 # define re_compile_pattern(pattern, length, bufp) \ macro
7988 /* re_compile_pattern is the GNU regular expression compiler: it
7998 re_compile_pattern (pattern, length, bufp)
8029 weak_alias (__re_compile_pattern, re_compile_pattern)
  /src/external/gpl2/grep/dist/lib/
regex.c 100 # define re_compile_pattern(pattern, length, bufp) \ macro
7534 /* re_compile_pattern is the GNU regular expression compiler: it
7544 re_compile_pattern (pattern, length, bufp)
7570 weak_alias (__re_compile_pattern, re_compile_pattern)
7522 re_compile_pattern (pattern, length, bufp) function

Completed in 40 milliseconds

1 2