/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 1 /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. 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 59 %pcre2test% -C pcre2-8 >NUL 61 %pcre2test% -C pcre2-16 >NUL 63 %pcre2test% -C pcre2-32 >NUL [all …]
|
D | ChangeLog | 13 2. When matching using the POSIX API, pcre2test used to omit listing unset 17 3. Running "pcre2test -C" always stated "\R matches CR, LF, or CRLF only", 20 specified. Similarly, running "pcre2test -C bsr" never produced the result 60 13. If a "find limits" test of DFA matching in pcre2test resulted in too many 85 (c) Parameterize the use of %zu in pcre2test to make it like %td. For both of 90 when linking pcre2test with MSVC. This gets rid of a stack overflow error in 93 20. Output a warning in pcre2test when ignoring the "altglobal" modifier when 96 21. In both pcre2test and pcre2_substitute(), with global matching, a pattern 153 long time because in pcre2test the result of memmove() was being used, whereas 204 1. Fix typo (missing ]) in VMS code in pcre2test.c. [all …]
|
D | configure.ac | 264 # Handle --enable-pcre2test-libedit 265 AC_ARG_ENABLE(pcre2test-libedit, 266 AS_HELP_STRING([--enable-pcre2test-libedit], 267 [link pcre2test with libedit]), 270 # Handle --enable-pcre2test-libreadline 271 AC_ARG_ENABLE(pcre2test-libreadline, 272 AS_HELP_STRING([--enable-pcre2test-libreadline], 273 [link pcre2test with libreadline]), 685 Define to any value to allow pcre2test to be linked with libedit.]) 689 Define to any value to allow pcre2test to be linked with libreadline.]) [all …]
|
D | CMakeLists.txt | 248 OPTION (PCRE2_SUPPORT_LIBEDIT "Enable support for linking pcre2test with libedit." OFF) 256 OPTION (PCRE2_SUPPORT_LIBREADLINE "Enable support for linking pcre2test with libreadline." ON) 609 SET(PCRE2TEST_SOURCES src/pcre2test.c) 618 ADD_EXECUTABLE(pcre2test ${PCRE2TEST_SOURCES}) target 619 SET(targets ${targets} pcre2test) 629 TARGET_LINK_LIBRARIES(pcre2test ${PCRE2TEST_LIBS} ${PCRE2TEST_LINKER_FLAGS}) 654 GET_TARGET_PROPERTY(PCRE2TEST_EXE pcre2test DEBUG_LOCATION) 703 SET pcre2test=\"${winexe}\" 704 if not [%CMAKE_CONFIG_TYPE%]==[] SET pcre2test=\"${winbin}\\%CMAKE_CONFIG_TYPE%\\pcre2test.exe\" 816 MESSAGE(STATUS " Build tests (implies pcre2test . : ${PCRE2_BUILD_TESTS}") [all …]
|
D | README | 81 doc/pcre2test.txt in the source distribution. The first of these is a 85 and pcre2test commands. These text forms are provided for ease of scanning 356 . It is possible to compile pcre2test so that it links with the libreadline 359 --enable-pcre2test-libreadline or --enable-pcre2test-libedit 361 If this is done, when pcre2test's input is from a terminal, it reads it using 364 pcre2test linked in this way, there may be licensing issues. These can be 368 pcre2test build. In many operating environments with a sytem-installed 426 program called pcre2test. If you enabled JIT support with --enable-jit, another 440 pcre2test 462 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) 405 am_pcre2test_OBJECTS = src/pcre2test-pcre2test.$(OBJEXT) 862 doc/pcre2test.txt 957 doc/html/pcre2test.html \ 1050 doc/pcre2test.1 \ 1256 pcre2test_SOURCES = src/pcre2test.c 1659 src/pcre2test-pcre2test.$(OBJEXT): src/$(am__dirstamp) \ 1662 pcre2test$(EXEEXT): $(pcre2test_OBJECTS) $(pcre2test_DEPENDENCIES) $(EXTRA_pcre2test_DEPENDENCIES) 1663 @rm -f pcre2test$(EXEEXT) 1793 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pcre2test-pcre2test.Po@am__quote@ [all …]
|
D | NON-AUTOTOOLS-BUILD | 148 (8) The pcre2test program can be linked with any combination of the 8-bit, 150 src/config.h). Compile src/pcre2test.c; don't forget -DHAVE_CONFIG_H if 152 appropriate library/ies. If you compiled an 8-bit library, pcre2test also 155 (9) Run pcre2test on the testinput files in the testdata directory, and check 159 32-bit libraries, you need to run pcre2test with the -16 option to do 174 by running pcre2test with the -jit option. This is done automatically by 356 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with 363 1. Copy RunTest.bat into the directory where pcre2test.exe and pcre2grep.exe
|
D | Makefile.am | 22 doc/pcre2test.txt 117 doc/html/pcre2test.html \ 210 doc/pcre2test.1 \ 563 bin_PROGRAMS += pcre2test program 565 pcre2test_SOURCES = src/pcre2test.c
|
D | NEWS | 76 pcre2test is upgraded to support it. Setting within the pattern by (?xx) is 138 9. Several updates have been made to pcre2test and test scripts (see 160 7. Several updates have been made to pcre2test and test scripts (see 197 9. The pcre2test program has been extended to test new facilities, and it can
|
D | PrepareRelease | 60 pcre2test commands. 83 for file in pcre2test pcre2grep pcre2-config ; do 229 src/pcre2test.c"
|
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. 794 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 installed. 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 207 -q Do not output the version number of pcre2test at the start of 236 If pcre2test is given two filename arguments, it reads from the first 238 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 3151 used to perform simple simultaneous substitutions, as this pcre2test 3172 set limit. Here is a pcre2test example: 3259 pcre2test example: 3947 --enable-pcre2test-libreadline 3948 --enable-pcre2test-libedit 3950 to the configure command, pcre2test is linked with the libreadline [all …]
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 81 doc/pcre2test.txt in the source distribution. The first of these is a 85 and pcre2test commands. These text forms are provided for ease of scanning 356 . It is possible to compile pcre2test so that it links with the libreadline 359 --enable-pcre2test-libreadline or --enable-pcre2test-libedit 361 If this is done, when pcre2test's input is from a terminal, it reads it using 364 pcre2test linked in this way, there may be licensing issues. These can be 368 pcre2test build. In many operating environments with a sytem-installed 426 program called pcre2test. If you enabled JIT support with --enable-jit, another 440 pcre2test 462 pcre2test.1 [all …]
|
D | NON-AUTOTOOLS-BUILD.txt | 148 (8) The pcre2test program can be linked with any combination of the 8-bit, 150 src/config.h). Compile src/pcre2test.c; don't forget -DHAVE_CONFIG_H if 152 appropriate library/ies. If you compiled an 8-bit library, pcre2test also 155 (9) Run pcre2test on the testinput files in the testdata directory, and check 159 32-bit libraries, you need to run pcre2test with the -16 option to do 174 by running pcre2test with the -jit option. This is done automatically by 356 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with 363 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.in | 276 /* Define to any value to allow pcre2test to be linked with libedit. */ 279 /* Define to any value to allow pcre2test to be linked with libreadline. */
|
D | config.h.generic | 289 /* Define to any value to allow pcre2test to be linked with libedit. */ 292 /* Define to any value to allow pcre2test to be linked with libreadline. */
|