HomeSort by relevance Sort by last modified time
    Searched refs:pcre2grep (Results 1 - 6 of 6) 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.
28 pcre2grep=$builddir/pcre2grep
31 if [ ! -x $pcre2grep ] ; then
32 echo "** $pcre2grep does not exist or is not executable."
51 pcre2grep_version=`$pcre2grep -V`
73 # Subsequently, we run most of the pcre2grep tests in the source directory so
96 pcre2grep="$pcre2grep -N LF
    [all...]
RunGrepTest.bat 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.
22 set pcre2grep=%builddir%\pcre2grep.exe variable
25 if NOT exist %pcre2grep% (
26 echo ** %pcre2grep% does not exist.
35 for /f "delims=" %%a in ('"%pcre2grep%" -V') do set pcre2grep_version=%%a
53 :: test data. Subsequently, we run most of the pcre2grep tests in the source
79 set pcre2grep=%pcre2grep% -N LF variable
    [all...]
Makefile.am 21 doc/pcre2grep.txt \
106 doc/html/pcre2grep.html \
199 doc/pcre2grep.1 \
504 ## Build pcre2grep and optional fuzzer stuff if the 8-bit library is enabled
507 bin_PROGRAMS += pcre2grep
508 pcre2grep_SOURCES = src/pcre2grep.c
598 ## 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.
429 { OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not support JIT" },
588 fprintf(stderr, "pcre2grep: Error %d, %d, %d or %d means that a resource "
591 fprintf(stderr, "pcre2grep: Check your regex for nested unlimited loops.\n");
618 fprintf(stderr, "pcre2grep: malloc failed\n");
623 fprintf(stderr, "pcre2grep: pattern is too long (limit is %d bytes)\n",
782 other apparatus is needed to compile pcre2grep for z/OS. The header
929 fprintf(stderr, "pcre2grep: malloc failed\n");
2360 pcre2grep(void *handle, int frtype, const char *filename, const char *printname) function
    [all...]

Completed in 148 milliseconds