Home
last modified time | relevance | path

Searched refs:pcre2grep (Results 1 – 21 of 21) sorted by relevance

/external/pcre/dist2/
DRunGrepTest28 pcre2grep=$builddir/pcre2grep
31 if [ ! -x $pcre2grep ] ; then
32 echo "** $pcre2grep does not exist or is not executable."
51 pcre2grep_version=`$pcre2grep -V`
96 pcre2grep="$pcre2grep -N LF"
104 $valgrind $pcre2grep $1 >>testtrygrep 2>&1
116 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
120 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
124 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
128 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
[all …]
DRunGrepTest.bat3 :: Run pcre2grep tests. The assumption is that the PCRE2 tests check the library
5 :: supported by pcre2grep. This script must be run in the build directory.
22 set pcre2grep=%builddir%\pcre2grep.exe variable
25 if NOT exist %pcre2grep% (
26 echo ** %pcre2grep% does not exist.
35 for /f "delims=" %%a in ('"%pcre2grep%" -V') do set pcre2grep_version=%%a
53 :: test data. Subsequently, we run most of the pcre2grep tests in the source
79 set pcre2grep=%pcre2grep% -N LF variable
91 echo Testing pcre2grep main features
94 (pushd %srcdir% & %pcre2grep% PATTERN ./testdata/grepinput & popd) >>testtrygrep
[all …]
Dconfigure.ac164 # Handle --disable-pcre2grep-jit (enabled by default)
165 AC_ARG_ENABLE(pcre2grep-jit,
166 AS_HELP_STRING([--disable-pcre2grep-jit],
167 [disable JIT support in pcre2grep]),
170 # Handle --disable-pcre2grep-callout (enabled by default)
171 AC_ARG_ENABLE(pcre2grep-callout,
172 AS_HELP_STRING([--disable-pcre2grep-callout],
173 [disable callout script support in pcre2grep]),
240 # Handle --enable-pcre2grep-libz
241 AC_ARG_ENABLE(pcre2grep-libz,
[all …]
DCMakeLists.txt172 … "Buffer starting size parameter for pcre2grep. See PCRE2GREP_BUFSIZE in config.h.in for details.")
175 …"Buffer maximum size parameter for pcre2grep. See PCRE2GREP_MAX_BUFSIZE in config.h.in for details…
190 "Enable use of Just-in-time compiling in pcre2grep.")
193 "Enable callout string support in pcre2grep.")
208 OPTION(PCRE2_BUILD_PCRE2GREP "Build pcre2grep" ON)
232 OPTION (PCRE2_SUPPORT_LIBBZ2 "Enable support for linking pcre2grep with libbz2." ON)
240 OPTION (PCRE2_SUPPORT_LIBZ "Enable support for linking pcre2grep with libz." ON)
285 MESSAGE(STATUS "** PCRE2_BUILD_PCRE2_8 must be enabled for the pcre2grep program")
597 ADD_EXECUTABLE(pcre2grep src/pcre2grep.c) target
598 SET_PROPERTY(TARGET pcre2grep
[all …]
DNEWS11 1. pcre2grep now supports the inclusion of binary zeros in patterns that are
96 benefit of pcre2grep, and pcre2grep's -F, -w, and -x options are re-implemented
126 5. pcre2grep now automatically expands its buffer up to a maximum set by
129 6. The -t option (grand total) has been added to pcre2grep.
135 8. A user supplied a number of patches to upgrade pcre2grep under Windows and
153 4. Support for string callouts is added to pcre2grep.
DREADME80 1. There are files called doc/pcre2.txt, doc/pcre2grep.txt, and
84 other two are the text forms of the section 1 man pages for the pcre2grep
320 . When JIT support is enabled, pcre2grep automatically makes use of it, unless
321 you add --disable-pcre2grep-jit to the "configure" command.
324 pcre2grep command, using PCRE2's callout facility with string arguments. This
325 support can be disabled by adding --disable-pcre2grep-callout to the
328 . The pcre2grep program currently supports only 8-bit data files, and so
329 requires the 8-bit PCRE2 library. It is possible to compile pcre2grep to use
333 --enable-pcre2grep-libz
334 --enable-pcre2grep-libbz2
[all …]
DMakefile.in111 @WITH_PCRE2_8_TRUE@am__append_13 = pcre2grep
360 @WITH_PCRE2_8_TRUE@am__EXEEXT_1 = pcre2grep$(EXEEXT)
393 am__pcre2grep_SOURCES_DIST = src/pcre2grep.c
395 @WITH_PCRE2_8_TRUE@ src/pcre2grep-pcre2grep.$(OBJEXT)
861 doc/pcre2grep.txt \
946 doc/html/pcre2grep.html \
1039 doc/pcre2grep.1 \
1240 @WITH_PCRE2_8_TRUE@pcre2grep_SOURCES = src/pcre2grep.c
1653 src/pcre2grep-pcre2grep.$(OBJEXT): src/$(am__dirstamp) \
1656 pcre2grep$(EXEEXT): $(pcre2grep_OBJECTS) $(pcre2grep_DEPENDENCIES) $(EXTRA_pcre2grep_DEPENDENCIES)
[all …]
DChangeLog28 5. pcre2grep now supports the inclusion of binary zeros in patterns that are
31 6. A small fix to pcre2grep to avoid compiler warnings for -Wformat-overflow=2.
49 (b) pcre2grep snprintf() workaround as used elsewhere in the tree.
192 42. If before the first match in a file that was being searched by pcre2grep
225 9. Added code to pcre2grep when compiled under VMS to set the symbol
233 11. pcre2grep was truncating components of file names to 128 characters when
244 13. Multiline matching in pcre2grep was misbehaving if the pattern matched
250 14. If --line-buffered was specified for pcre2grep when input was from a
259 16. The line number and related variables such as match counts in pcre2grep
300 pcre2grep when \K was used in an assertion when --colour was used or in
[all …]
DMakefile.am21 doc/pcre2grep.txt \
106 doc/html/pcre2grep.html \
199 doc/pcre2grep.1 \
507 bin_PROGRAMS += pcre2grep program
508 pcre2grep_SOURCES = src/pcre2grep.c
DPrepareRelease59 the pcre2demo program. There are separate text files for the pcre2grep and
83 for file in pcre2test pcre2grep pcre2-config ; do
226 src/pcre2grep.c \
DNON-AUTOTOOLS-BUILD178 (11) If you want to use the pcre2grep command, compile and link
179 src/pcre2grep.c; it uses only the basic 8-bit PCRE2 library (it does not
182 SUPPORT_PCRE2GREP_JIT, which causes pcre2grep to make use of JIT (unless
184 defining SUPPORT_JIT, pcre2grep does not try to make use of JIT.
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
DRunTest.bat5 @rem and requires both pcre2test and pcre2grep.
Dconfigure1512 --disable-pcre2grep-jit disable JIT support in pcre2grep
1513 --disable-pcre2grep-callout
1514 disable callout script support in pcre2grep
1534 --enable-pcre2grep-libz link pcre2grep with libz to handle .gz files
1535 --enable-pcre2grep-libbz2
1536 link pcre2grep with libbz2 to handle .bz2 files
/external/pcre/dist2/testdata/
Dgrepoutput103 pcre2grep: Error in command-line regex at offset 4: quantifier does not follow a repeatable item
106 pcre2grep: Failed to open ./testdata/nonexistfile: No such file or directory
369 pcre2grep: Failed to open ./testdata/grepnonexist: No such file or directory
388 pcre2grep: pcre2_match() gave error -47 while matching this text:
392 pcre2grep: pcre2_match() gave error -47 while matching this text:
396 pcre2grep: Error -46, -47, -53 or -63 means that a resource limit was exceeded.
397 pcre2grep: Check your regex for nested unlimited loops.
437 pcre2grep: Error in 2nd command-line regex at offset 9: missing closing parenthesis
520 pcre2grep: pcre2_match() gave error -47 while matching text that starts:
526 pcre2grep: Error -46, -47, -53 or -63 means that a resource limit was exceeded.
[all …]
/external/pcre/dist2/doc/
Dpcre2grep.txt6 pcre2grep - a grep with Perl-compatible regular expressions.
9 pcre2grep [options] [long options] [pattern] [path1 path2 ...]
14 pcre2grep searches files for character patterns, in the same way as
24 pcre2grep Thursday /etc/motd
39 If no files are specified, pcre2grep reads the standard input. The
43 pcre2grep some-pattern file1 - file3
49 pcre2grep behaves. In particular, the -M option makes it possible to
60 pcre2grep is built; if nothing is specified, the defaults are set to
98 If the LC_ALL or LC_CTYPE environment variable is set, pcre2grep uses
105 It is possible to compile pcre2grep so that it uses libz or libbz2 to
[all …]
Dpcre2.txt6 the pcre2demo program. There are separate text files for the pcre2grep and
133 In the plain text format, the descriptions of the pcre2grep and
134 pcre2test programs are in files called pcre2grep.txt and pcre2test.txt,
148 pcre2grep description of the pcre2grep command (8-bit only)
1842 This option is provided for use by the -x option of pcre2grep. It
1851 This option is provided for use by the -w option of pcre2grep. It
3627 the POSIX wrapper is for the 8-bit library only, and that pcre2grep is
3710 is enabled, pcre2grep automatically makes use of it, unless you add
3712 --disable-pcre2grep-jit
3901 By default, on non-Windows systems, pcre2grep supports the use of call-
[all …]
/external/pcre/dist2/doc/html/
DREADME.txt80 1. There are files called doc/pcre2.txt, doc/pcre2grep.txt, and
84 other two are the text forms of the section 1 man pages for the pcre2grep
320 . When JIT support is enabled, pcre2grep automatically makes use of it, unless
321 you add --disable-pcre2grep-jit to the "configure" command.
324 pcre2grep command, using PCRE2's callout facility with string arguments. This
325 support can be disabled by adding --disable-pcre2grep-callout to the
328 . The pcre2grep program currently supports only 8-bit data files, and so
329 requires the 8-bit PCRE2 library. It is possible to compile pcre2grep to use
333 --enable-pcre2grep-libz
334 --enable-pcre2grep-libbz2
[all …]
DNON-AUTOTOOLS-BUILD.txt178 (11) If you want to use the pcre2grep command, compile and link
179 src/pcre2grep.c; it uses only the basic 8-bit PCRE2 library (it does not
182 SUPPORT_PCRE2GREP_JIT, which causes pcre2grep to make use of JIT (unless
184 defining SUPPORT_JIT, pcre2grep does not try to make use of JIT.
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/src/
Dconfig.h.generic236 pcre2grep to hold parts of the file it is searching. The buffer will be
238 very long lines. The actual amount of memory used by pcre2grep is three
246 used by pcre2grep to hold parts of the file it is searching. The actual
247 amount of memory used by pcre2grep is three times this number, because it
285 /* Define to any value to allow pcre2grep to be linked with libbz2, so that it
295 /* Define to any value to allow pcre2grep to be linked with libz, so that it
299 /* Define to any value to enable callout script support in pcre2grep. */
302 /* Define to any value to enable JIT support in pcre2grep. Note that this will
Dconfig.h.in217 pcre2grep to hold parts of the file it is searching. The buffer will be
219 very long lines. The actual amount of memory used by pcre2grep is three
225 used by pcre2grep to hold parts of the file it is searching. The actual
226 amount of memory used by pcre2grep is three times this number, because it
272 /* Define to any value to allow pcre2grep to be linked with libbz2, so that it
282 /* Define to any value to allow pcre2grep to be linked with libz, so that it
286 /* Define to any value to enable callout script support in pcre2grep. */
289 /* Define to any value to enable JIT support in pcre2grep. Note that this will
Dpcre2grep.c2360 pcre2grep(void *handle, int frtype, const char *filename, const char *printname) in pcre2grep() function
3072 return pcre2grep(stdin, FR_PLAIN, stdin_name, in grep_or_recurse()
3280 rc = pcre2grep(handle, frtype, pathname, (filenames > FN_DEFAULT || in grep_or_recurse()
4233 rc = pcre2grep(stdin, FR_PLAIN, stdin_name, in main()