Searched refs:REG_PEND (Results 1 – 24 of 24) sorted by relevance
/external/libcups/vcnet/regex/ |
D | regex.h | 30 #define REG_PEND 0040 macro
|
D | main.c | 227 re.re_endp = (opts®_PEND) ? f0copy + strlen(f0copy) : NULL; 342 o |= REG_PEND;
|
D | WHATSNEW | 57 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
|
D | tests | 30 # p REG_PEND
|
D | regcomp.c | 106 if (cflags®_PEND) {
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 62 #define REG_PEND 0040 macro
|
D | Regex.cpp | 32 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
|
D | regcomp.c | 182 if (cflags®_PEND) { in llvm_regcomp()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 62 #define REG_PEND 0040 macro
|
D | Regex.cpp | 34 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
|
D | regcomp.c | 182 if (cflags®_PEND) { in llvm_regcomp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 62 #define REG_PEND 0040 macro
|
D | Regex.cpp | 38 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
|
D | regcomp.c | 310 if (cflags®_PEND) { in llvm_regcomp()
|
/external/pcre/src/ |
D | pcre2posix.h | 67 #define REG_PEND 0x0800 /* GNU feature: pass end pattern by re_endp */ macro
|
D | pcre2posix.c | 290 patlen = ((cflags & REG_PEND) != 0)? (PCRE2_SIZE)(preg->re_endp - pattern) : in pcre2_regcomp()
|
D | pcre2test.c | 5570 cflags |= REG_PEND; in process_pattern()
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 504 pub const REG_PEND: ::c_int = 0o0040; constant
|
/external/pcre/ |
D | NEWS | 279 8. The option REG_PEND (a GNU extension) is now available for the POSIX
|
D | ChangeLog | 1483 39. Implement REG_PEND (GNU extension) for the POSIX wrapper.
|
/external/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2343 pub const REG_PEND: ::c_int = 0x20; constant
|
/external/pcre/doc/ |
D | pcre2test.txt | 750 POSIX wrapper API" below), the REG_PEND extension is used to pass the 920 fault, but if the use_length or hex modifiers are set, the REG_PEND ex-
|
D | pcre2.txt | 10053 nary zero (but see REG_PEND below). The preg argument is a pointer to a 10056 REG_PEND is set.) 10085 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of 10097 REG_PEND 10103 ters. Without REG_PEND, a binary zero terminates the pattern and the
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1630 pub const REG_PEND: ::c_int = 32; constant
|