HomeSort by relevance Sort by last modified time
    Searched refs:pcregrep (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist/
RunGrepTest 3 # 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 -in PATTERN ./testdata/grepinput) >>testtrygre
    [all...]
Makefile.am 8 doc/pcregrep.txt \
59 doc/html/pcregrep.html \
520 bin_PROGRAMS += pcregrep
521 pcregrep_SOURCES = pcregrep.c
715 doc/pcregrep.1 \
pcregrep.c 2 * 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...]
RunTest.bat 3 @rem and requires both pcretest and pcregrep
configure     [all...]

Completed in 55 milliseconds