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

  /external/pcre/
RunGrepTest 3 # Run pcregrep tests. The assumption is that the PCRE tests check the library
5 # supported by pcregrep.
11 pcregrep=`pwd`/pcregrep
24 echo "Testing pcregrep"
26 echo "Testing pcregrep using valgrind"
29 $pcregrep -V
46 # pcregrep command in the source directory so that the file names that appear
55 ./pcretest -C | ./pcregrep "No UTF-8 support" >/dev/null
59 (cd $srcdir; $valgrind $pcregrep PATTERN ./testdata/grepinput) >>testtr
    [all...]
RunTest 21 case `./pcretest -C | ./pcregrep 'Internal link size'` in
28 ./pcretest -C | ./pcregrep 'No UTF-8 support' >/dev/null
31 ./pcretest -C | ./pcregrep 'No Unicode properties support' >/dev/null
Makefile.am 8 doc/pcregrep.txt \
46 doc/html/pcregrep.html \
253 bin_PROGRAMS += pcregrep
254 pcregrep_SOURCES = pcregrep.c
370 doc/pcregrep.1 \
pcregrep.c 2 * pcregrep program *
313 fprintf(stderr, "pcregrep: Error %d or %d means that a resource limit "
315 fprintf(stderr, "pcregrep: Check your regex for nested unlimited loops.\n");
453 fprintf(stderr, "pcregrep: malloc failed\n");
965 fprintf(stderr, "pcregrep: pcre_exec() gave error %d while matching ", *mrc);
974 fprintf(stderr, "pcregrep: Too many errors - abandoned.\n");
1011 pcregrep(void *handle, int frtype, char *printname) function
    [all...]
configure     [all...]

Completed in 407 milliseconds