/external/pcre/dist2/ |
D | RunTest | 170 $valgrind $vjs ./pcre2test $1 >>testtry 181 $valgrind ./pcre2test -C ebcdic >/dev/null 188 ./pcre2test -q $opt $testdata/testinputEBC >testtry 308 $sim ./pcre2test -C linksize >/dev/null 322 $sim ./pcre2test -S 64 /dev/null /dev/null 332 $sim ./pcre2test -C pcre2-8 >/dev/null 334 $sim ./pcre2test -C pcre2-16 >/dev/null 336 $sim ./pcre2test -C pcre2-32 >/dev/null 341 $sim ./pcre2test -C backslash-C >/dev/null 393 $sim ./pcre2test -C unicode >/dev/null [all …]
|
D | RunTest.bat | 3 @rem MS Windows batch file to run pcre2test on testfiles with the correct 5 @rem and requires both pcre2test and pcre2grep. 46 if [%pcre2test%]==[] set pcre2test=.\pcre2test.exe variable 49 echo pcre2test=%pcre2test% 51 if NOT exist %pcre2test% ( 52 echo Error: %pcre2test% not found! 58 %pcre2test% -C linksize >NUL 60 %pcre2test% -C pcre2-8 >NUL 62 %pcre2test% -C pcre2-16 >NUL 64 %pcre2test% -C pcre2-32 >NUL [all …]
|
D | ChangeLog | 66 12. Further to 10 above, pcre2test has been updated to detect and grumble if a 209 25. Avoid using [-1] as a suffix in pcre2test because it can provoke a compiler 261 pcre2test now omits this item instead of showing a value of zero. 296 13. For partial matches, pcre2test was always showing the maximum lookbehind 308 15. Give error if pcre2test -t, -T, -tm or -TM is given an argument of zero. 344 24. Add -jitfast command line option to pcre2test (to make all the jit options 347 25. Make pcre2test -C show if libreadline or libedit is supported. 419 1. Added "allvector" to pcre2test to make it easy to check the part of the 471 13. Add "kibibytes" to the heap limit output from pcre2test -C to make the 476 15. Updated the VMS-specific code in pcre2test on the advice of a VMS user. [all …]
|
D | CMakeLists.txt | 96 # 2020-12-03 PH altered the definition of pcre2test as suggested by Daniel 293 OPTION (PCRE2_SUPPORT_LIBEDIT "Enable support for linking pcre2test with libedit." OFF) 301 OPTION (PCRE2_SUPPORT_LIBREADLINE "Enable support for linking pcre2test with libreadline." ON) 748 SET(PCRE2TEST_SOURCES src/pcre2test.c) 757 ADD_EXECUTABLE(pcre2test ${PCRE2TEST_SOURCES}) target 758 SET(targets ${targets} pcre2test) 768 TARGET_LINK_LIBRARIES(pcre2test ${PCRE2TEST_LIBS} ${PCRE2TEST_LINKER_FLAGS}) 799 # GET_TARGET_PROPERTY(PCRE2TEST_EXE pcre2test DEBUG_LOCATION) 805 SET(PCRE2TEST_EXE $<TARGET_FILE:pcre2test>) 856 # SET pcre2test=\"${winexe}\" [all …]
|
D | configure.ac | 298 # Handle --enable-pcre2test-libedit 299 AC_ARG_ENABLE(pcre2test-libedit, 300 AS_HELP_STRING([--enable-pcre2test-libedit], 301 [link pcre2test with libedit]), 304 # Handle --enable-pcre2test-libreadline 305 AC_ARG_ENABLE(pcre2test-libreadline, 306 AS_HELP_STRING([--enable-pcre2test-libreadline], 307 [link pcre2test with libreadline]), 736 Define to any value to allow pcre2test to be linked with libedit.]) 740 Define to any value to allow pcre2test to be linked with libreadline.]) [all …]
|
D | README | 71 doc/pcre2test.txt in the source distribution. The first of these is a 75 and pcre2test commands. These text forms are provided for ease of scanning 352 . It is possible to compile pcre2test so that it links with the libreadline 355 --enable-pcre2test-libreadline or --enable-pcre2test-libedit 357 If this is done, when pcre2test's input is from a terminal, it reads it using 360 pcre2test linked in this way, there may be licensing issues. These can be 364 pcre2test build. In many operating environments with a sytem-installed 431 program called pcre2test. If you enabled JIT support with --enable-jit, another 445 pcre2test 467 pcre2test.1 [all …]
|
D | 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`
|
D | Makefile.in | 97 bin_PROGRAMS = $(am__EXEEXT_1) pcre2test$(EXEEXT) 418 am_pcre2test_OBJECTS = src/pcre2test-pcre2test.$(OBJEXT) 530 src/$(DEPDIR)/pcre2test-pcre2test.Po 963 doc/pcre2test.txt 1061 doc/html/pcre2test.html \ 1157 doc/pcre2test.1 \ 1372 pcre2test_SOURCES = src/pcre2test.c 1781 src/pcre2test-pcre2test.$(OBJEXT): src/$(am__dirstamp) \ 1784 pcre2test$(EXEEXT): $(pcre2test_OBJECTS) $(pcre2test_DEPENDENCIES) $(EXTRA_pcre2test_DEPENDENCIES) 1785 @rm -f pcre2test$(EXEEXT) [all …]
|
D | NON-AUTOTOOLS-BUILD | 154 (8) The pcre2test program can be linked with any combination of the 8-bit, 156 src/config.h). Compile src/pcre2test.c; don't forget -DHAVE_CONFIG_H if 158 appropriate library/ies. If you compiled an 8-bit library, pcre2test also 161 (9) Run pcre2test on the testinput files in the testdata directory, and check 165 32-bit libraries, you need to run pcre2test with the -16 option to do 180 by running pcre2test with the -jit option. This is done automatically by 362 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with 369 1. Copy RunTest.bat into the directory where pcre2test.exe and pcre2grep.exe
|
D | Makefile.am | 22 doc/pcre2test.txt 120 doc/html/pcre2test.html \ 216 doc/pcre2test.1 \ 579 bin_PROGRAMS += pcre2test program 581 pcre2test_SOURCES = src/pcre2test.c
|
D | PrepareRelease | 60 pcre2test commands. 83 for file in pcre2test pcre2grep pcre2-config ; do 229 src/pcre2test.c"
|
D | NEWS | 92 in pcre2test. They were already automatically disabled for VC and older C 175 pcre2test is upgraded to support it. Setting within the pattern by (?xx) is 237 9. Several updates have been made to pcre2test and test scripts (see 259 7. Several updates have been made to pcre2test and test scripts (see 296 9. The pcre2test program has been extended to test new facilities, and it can
|
D | 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
|
D | HACKING | 8 the pcre2test documentation and the comment at the head of the RunTest file. 798 values make it possible for pcre2test to output useful tracing information
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 6 pcre2test - a program for testing Perl-compatible regular expressions. 10 pcre2test [options] [input file [output file]] 12 pcre2test is a test program for the PCRE2 regular expression libraries, 19 The input for pcre2test is a sequence of regular expression patterns 31 to re-implement the test program as pcre2test, with a cleaner modifier 45 stalled. The pcre2test program can be used to test all the libraries. 60 Input to pcre2test is processed line by line, either by calling the C 212 -q Do not output the version number of pcre2test at the start of 241 If pcre2test is given two filename arguments, it reads from the first 243 the standard input. If pcre2test is given only one argument, it reads [all …]
|
D | pcre2.txt | 7 pcre2test commands. 48 pcre2test -C 134 pcre2test programs are in files called pcre2grep.txt and pcre2test.txt, 160 pcre2test description of the pcre2test command 3379 simultaneous substitutions, as this pcre2test example shows: 3396 set limit. Here is a pcre2test example: 3469 pcre2test example: 4249 --enable-pcre2test-libreadline 4250 --enable-pcre2test-libedit 4252 to the configure command, pcre2test is linked with the libreadline or- [all …]
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 71 doc/pcre2test.txt in the source distribution. The first of these is a 75 and pcre2test commands. These text forms are provided for ease of scanning 352 . It is possible to compile pcre2test so that it links with the libreadline 355 --enable-pcre2test-libreadline or --enable-pcre2test-libedit 357 If this is done, when pcre2test's input is from a terminal, it reads it using 360 pcre2test linked in this way, there may be licensing issues. These can be 364 pcre2test build. In many operating environments with a sytem-installed 431 program called pcre2test. If you enabled JIT support with --enable-jit, another 445 pcre2test 467 pcre2test.1 [all …]
|
D | NON-AUTOTOOLS-BUILD.txt | 154 (8) The pcre2test program can be linked with any combination of the 8-bit, 156 src/config.h). Compile src/pcre2test.c; don't forget -DHAVE_CONFIG_H if 158 appropriate library/ies. If you compiled an 8-bit library, pcre2test also 161 (9) Run pcre2test on the testinput files in the testdata directory, and check 165 32-bit libraries, you need to run pcre2test with the -16 option to do 180 by running pcre2test with the -jit option. This is done automatically by 362 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with 369 1. Copy RunTest.bat into the directory where pcre2test.exe and pcre2grep.exe
|
/external/pcre/dist2/testdata/ |
D | testinput25 | 14 # output is in UTF-8, though pcre2test shows the character as an escape.
|
D | testoutput25 | 14 # output is in UTF-8, though pcre2test shows the character as an escape.
|
D | testinput11 | 356 # We can use pcre2test's utf8_input modifier to create wide pattern characters,
|
D | testoutput11-32 | 649 # We can use pcre2test's utf8_input modifier to create wide pattern characters,
|
D | testoutput11-16 | 646 # We can use pcre2test's utf8_input modifier to create wide pattern characters,
|
/external/pcre/dist2/src/ |
D | config.h.generic | 299 /* Define to any value to allow pcre2test to be linked with libedit. */ 302 /* Define to any value to allow pcre2test to be linked with libreadline. */
|
D | config.h.in | 286 /* Define to any value to allow pcre2test to be linked with libedit. */ 289 /* Define to any value to allow pcre2test to be linked with libreadline. */
|