Searched refs:pcregrep (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist/
H A DRunGrepTest3 # Run pcregrep tests. The assumption is that the PCRE tests check the library
5 # supported by pcregrep. This script must be run in the build directory.
21 pcregrep=$builddir/pcregrep
33 pcregrep_version=`$pcregrep -V`
51 # Subsequently, we run most of the pcregrep tests in the source directory so
70 echo "Testing pcregrep main features"
73 (cd $srcdir; $valgrind $pcregrep PATTERN ./testdata/grepinput) >>testtrygrep
77 (cd $srcdir; $valgrind $pcregrep '^PATTERN' ./testdata/grepinput) >>testtrygrep
81 (cd $srcdir; $valgrind $pcregrep
[all...]
H A DMakefile.am8 doc/pcregrep.txt \
59 doc/html/pcregrep.html \
520 bin_PROGRAMS += pcregrep
521 pcregrep_SOURCES = pcregrep.c
715 doc/pcregrep.1 \
H A Dpcregrep.c2 * pcregrep program *
11 distribution because other apparatus is needed to compile pcregrep for z/OS.
354 { OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcregrep does not support JIT" },
438 fprintf(stderr, "pcregrep: Error %d, %d or %d means that a resource limit "
441 fprintf(stderr, "pcregrep: Check your regex for nested unlimited loops.\n");
467 fprintf(stderr, "pcregrep: malloc failed\n");
472 fprintf(stderr, "pcregrep: pattern is too long (limit is %d bytes)\n",
558 other apparatus is needed to compile pcregrep for z/OS. The header
703 fprintf(stderr, "pcregrep: malloc failed\n");
852 fprintf(stderr, "Usage: pcregrep [
1502 pcregrep(void *handle, int frtype, char *filename, char *printname) function
[all...]
H A DRunTest.bat3 @rem and requires both pcretest and pcregrep
H A Dconfigure1512 --disable-pcregrep-jit disable JIT support in pcregrep
1537 --enable-pcregrep-libz link pcregrep with libz to handle .gz files
1538 --enable-pcregrep-libbz2
1539 link pcregrep with libbz2 to handle .bz2 files
1555 --with-pcregrep-bufsize=N
1556 pcregrep buffer size (default=20480, minimum=8192)
17099 # Handle --disable-pcregrep-jit (enabled by default)
17100 # Check whether --enable-pcregrep
[all...]

Completed in 126 milliseconds