HomeSort by relevance Sort by last modified time
    Searched refs:pcre2test (Results 1 - 5 of 5) 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)"
135 # $1 the value of $? after a call to pcre2test
144 echo "** pcre2test failed - check testtry"
162 # ------ Function to run and check a special pcre2test arguments test -------
166 $valgrind $vjs ./pcre2test $1 >>testtry
168 echo "** pcre2test $1 failed - check testtry"
177 $valgrind ./pcre2test -C ebcdic >/dev/null
184 ./pcre2test -q $opt $testdata/testinputEBC >testtry
300 $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 22 pcre2test=$builddir/pcre2test
29 if [ ! -x $pcre2test ] ; then
30 echo "** $pcre2test does not exist or is not execuatble."
49 $pcre2test -C jit >/dev/null
82 $pcre2test -C unicode >/dev/null
87 nl=`$pcre2test -C newline`
Makefile.am 19 doc/pcre2test.txt
102 doc/html/pcre2test.html \
183 doc/pcre2test.1 \
513 # Build the general pcre2test program. The file src/pcre2_printint.c is
514 # #included by pcre2test as many times as needed, at different code unit
517 bin_PROGRAMS += pcre2test
519 pcre2test_SOURCES = src/pcre2test.c
  /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
218 values - pcre2test has "inside information" compared to an application program
300 widths are actually available, because the input to pcre2test is always in
    [all...]

Completed in 183 milliseconds