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

  /src/external/bsd/less/dist/
pattern.h 33 /* ---- PCRE ---- */
35 #include <pcre.h>
36 #define PATTERN_TYPE pcre *
pattern.c 68 pcre *comp = pcre_compile(pattern,
474 return ("PCRE");
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]
5969 if test $WANT_REGEX = auto -o $WANT_REGEX = pcre; then
6008 LIBS="$LIBS -lpcre" have_regex=yes; supported_regex="$supported_regex pcre"
  /src/external/gpl2/grep/dist/
grep.spec 17 Requires: pcre
18 Buildrequires: pcre-devel
  /src/external/gpl2/grep/dist/src/
search.c 42 # include <pcre.h>
594 static pcre *cre;
626 /* The PCRE interface doesn't allow NUL bytes in the pattern, so
  /src/external/bsd/libarchive/dist/libarchive/
archive_version_details.c 76 #include <pcre.h>
  /src/external/ibm-public/postfix/dist/
makedefs 96 # Do not build with PCRE support.
97 # By default, PCRE support is compiled in when the \fBpcre2-config\fR
993 # PCRE 3.x has a pcre-config utility so we don't have to guess.
1003 elif pcre_cflags=`(pcre-config --cflags) 2>/dev/null` &&
1004 pcre_libs=`(pcre-config --libs) 2>/dev/null`
1320 PLUGGABLE_MAPS="CDB LDAP LMDB MONGODB MYSQL PCRE PGSQL SDBM SQLITE"
  /src/external/ibm-public/postfix/dist/src/util/
dict_pcre.c 7 /* dictionary manager interface to PCRE regular expression library
21 /* pcre_table(5) PCRE table configuration
58 #include <pcre.h>
85 /* PCRE Legacy JIT supprt. */
92 /* PCRE Compiled pattern. */
93 #define DICT_PCRE_CODE pcre
105 /* PCRE Pattern options. */
115 /* PCRE Number of captures in pattern. */
203 * PCRE map.
212 static int dict_pcre_init = 0; /* flag need to init pcre library *
    [all...]
  /src/external/ibm-public/postfix/dist/mantools/
postlink 927 s/[<bB>]*pcre[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="pcre_table.5.html">$&<\/a>/g;
1296 s/\b(pcre):/<a href="pcre_table.5.html">$1<\/a>:/g;

Completed in 91 milliseconds