Home
last modified time | relevance | path

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

/external/pcre/dist2/
DRunGrepTest21 pcre2grep=$builddir/pcre2grep
24 if [ ! -x $pcre2grep ] ; then
25 echo "** $pcre2grep does not exist or is not execuatble."
44 pcre2grep_version=`$pcre2grep -V`
89 pcre2grep="$pcre2grep -N LF"
97 $valgrind $pcre2grep $1 >>testtrygrep 2>&1
109 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
113 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
117 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
121 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
[all …]
Dconfigure.ac145 # Handle --disable-pcre2grep-jit (enabled by default)
146 AC_ARG_ENABLE(pcre2grep-jit,
147 AS_HELP_STRING([--disable-pcre2grep-jit],
148 [disable JIT support in pcre2grep]),
151 # Handle --disable-pcre2grep-callout (enabled by default) but not supported
154 AC_ARG_ENABLE(pcre2grep-callout,
155 AS_HELP_STRING([--disable-pcre2grep-callout],
156 [disable callout script support in pcre2grep]),
228 # Handle --enable-pcre2grep-libz
229 AC_ARG_ENABLE(pcre2grep-libz,
[all …]
DCMakeLists.txt149 "Buffer size parameter for pcre2grep. See PCRE2GREP_BUFSIZE in config.h.in for details.")
161 "Enable use of Just-in-time compiling in pcre2grep.")
164 "Enable callout string support in pcre2grep.")
179 OPTION(PCRE2_BUILD_PCRE2GREP "Build pcre2grep" ON)
203 OPTION (PCRE2_SUPPORT_LIBBZ2 "Enable support for linking pcre2grep with libbz2." ON)
211 OPTION (PCRE2_SUPPORT_LIBZ "Enable support for linking pcre2grep with libz." ON)
256 MESSAGE(STATUS "** PCRE2_BUILD_PCRE2_8 must be enabled for the pcre2grep program")
563 ADD_EXECUTABLE(pcre2grep src/pcre2grep.c) target
564 SET_PROPERTY(TARGET pcre2grep
566 SET(targets ${targets} pcre2grep)
[all …]
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
324 . When JIT support is enabled, pcre2grep automatically makes use of it, unless
325 you add --disable-pcre2grep-jit to the "configure" command.
328 matching in the pcre2grep command via PCRE2's callout facility with string
329 arguments. This support can be disabled by adding --disable-pcre2grep-callout
332 . The pcre2grep program currently supports only 8-bit data files, and so
333 requires the 8-bit PCRE2 library. It is possible to compile pcre2grep to use
337 --enable-pcre2grep-libz
338 --enable-pcre2grep-libbz2
[all …]
DMakefile.in110 @WITH_PCRE2_8_TRUE@am__append_13 = pcre2grep
338 @WITH_PCRE2_8_TRUE@am__EXEEXT_1 = pcre2grep$(EXEEXT)
361 am__pcre2grep_SOURCES_DIST = src/pcre2grep.c
363 @WITH_PCRE2_8_TRUE@ src/pcre2grep-pcre2grep.$(OBJEXT)
824 doc/pcre2grep.txt \
896 doc/html/pcre2grep.html \
977 doc/pcre2grep.1 \
1173 @WITH_PCRE2_8_TRUE@pcre2grep_SOURCES = src/pcre2grep.c
1548 src/pcre2grep-pcre2grep.$(OBJEXT): src/$(am__dirstamp) \
1551 pcre2grep$(EXEEXT): $(pcre2grep_OBJECTS) $(pcre2grep_DEPENDENCIES) $(EXTRA_pcre2grep_DEPENDENCIES)
[all …]
DMakefile.am18 doc/pcre2grep.txt \
90 doc/html/pcre2grep.html \
171 doc/pcre2grep.1 \
477 bin_PROGRAMS += pcre2grep program
478 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
225 src/pcre2grep.c \
DNON-AUTOTOOLS-BUILD175 (11) If you want to use the pcre2grep command, compile and link
176 src/pcre2grep.c; it uses only the basic 8-bit PCRE2 library (it does not
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
DChangeLog96 20. Updated pcre2grep to set stdout as binary when run under Windows, so as not
101 21. When a line is too long for pcre2grep's internal buffer, show the maximum
104 22. Added support for string callouts to pcre2grep (Zoltan's patch with PH
125 30. Due to an oversight, pcre2grep was not making use of JIT when available.
154 38. Using -o with -M in pcre2grep could cause unnecessary repeated output when
284 28. If pcre2grep was given the -q option with -c or -l, or when handling a
355 scripts were modified. The pcre2grep tests can now also be run when there is no
526 104. Allow for up to 32-bit numbers in the ordin() function in pcre2grep.
638 (e.g. /(?<=\Ka)/) could make pcre2grep loop.
696 32. Fix pcre2grep compile when -std=c99 is used with gcc, though it still gives
[all …]
DNEWS15 4. Support for string callouts is added to pcre2grep.
DRunTest.bat5 @rem and requires both pcre2test and pcre2grep.
Dconfigure1501 --disable-pcre2grep-jit disable JIT support in pcre2grep
1502 --disable-pcre2grep-callout
1503 disable callout script support in pcre2grep
1545 --with-pcre2grep-bufsize=N
1546 pcre2grep buffer size (default=20480, minimum=8192)
/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
387 pcre2grep: pcre2_match() gave error -47 while matching this text:
391 pcre2grep: pcre2_match() gave error -47 while matching this text:
395 pcre2grep: Error -46, -47 or -53 means that a resource limit was exceeded.
396 pcre2grep: Check your regex for nested unlimited loops.
436 pcre2grep: Error in 2nd command-line regex at offset 9: missing closing parenthesis
513 pcre2grep: pcre2_match() gave error -47 while matching text that starts:
519 pcre2grep: Error -46, -47 or -53 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
55 The default value for this parameter is specified when pcre2grep is
89 If the LC_ALL or LC_CTYPE environment variable is set, pcre2grep uses
96 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
123 In the plain text format, the descriptions of the pcre2grep and
124 pcre2test programs are in files called pcre2grep.txt and pcre2test.txt,
137 pcre2grep description of the pcre2grep command (8-bit only)
3228 the POSIX wrapper is for the 8-bit library only, and that pcre2grep is
3297 When JIT support is enabled, pcre2grep automatically makes use of it,
3300 --disable-pcre2grep-jit
3484 By default, on non-Windows systems, pcre2grep supports the use of call-
3486 to run external scripts. For details, see the pcre2grep documentation.
3487 This support can be disabled by adding --disable-pcre2grep-callout to
[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
324 . When JIT support is enabled, pcre2grep automatically makes use of it, unless
325 you add --disable-pcre2grep-jit to the "configure" command.
328 matching in the pcre2grep command via PCRE2's callout facility with string
329 arguments. This support can be disabled by adding --disable-pcre2grep-callout
332 . The pcre2grep program currently supports only 8-bit data files, and so
333 requires the 8-bit PCRE2 library. It is possible to compile pcre2grep to use
337 --enable-pcre2grep-libz
338 --enable-pcre2grep-libbz2
[all …]
DNON-AUTOTOOLS-BUILD.txt175 (11) If you want to use the pcre2grep command, compile and link
176 src/pcre2grep.c; it uses only the basic 8-bit PCRE2 library (it does not
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
/external/pcre/dist2/src/
Dconfig.h.in211 pcre2grep to hold parts of the file it is searching. This is also the
212 minimum value. The actual amount of memory used by pcre2grep is three times
254 /* Define to any value to allow pcre2grep to be linked with libbz2, so that it
264 /* Define to any value to allow pcre2grep to be linked with libz, so that it
268 /* Define to any value to enable callout script support in pcre2grep. */
271 /* Define to any value to enable JIT support in pcre2grep. */
Dconfig.h.generic228 pcre2grep to hold parts of the file it is searching. This is also the
229 minimum value. The actual amount of memory used by pcre2grep is three times
263 /* Define to any value to allow pcre2grep to be linked with libbz2, so that it
273 /* Define to any value to allow pcre2grep to be linked with libz, so that it
277 /* Define to any value to enable callout script support in pcre2grep. */
280 /* Define to any value to enable JIT support in pcre2grep. */
Dpcre2grep.c1800 pcre2grep(void *handle, int frtype, char *filename, char *printname) in pcre2grep() function
2443 return pcre2grep(stdin, FR_PLAIN, stdin_name, in grep_or_recurse()
2614 rc = pcre2grep(handle, frtype, pathname, (filenames > FN_DEFAULT || in grep_or_recurse()
3519 rc = pcre2grep(stdin, FR_PLAIN, stdin_name, in main()