HomeSort by relevance Sort by last modified time
    Searched full:pcre (Results 151 - 175 of 337) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/selinux/libselinux/man/man8/
sefcontext_compile.8 41 If an invalid context is found the pcre formatted file will not be written and
  /prebuilts/go/darwin-x86/test/bench/shootout/
regex-dna.c 35 ** regex-dna benchmark using PCRE
45 #include <pcre.h>
86 pcre *re;
112 pcre *re;
  /prebuilts/go/linux-x86/test/bench/shootout/
regex-dna.c 35 ** regex-dna benchmark using PCRE
45 #include <pcre.h>
86 pcre *re;
112 pcre *re;
  /system/sepolicy/tools/
Android.mk 8 external/pcre \
  /external/pcre/dist/doc/
pcrepattern.3 1 .TH PCREPATTERN 3 "14 June 2015" "PCRE 8.38"
3 PCRE - Perl-compatible regular expressions
4 .SH "PCRE REGULAR EXPRESSION DETAILS"
7 The syntax and semantics of the regular expressions that are supported by PCRE
12 page. PCRE tries to match Perl syntax and semantics as closely as it can. PCRE
21 description of PCRE's regular expressions is intended as reference material.
23 This document discusses the patterns that are supported by PCRE when one its
25 (16- or 32-bit), is used. PCRE also has alternative matching functions,
51 The original operation of PCRE was on strings of one-byte characters. However
    [all...]
pcregrep.txt 15 other grep commands do, but it uses the PCRE regular expression library
19 tics of the regular expressions that PCRE supports.
90 the value to set a locale when calling the PCRE library. The --locale
250 list, or by scanning a directory. The pattern is a PCRE regu-
270 parent directory. The pattern is a PCRE regular expression,
364 scanning a directory. The pattern is a PCRE regular expres-
385 directory. The pattern is a PCRE regular expression, and is
440 ronment variables. If no locale is specified, the PCRE
457 uses nested unlimited repeats. Internally, PCRE uses a func-
473 tings are specified when the PCRE library is compiled, wit
    [all...]
pcrejit.3 1 .TH PCREJIT 3 "17 March 2013" "PCRE 8.33"
3 PCRE - Perl-compatible regular expressions
4 .SH "PCRE JUST-IN-TIME COMPILER SUPPORT"
24 JIT support is available for all of the 8-bit, 16-bit and 32-bit PCRE
36 JIT support is an optional feature of PCRE. The "configure" option --enable-jit
37 (or equivalent CMake option) must be set when PCRE is built if you want to use
48 A program that is linked with PCRE 8.20 or later can tell if JIT support is
56 If your program may sometimes be linked with versions of PCRE that are older
75 For a program that may be linked with pre-8.20 versions of PCRE, you can insert
293 PCRE (and JIT) is a recursive, depth-first engine, so it needs a stack wher
    [all...]
  /external/pcre/dist/doc/html/
pcrematching.html 8 Return to the <a href="index.html">PCRE index page</a>.
11 This page is part of the PCRE HTML documentation. It was generated automatically
16 <li><a name="TOC1" href="#SEC1">PCRE MATCHING ALGORITHMS</a>
25 <br><a name="SEC1" href="#TOC1">PCRE MATCHING ALGORITHMS</a><br>
27 This document describes the two different algorithms that are available in PCRE
64 correspond to the two matching algorithms provided by PCRE.
129 PCRE's "auto-possessification" optimization usually applies to character
138 There are a number of features of PCRE regular expressions that are not
158 possibilities, and PCRE's implementation of this algorithm does not attempt to
241 Return to the <a href="index.html">PCRE index page</a>
    [all...]
pcrejit.html 8 Return to the <a href="index.html">PCRE index page</a>.
11 This page is part of the PCRE HTML documentation. It was generated automatically
16 <li><a name="TOC1" href="#SEC1">PCRE JUST-IN-TIME COMPILER SUPPORT</a>
31 <br><a name="SEC1" href="#TOC1">PCRE JUST-IN-TIME COMPILER SUPPORT</a><br>
49 JIT support is available for all of the 8-bit, 16-bit and 32-bit PCRE
59 JIT support is an optional feature of PCRE. The "configure" option --enable-jit
60 (or equivalent CMake option) must be set when PCRE is built if you want to use
72 A program that is linked with PCRE 8.20 or later can tell if JIT support is
81 If your program may sometimes be linked with versions of PCRE that are older
98 For a program that may be linked with pre-8.20 versions of PCRE, you can inser
    [all...]
pcrecpp.html 8 Return to the <a href="index.html">PCRE index page</a>.
11 This page is part of the PCRE HTML documentation. It was generated automatically
35 The C++ wrapper for PCRE was provided by Google Inc. Some additional
39 PCRE library. There is no 16-bit or 32-bit support at present.
176 NOTE: The UTF8 flag is ignored if pcre was not configured with the
183 PCRE defines some modifiers to change the behavior of the regular expression
200 (*) Both Perl and PCRE allow non capturing parentheses by means of the
206 PCRE API reference page.
222 execution of pcre to keep it from doing bad things like blowing the stack or
226 which uses PCRE_EXTRA_MATCH_LIMIT_RECURSION to limit how much PCRE
    [all...]
  /external/pcre/dist/
132html 3 # Script to turn PCRE man pages into HTML
66 Return to the <a href="index.html">PCRE index page</a>.
69 This page is part of the PCRE HTML documentation. It was generated automatically
85 # Some of the PCRE man pages used to contain instances of .br. However,
306 Return to the <a href="index.html">PCRE index page</a>.
ChangeLog 1 ChangeLog for PCRE
4 Note that the PCRE 8.xx series (PCRE1) is now in a bugfix-only state. All
68 16. When PCRE was compiled without UCP support, the use of \p and \P gave an
237 so the above pattern is faulted by Perl. PCRE has now been changed so that
343 40. Static linking against the PCRE library using the pkg-config module was
419 than one "other case" was studied, PCRE did not set up the starting code
449 When this flag is not set, PCRE can perform certain optimizations
568 1. Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT
616 10. A conditional group with an assertion condition could lead to PCRE
642 first one was inspected. This change makes PCRE more compatible with Perl
    [all...]
NEWS 1 News about PCRE releases
42 refactoring and extending the amount of "auto-possessification" that PCRE does.
51 first one was inspected. This change makes PCRE more compatible with Perl.
62 literals. PCRE now does the same.
79 change also in PCRE.
144 . When PCRE is built via Autotools using a version of gcc that has the
186 with different endianness, PCRE used automatically to swap the bytes in some
209 just-in-time compiler support, which can be accessed by building PCRE with
336 updates, in particular, some more information about using CMake to build PCRE
360 5. Some PCRE-specific settings for varying the newline options at the start o
    [all...]
CleanTxt 23 if (/^PCRE(\w*)\(([13])\)\s+PCRE\1\(\2\)$/)
pcre16_ord2utf16.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This file contains a private PCRE function that converts an ordinal
pcre32_ord2utf32.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This file contains a private PCRE function that converts an ordinal
pcre_ord2utf8.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This file contains a private PCRE function that converts an ordinal
CheckMan 3 # A script to scan PCRE's man pages to check for typos in the control
dftables.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
42 character tables for PCRE. The tables are built according to the current
103 "tables are passed to PCRE by the application that calls it. The tables\n"
107 "the array definition from the final binary if PCRE is built into a static\n"
pcrecpp.h 36 // C++ interface to the pcre regular-expression library. RE supports
43 // This module is part of the pcre library and hence supports its syntax
165 // NOTE: The UTF8 option is ignored if pcre was not configured with the
171 // PCRE defines some modifiers to change the behavior of the regular
191 // PCRE API reference manual).
193 // (*) Both Perl and PCRE allow non matching parentheses by means of the
208 // pcre to keep it from doing bad things like blowing the stack or taking
212 // which uses PCRE_EXTRA_MATCH_LIMIT_RECURSION to limit how much pcre
213 // recurses. match_limit() caps the number of matches pcre does;
334 #include <pcre.h
    [all...]
pcre_globals.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This module contains global variables that are exported by the PCRE library.
42 PCRE is thread-clean and doesn't use any global variables in the normal sense.
pcre_printint.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This module contains a PCRE private debugging function for printing out the
64 "inside information" compared to a program that strictly follows the PCRE API.
66 Although pcre_internal.h does itself include pcre.h, we explicitly include it
68 appropriately for an application, not for building PCRE. */
70 #include "pcre.h"
83 void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
85 void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
87 void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);
303 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths
    [all...]
HACKING 1 Technical Notes about PCRE
5 about PCRE internals. For information about testing PCRE, see the pcretest
44 For the set of functions that form the "basic" PCRE library (which are
55 From release 8.30, PCRE supports 16-bit as well as 8-bit data strings; and from
56 release 8.32, PCRE supports 32-bit data strings. The library can be compiled
61 However, so as not to over-complicate the text, the names of PCRE functions are
68 Up to and including release 6.7, PCRE worked by running a very degenerate first
109 as compatible with Perl as possible. This is the function most users of PCRE
110 will use most of the time. From release 8.20, if PCRE is compiled with
    [all...]
pcrecpp.cc 47 #include "pcre.h"
56 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
61 // This is for ABI compatibility with old versions of pcre (pre-7.6),
112 pcre* RE::Compile(Anchor anchor) {
113 // First, convert RE_Options into pcre options
118 // runtime pcre only provides an option for anchoring at the
123 // a pcre unanchored match.
125 // a pcre anchored match.
127 // and use a pcre anchored match.
131 pcre* re
    [all...]
  /external/regex-re2/re2/testing/
mimics_pcre_test.cc 52 { "(?-m)$", false }, // In PCRE, == \Z

Completed in 1733 milliseconds

1 2 3 4 5 67 8 91011>>