Home
last modified time | relevance | path

Searched refs:pcretest (Results 1 – 25 of 28) sorted by relevance

12

/external/pcre/dist/
DRunTest145 ./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/null
409 $sim ./pcretest /dev/null
[all …]
DRunTest.bat3 @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 >NUL
52 %pcretest% -C pcre8 >NUL
54 %pcretest% -C pcre16 >NUL
56 %pcretest% -C pcre32 >NUL
[all …]
DMakefile.in96 bin_PROGRAMS = pcretest$(EXEEXT) $(am__EXEEXT_1)
429 am__pcretest_SOURCES_DIST = pcretest.c pcre_printint.c \
431 @WITH_PCRE8_TRUE@am__objects_1 = pcretest-pcre_printint.$(OBJEXT)
432 @WITH_PCRE16_TRUE@am__objects_2 = pcretest-pcre16_printint.$(OBJEXT)
433 @WITH_PCRE32_TRUE@am__objects_3 = pcretest-pcre32_printint.$(OBJEXT)
434 am_pcretest_OBJECTS = pcretest-pcretest.$(OBJEXT) $(am__objects_1) \
919 doc/pcretest.txt \
981 doc/html/pcretest.html \
1215 pcretest_SOURCES = pcretest.c $(am__append_29) $(am__append_31) \
1292 doc/pcretest.1 \
[all …]
DCMakeLists.txt12 # (b) Ensure pcretest and pcregrep link with the local library,
213 OPTION (PCRE_SUPPORT_LIBEDIT "Enable support for linking pcretest with libedit." OFF)
221 OPTION (PCRE_SUPPORT_LIBREADLINE "Enable support for linking pcretest with libreadline." ON)
708 SET(PCRETEST_SOURCES pcretest.c)
719 ADD_EXECUTABLE(pcretest ${PCRETEST_SOURCES}) target
720 SET(targets ${targets} pcretest)
730 TARGET_LINK_LIBRARIES(pcretest ${PCRETEST_LIBS})
773 GET_TARGET_PROPERTY(PCRETEST_EXE pcretest DEBUG_LOCATION)
789 pcretest=${PCRETEST_EXE}
805 pcretest=${PCRETEST_EXE}
[all …]
Dconfigure.ac254 # Handle --enable-pcretest-libedit
255 AC_ARG_ENABLE(pcretest-libedit,
256 AS_HELP_STRING([--enable-pcretest-libedit],
257 [link pcretest with libedit]),
260 # Handle --enable-pcretest-libreadline
261 AC_ARG_ENABLE(pcretest-libreadline,
262 AS_HELP_STRING([--enable-pcretest-libreadline],
263 [link pcretest with libreadline]),
763 Define to any value to allow pcretest to be linked with libedit.])
767 Define to any value to allow pcretest to be linked with libreadline.])
[all …]
DChangeLog55 12. In an EBCDIC environment, pcretest was mishandling the escape sequences
193 3. If a pattern in pcretest input had the P (POSIX) modifier followed by an
196 4. An attempt to do global matching in pcretest with a zero-length ovector
244 13. Fixed two bugs in pcretest that were discovered by fuzzing and reported by
328 37. There was a similar problem to 36 in pcretest for global matches.
374 interpreter (though correctly in the JIT matcher). This pcretest input is
460 of a match later then the end of the match. The pcretest program was not
485 9. The informational output from pcretest used the phrase "starting byte set"
536 18. pcretest was missing "-C bsr" for displaying the \R default setting.
580 pcretest.
[all …]
DREADME97 doc/pcretest.txt in the source distribution. The first of these is a
101 pcregrep and pcretest commands. These text forms are provided for ease of
130 pcretest programs here:
132 http://www.rexegg.com/pcregrep-pcretest.html
394 . It is possible to compile pcretest so that it links with the libreadline
397 --enable-pcretest-libreadline or --enable-pcretest-libedit
399 If this is done, when pcretest's input is from a terminal, it reads it using
402 pcretest linked in this way, there may be licensing issues. These can be
405 Enabling libreadline causes the -lreadline option to be added to the pcretest
446 libpcre, libpcre16 and/or libpcre32, and a test program called pcretest. If you
[all …]
DMakefile.am9 doc/pcretest.txt \
71 doc/html/pcretest.html \
493 bin_PROGRAMS += pcretest program
494 pcretest_SOURCES = pcretest.c
727 doc/pcretest.1 \
DPrepareRelease60 pcretest commands.
83 for file in pcretest pcregrep pcre-config ; do
203 pcretest.c \
DNON-AUTOTOOLS-BUILD213 (10) The pcretest program can be linked with any combination of the 8-bit,
215 Compile pcretest.c and pcre_printint.c (again, don't forget
217 If you compiled an 8-bit library, pcretest also needs the pcreposix
220 (11) Run pcretest on the testinput files in the testdata directory, and check
224 32-bit libraries, you need to run pcretest with the -16 option to do
345 particular, the pcretest and pcregrep programs are not built. An example of how
475 of your pcretest.exe and pcregrep.exe programs. Call RunTest.bat with
482 1. Copy RunTest.bat into the directory where pcretest.exe and pcregrep.exe
DNEWS46 an empty string. If it can, pcretest shows this in its information output.
221 pcretest to make testing easier and more comprehensive. There is a new option
324 libz or libbz2 and the ability to link pcretest with libreadline have been
459 library and pcregrep (and in pcretest for testing).
500 The pcretest program has been enhanced so that it can make use of the new
557 7. The pcretest program has been extended to accommodate the new features.
643 2. The pcretest utility is now installed along with pcregrep because it is
Dconfig.h.generic304 /* Define to any value to allow pcretest to be linked with libedit. */
307 /* Define to any value to allow pcretest to be linked with libreadline. */
Dconfig.h.in302 /* Define to any value to allow pcretest to be linked with libedit. */
305 /* Define to any value to allow pcretest to be linked with libreadline. */
DRunGrepTest67 ./pcretest -C utf >/dev/null
DHACKING5 about PCRE internals. For information about testing PCRE, see the pcretest
524 These values make is possible for pcretest to output useful tracing information
Dpcretest.c1057 #error COMPILE_PCRE16 must not be set when compiling pcretest.c
1061 #error COMPILE_PCRE32 must not be set when compiling pcretest.c
/external/pcre/dist/doc/
Dperltest.txt5 specification as pcretest, and so can be given identical input, except that
7 other pcretest modifiers that are either handled or ignored:
19 The pcretest \Y escape in data lines is removed before matching. The data lines
23 perltest as well as for pcretest. The special upper case pattern modifiers such
24 as /A that pcretest recognizes, and its special data line escapes, are not used
29 modifier /8 that pcretest uses to invoke UTF-8 functionality. The testinput4
36 they make use of the special upper case modifiers and escapes that pcretest
Dpcretest.txt6 pcretest - a program for testing Perl-compatible regular expressions.
10 pcretest [options] [input file [output file]]
12 pcretest was written as a test program for the PCRE regular expression
19 The input for pcretest is a sequence of regular expression patterns and
25 result, pcretest now has rather a lot of obscure options for testing
34 Input to pcretest is processed line by line, either by calling the C
40 characters in pcretest input files.
49 strings encoded in 32-bit units. The pcretest program can be used to
160 -q Do not output the version number of pcretest at the start of
230 If pcretest is given two filename arguments, it reads from the first
[all …]
Dpcre.txt7 pcretest commands.
144 In the plain text format, the descriptions of the pcregrep and pcretest
145 programs are in files called pcregrep.txt and pcretest.txt, respec-
173 pcretest description of the pcretest testing command
494 The pcretest program continues to operate with 8-bit input and output
500 32-bit libraries were not compiled, pcretest defaults to 16-bit and the
504 check" uses the pcretest -C option to discover which of the 8-bit,
822 The pcretest program continues to operate with 8-bit input and output
828 16-bit libraries were not compiled, pcretest defaults to 32-bit and the
832 check" uses the pcretest -C option to discover which of the 8-bit,
[all …]
Dpcregrep.txt728 pcrepattern(3), pcresyntax(3), pcretest(1).
/external/pcre/dist/doc/html/
DREADME.txt97 doc/pcretest.txt in the source distribution. The first of these is a
101 pcregrep and pcretest commands. These text forms are provided for ease of
130 pcretest programs here:
132 http://www.rexegg.com/pcregrep-pcretest.html
394 . It is possible to compile pcretest so that it links with the libreadline
397 --enable-pcretest-libreadline or --enable-pcretest-libedit
399 If this is done, when pcretest's input is from a terminal, it reads it using
402 pcretest linked in this way, there may be licensing issues. These can be
405 Enabling libreadline causes the -lreadline option to be added to the pcretest
446 libpcre, libpcre16 and/or libpcre32, and a test program called pcretest. If you
[all …]
DNON-AUTOTOOLS-BUILD.txt213 (10) The pcretest program can be linked with any combination of the 8-bit,
215 Compile pcretest.c and pcre_printint.c (again, don't forget
217 If you compiled an 8-bit library, pcretest also needs the pcreposix
220 (11) Run pcretest on the testinput files in the testdata directory, and check
224 32-bit libraries, you need to run pcretest with the -16 option to do
345 particular, the pcretest and pcregrep programs are not built. An example of how
475 of your pcretest.exe and pcregrep.exe programs. Call RunTest.bat with
482 1. Copy RunTest.bat into the directory where pcretest.exe and pcregrep.exe
/external/pcre/dist/testdata/
Dtestinput93 be used with pcretest when running it. --/
Dtestinput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
Dtestoutput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest

12