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

  /external/pcre/dist2/
RunTest 4 # Run the PCRE2 tests using the pcre2test program. The appropriate tests are
54 title0="Test 0: Unchecked pcre2test argument tests (to improve coverage)"
139 # $1 the value of $? after a call to pcre2test
148 echo "** pcre2test failed - check testtry"
166 # ------ Function to run and check a special pcre2test arguments test -------
170 $valgrind $vjs ./pcre2test $1 >>testtry
172 echo "** pcre2test $1 failed - check testtry"
181 $valgrind ./pcre2test -C ebcdic >/dev/null
188 ./pcre2test -q $opt $testdata/testinputEBC >testtry
308 $sim ./pcre2test -C linksize >/dev/nul
    [all...]
RunTest.bat 3 @rem MS Windows batch file to run pcre2test on testfiles with the correct
5 @rem and requires both pcre2test and pcre2grep.
45 if [%pcre2test%]==[] set pcre2test=.\pcre2test.exe variable
48 echo pcre2test=%pcre2test%
50 if NOT exist %pcre2test% (
51 echo Error: %pcre2test% not found!
57 %pcre2test% -C linksize >NUL
    [all...]
RunGrepTest 29 pcre2test=$builddir/pcre2test
36 if [ ! -x $pcre2test ] ; then
37 echo "** $pcre2test does not exist or is not executable."
56 $pcre2test -C jit >/dev/null
89 $pcre2test -C unicode >/dev/null
94 nl=`$pcre2test -C newline`
    [all...]
Makefile.am 22 doc/pcre2test.txt
117 doc/html/pcre2test.html \
210 doc/pcre2test.1 \
559 # Build the general pcre2test program. The file src/pcre2_printint.c is
560 # #included by pcre2test as many times as needed, at different code unit
563 bin_PROGRAMS += pcre2test
565 pcre2test_SOURCES = src/pcre2test.c
RunGrepTest.bat 23 set pcre2test=%builddir%\pcre2test.exe variable
30 if NOT exist %pcre2test% (
31 echo ** %pcre2test% does not exist.
72 %pcre2test% -C unicode >nul
77 for /f %%a in ('"%pcre2test%" -C newline') do set nl=%%a
    [all...]
configure     [all...]
  /external/pcre/dist2/src/
pcre2test.c 51 pcre2test.c is compiled only once, and linked with all the enabled libraries.
72 apparatus is needed to compile pcre2test for z/OS. The header can be found in
237 values - pcre2test has "inside information" compared to an application program
319 widths are actually available, because the input to pcre2test is always in
    [all...]

Completed in 98 milliseconds