Searched refs:REG_STARTEND (Results 1 - 15 of 15) sorted by relevance
/third_party/toybox/lib/ |
H A D | portability.h | 9 #ifndef REG_STARTEND 10 #define REG_STARTEND 0 macro
|
H A D | lib.c | 1345 return regexec(preg, string, nmatch, pmatch, eflags|REG_STARTEND); in regexec0()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
H A D | Regex.cpp | 80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
H A D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
H A D | Regex.cpp | 100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
H A D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.h | 63 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
|
H A D | pcre2posix.c | 371 /* REG_STARTEND is a BSD extension, to allow for non-NUL-terminated strings. in pcre2_regexec() 372 The man page from OS X says "REG_STARTEND affects only the location of the in pcre2_regexec() 376 if ((eflags & REG_STARTEND) != 0) in pcre2_regexec()
|
H A D | pcre2test.c | 7207 eflags |= REG_STARTEND; in process_data()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 528 pub const REG_STARTEND: ::c_int = 0o00004; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1115 pub const REG_STARTEND: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1894 pub const REG_STARTEND: ::c_int = 0o00004; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1654 pub const REG_STARTEND: ::c_int = 4; consts
|
Completed in 39 milliseconds