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

  /external/pcre/dist/
RunTest 4 # Run the PCRE tests using the pcretest program. The appropriate tests are
145 ./pcretest -C ebcdic >/dev/null
153 ./pcretest -q $opt $testdata/testinputEBC >testtry
280 $sim ./pcretest -C linksize >/dev/null
294 $sim ./pcretest -C pcre8 >/dev/null
296 $sim ./pcretest -C pcre16 >/dev/null
298 $sim ./pcretest -C pcre32 >/dev/null
349 $sim ./pcretest -C utf >/dev/null
352 $sim ./pcretest -C ucp >/dev/null
356 $sim ./pcretest -C jit >/dev/nul
    [all...]
RunTest.bat 3 @rem and requires both pcretest and pcregrep
11 @rem MS Windows batch file to run pcretest on testfiles with the correct
38 if [%pcretest%]==[] set pcretest=.\pcretest.exe variable
41 echo pcretest=%pcretest%
43 if NOT exist %pcretest% (
44 echo Error: %pcretest% not found!
50 %pcretest% -C linksize >NU
    [all...]
Makefile.am 9 doc/pcretest.txt \
71 doc/html/pcretest.html \
493 bin_PROGRAMS += pcretest
494 pcretest_SOURCES = pcretest.c
727 doc/pcretest.1 \
RunGrepTest 67 ./pcretest -C utf >/dev/null
pcretest.c 43 twice. By contrast, pcretest.c is compiled only once. Therefore, it must not
82 /* A number of things vary for Windows builds. Originally, pcretest opened its
134 internal macros, structures, and other internal data values; pcretest has
196 imported into Exim, to build pcretest without support for UTF8 or UTF16 (define
    [all...]
configure     [all...]

Completed in 64 milliseconds