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

  /external/pcre/dist2/
RunGrepTest 3 # Run pcre2grep tests. The assumption is that the PCRE2 tests check the library
5 # supported by pcre2grep. This script must be run in the build directory.
21 pcre2grep=$builddir/pcre2grep
24 if [ ! -x $pcre2grep ] ; then
25 echo "** $pcre2grep does not exist or is not execuatble."
44 pcre2grep_version=`$pcre2grep -V`
66 # Subsequently, we run most of the pcre2grep tests in the source directory so
89 pcre2grep="$pcre2grep -N LF
    [all...]
Makefile.am 18 doc/pcre2grep.txt \
90 doc/html/pcre2grep.html \
171 doc/pcre2grep.1 \
474 ## Build pcre2grep if the 8-bit library is enabled
477 bin_PROGRAMS += pcre2grep
478 pcre2grep_SOURCES = src/pcre2grep.c
553 ## When the 8-bit library is configured, pcre2grep will have been built.
RunTest.bat 5 @rem and requires both pcre2test and pcre2grep.
configure     [all...]
  /external/pcre/dist2/src/
pcre2grep.c 2 * pcre2grep program *
12 distribution because other apparatus is needed to compile pcre2grep for z/OS.
374 { OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not support JIT" },
474 fprintf(stderr, "pcre2grep: Error %d, %d or %d means that a resource limit "
477 fprintf(stderr, "pcre2grep: Check your regex for nested unlimited loops.\n");
503 fprintf(stderr, "pcre2grep: malloc failed\n");
508 fprintf(stderr, "pcre2grep: pattern is too long (limit is %d bytes)\n",
592 other apparatus is needed to compile pcre2grep for z/OS. The header
737 fprintf(stderr, "pcre2grep: malloc failed\n");
886 fprintf(stderr, "Usage: pcre2grep [-")
1800 pcre2grep(void *handle, int frtype, char *filename, char *printname) function
    [all...]

Completed in 108 milliseconds