Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 25 of 30) sorted by relevance

12

/external/libcups/vcnet/regex/
Dregex.h61 #define REG_STARTEND 00004 macro
Dmain.c91 if (eopts&REG_STARTEND) {
253 if (options('e', f1)&REG_STARTEND) {
351 o |= REG_STARTEND;
Dregexec.c124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
DWHATSNEW57 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
108 extension, the REG_STARTEND option to regexec().
Dtests29 # # REG_STARTEND (see below)
32 # For REG_STARTEND, the start/end offsets are those of the substring
Dengine.c86 if (eflags&REG_STARTEND) {
/external/llvm/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
DRegex.cpp68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
DRegex.cpp80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
DRegex.cpp100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/external/toybox/lib/
Dportability.h25 #ifndef REG_STARTEND
26 #define REG_STARTEND 0 macro
Dlib.c1396 return regexec(preg, string, nmatch, pmatch, eflags|REG_STARTEND); in regexec0()
/external/pcre/src/
Dpcre2posix.h63 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
Dpcre2posix.c376 if ((eflags & REG_STARTEND) != 0) in pcre2_regexec()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs528 pub const REG_STARTEND: ::c_int = 0o00004; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1115 pub const REG_STARTEND: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/nto/
Dmod.rs1894 pub const REG_STARTEND: ::c_int = 0o00004; constant

12