HomeSort by: relevance | last modified time | path
    Searched refs:pcre2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/less/dist/
pattern.h 41 /* ---- PCRE2 ---- */
44 #include <pcre2.h>
configure 1346 --with-regex=LIB select regular expression library (LIB is one of auto,none,gnu,pcre,pcre2,posix,regcmp,re_comp,regcomp,regcomp-local) [auto]
5923 if test $WANT_REGEX = auto -o $WANT_REGEX = pcre2; then
5962 LIBS="$LIBS -lpcre2-8" have_regex=yes; supported_regex="$supported_regex pcre2"
  /src/external/bsd/libarchive/dist/libarchive/
archive_version_details.c 79 #include <pcre2.h>
  /src/external/ibm-public/postfix/dist/
makedefs 998 *) if pcre_cflags=`(pcre2-config --cflags) 2>/dev/null` &&
999 pcre_libs=`(pcre2-config --libs8) 2>/dev/null`
  /src/external/ibm-public/postfix/dist/src/util/
dict_pcre.c 61 #include <pcre2.h>
122 /* PCRE2 Compiled pattern. */
126 /* PCRE2 Old-style hints versus new-style match_data. */
133 /* PCRE2 Pattern options. */
143 /* PCRE2 Number of captures in pattern. */
320 /* dict_pcre_get_error - convert PCRE2 error number or text */
332 vstring_sprintf(buf, "unexpected pcre2 error code %d", errval);

Completed in 56 milliseconds