HomeSort by relevance Sort by last modified time
    Searched full:pcre2test (Results 1 - 25 of 49) sorted by null

1 2

  /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...]
perltest.sh 27 # The Perl script that follows has a similar specification to pcre2test, and so
29 # by Perl's lower case modifiers and certain other pcre2test modifiers that are
41 # The data lines must not have any pcre2test modifiers. They are processed as
45 # be used for perltest as well as for pcre2test. The output from this script
46 # should be same as from pcre2test, apart from the initial identifying banner.
49 # because they make use of the special modifiers that pcre2test uses for
142 # "allaftertext" is used by pcre2test to print remainders after captures
154 # Remove "mark" (asks pcre2test to check MARK data) */
158 # "ucp" asks pcre2test to set PCRE2_UCP; change this to /u for Perl
ChangeLog 12 patterns in pcre2test, to make it easier to create patterns with just a few
15 3. Binary zeros are not supported in pcre2test input files. It now detects them
32 7. Because of 6 above, pcre2test has been modified with a new modifier called
45 10. It has happened that pcre2test was accidentally linked with another POSIX
49 left as NULL, which made pcre2test think it had not got a compiled POSIX regex,
51 error message. A check has been added to pcre2test to see if the data returned
53 are not, an error message is output and the pcre2test run is abandoned. The
58 assertion, caused pcre2test to output a very large number of spaces when the
72 15. Implemented pcre2_code_copy(), and added pushcopy and #popcopy to pcre2test
78 not do this, leading to bad output from pcre2test when it was checking fo
    [all...]
CMakeLists.txt 219 OPTION (PCRE2_SUPPORT_LIBEDIT "Enable support for linking pcre2test with libedit." OFF)
227 OPTION (PCRE2_SUPPORT_LIBREADLINE "Enable support for linking pcre2test with libreadline." ON)
575 SET(PCRE2TEST_SOURCES src/pcre2test.c)
577 ADD_EXECUTABLE(pcre2test ${PCRE2TEST_SOURCES})
578 SET(targets ${targets} pcre2test)
588 TARGET_LINK_LIBRARIES(pcre2test ${PCRE2TEST_LIBS})
613 GET_TARGET_PROPERTY(PCRE2TEST_EXE pcre2test DEBUG_LOCATION)
662 SET pcre2test=\"${winexe}\"
663 if not [%CMAKE_CONFIG_TYPE%]==[] SET pcre2test=\"${winbin}\\%CMAKE_CONFIG_TYPE%\\pcre2test.exe\
    [all...]
configure.ac 246 # Handle --enable-pcre2test-libedit
247 AC_ARG_ENABLE(pcre2test-libedit,
248 AS_HELP_STRING([--enable-pcre2test-libedit],
249 [link pcre2test with libedit]),
252 # Handle --enable-pcre2test-libreadline
253 AC_ARG_ENABLE(pcre2test-libreadline,
254 AS_HELP_STRING([--enable-pcre2test-libreadline],
255 [link pcre2test with libreadline]),
623 Define to any value to allow pcre2test to be linked with libedit.])
627 Define to any value to allow pcre2test to be linked with libreadline.]
    [all...]
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
349 . It is possible to compile pcre2test so that it links with the libreadline
352 --enable-pcre2test-libreadline or --enable-pcre2test-libedit
354 If this is done, when pcre2test's input is from a terminal, it reads it using
357 pcre2test linked in this way, there may be licensing issues. These can be
361 pcre2test build. In many operating environments with a sytem-installed
396 program called pcre2test. If you enabled JIT support with --enable-jit, another
410 pcre2test
    [all...]
NON-AUTOTOOLS-BUILD 145 (8) The pcre2test program can be linked with any combination of the 8-bit,
147 src/config.h). Compile src/pcre2test.c; don't forget -DHAVE_CONFIG_H if
149 appropriate library/ies. If you compiled an 8-bit library, pcre2test also
152 (9) Run pcre2test on the testinput files in the testdata directory, and check
156 32-bit libraries, you need to run pcre2test with the -16 option to do
171 by running pcre2test with the -jit option. This is done automatically by
188 compiler, you can increase the stack size for pcre2test and pcre2grep by
349 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with
356 1. Copy RunTest.bat into the directory where pcre2test.exe and pcre2grep.exe
NEWS 22 7. Several updates have been made to pcre2test and test scripts (see
59 9. The pcre2test program has been extended to test new facilities, and it can
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
PrepareRelease 60 pcre2test commands.
83 for file in pcre2test pcre2grep pcre2-config ; do
228 src/pcre2test.c"
  /external/pcre/dist2/doc/
pcre2.3 26 pcre2test -C
168 pcre2test description of the \fBpcre2test\fP command
pcre2test.txt 0 PCRE2TEST(1) General Commands Manual PCRE2TEST(1)
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
69 characters in pcre2test input files. There is a facility for specifyin
    [all...]
pcre2test.1 1 .TH PCRE2TEST 1 "06 July 2016" "PCRE 10.22"
3 pcre2test - a program for testing Perl-compatible regular expressions.
7 .B pcre2test "[options] [input file [output file]]"
393 pcre2test to read the next line as a continuation of the regular expression.
    [all...]
pcre2partial.3 196 .SH "EXAMPLE OF PARTIAL MATCHING USING PCRE2TEST"
pcre2callout.3 
pcre2build.3 400 .SH "PCRE2TEST OPTION FOR LIBREADLINE SUPPORT"
405 --enable-pcre2test-libreadline
406 --enable-pcre2test-libedit
416 Setting --enable-pcre2test-libreadline causes the \fB-lreadline\fP option to be
pcre2sample.3 
  /external/pcre/dist2/doc/html/
pcre2.html 44 pcre2test -C
147 the descriptions of the <b>pcre2grep</b> and <b>pcre2test</b> programs are in
148 files called <b>pcre2grep.txt</b> and <b>pcre2test.txt</b>, respectively. The
171 pcre2test description of the <b>pcre2test</b> command
pcre2test.html 3 <title>pcre2test specification</title>
6 <h1>pcre2test man page</h1>
28 <li><a name="TOC13" href="#SEC13">DEFAULT OUTPUT FROM pcre2test</a>
40 <b>pcre2test [options] [input file [output file]]</b>
43 <b>pcre2test</b> is a test program for the PCRE2 regular expression libraries,
54 The input for <b>pcre2test</b> is a sequence of regular expression patterns and
66 program as <b>pcre2test</b>, with a cleaner modifier syntax. Nevertheless, there
78 <b>pcre2test</b> program can be used to test all the libraries. However, its own
91 Input to <b>pcre2test</b> is processed line by line, either by calling the C
101 characters in <b>pcre2test</b> input files. There is a facility for specifyin
    [all...]
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
349 . It is possible to compile pcre2test so that it links with the libreadline
352 --enable-pcre2test-libreadline or --enable-pcre2test-libedit
354 If this is done, when pcre2test's input is from a terminal, it reads it using
357 pcre2test linked in this way, there may be licensing issues. These can be
361 pcre2test build. In many operating environments with a sytem-installed
396 program called pcre2test. If you enabled JIT support with --enable-jit, another
410 pcre2test
    [all...]
NON-AUTOTOOLS-BUILD.txt 145 (8) The pcre2test program can be linked with any combination of the 8-bit,
147 src/config.h). Compile src/pcre2test.c; don't forget -DHAVE_CONFIG_H if
149 appropriate library/ies. If you compiled an 8-bit library, pcre2test also
152 (9) Run pcre2test on the testinput files in the testdata directory, and check
156 32-bit libraries, you need to run pcre2test with the -16 option to do
171 by running pcre2test with the -jit option. This is done automatically by
188 compiler, you can increase the stack size for pcre2test and pcre2grep by
349 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with
356 1. Copy RunTest.bat into the directory where pcre2test.exe and pcre2grep.exe
pcre2partial.html 20 <li><a name="TOC5" href="#SEC5">EXAMPLE OF PARTIAL MATCHING USING PCRE2TEST</a>
221 <br><a name="SEC5" href="#TOC1">EXAMPLE OF PARTIAL MATCHING USING PCRE2TEST</a><br>
224 <b>pcre2test</b> data line, the PCRE2_PARTIAL_SOFT option is used for the match.
225 Here is a run of <b>pcre2test</b> that uses the date example quoted above:
240 The first data string is matched completely, so <b>pcre2test</b> shows the
247 <b>pcre2test</b> data line, the PCRE2_PARTIAL_HARD option is set for the match.
256 an example using <b>pcre2test</b>:
347 value of <b>startoffset</b> for the next match should be 3. When <b>pcre2test</b>
380 longer possible. Consider this <b>pcre2test</b> example:
pcre2sample.html 67 <a href="pcre2test.html"><b>pcre2test</b>,</a>
pcre2build.html 33 <li><a name="TOC18" href="#SEC18">PCRE2TEST OPTION FOR LIBREADLINE SUPPORT</a>
390 <br><a name="SEC18" href="#TOC1">PCRE2TEST OPTION FOR LIBREADLINE SUPPORT</a><br>
394 --enable-pcre2test-libreadline
395 --enable-pcre2test-libedit
397 to the <b>configure</b> command, <b>pcre2test</b> is linked with the
401 GPL-licensed, so if you distribute a binary of <b>pcre2test</b> linked in this
406 Setting --enable-pcre2test-libreadline causes the <b>-lreadline</b> option to be
407 added to the <b>pcre2test</b> build. In many operating environments with a

Completed in 729 milliseconds

1 2