Searched refs:REG_STARTEND (Results 1 – 25 of 30) sorted by relevance
12
/external/libcups/vcnet/regex/ |
D | regex.h | 61 #define REG_STARTEND 00004 macro
|
D | main.c | 91 if (eopts®_STARTEND) { 253 if (options('e', f1)®_STARTEND) { 351 o |= REG_STARTEND;
|
D | regexec.c | 124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
|
D | WHATSNEW | 57 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to 108 extension, the REG_STARTEND option to regexec().
|
D | tests | 29 # # REG_STARTEND (see below) 32 # For REG_STARTEND, the start/end offsets are those of the substring
|
D | engine.c | 86 if (eflags®_STARTEND) {
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | Regex.cpp | 68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | Regex.cpp | 80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | Regex.cpp | 100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/external/toybox/lib/ |
D | portability.h | 25 #ifndef REG_STARTEND 26 #define REG_STARTEND 0 macro
|
D | lib.c | 1396 return regexec(preg, string, nmatch, pmatch, eflags|REG_STARTEND); in regexec0()
|
/external/pcre/src/ |
D | pcre2posix.h | 63 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
|
D | pcre2posix.c | 376 if ((eflags & REG_STARTEND) != 0) in pcre2_regexec()
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 528 pub const REG_STARTEND: ::c_int = 0o00004; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1115 pub const REG_STARTEND: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1894 pub const REG_STARTEND: ::c_int = 0o00004; constant
|
12