Searched refs:REG_STARTEND (Results 1 – 25 of 27) sorted by relevance
12
/third_party/toybox/lib/ |
D | portability.h | 9 #ifndef REG_STARTEND 10 #define REG_STARTEND 0 macro
|
D | lib.c | 1325 return regexec(preg, string, nmatch, pmatch, eflags|REG_STARTEND); in regexec0()
|
/third_party/skia/third_party/externals/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) {
|
/third_party/skia/third_party/externals/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) {
|
/third_party/pcre2/pcre2/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()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 371 REG_STARTEND
|
D | openbsd.txt | 725 REG_STARTEND
|
D | netbsd.txt | 876 REG_STARTEND
|
D | dragonfly.txt | 830 REG_STARTEND
|
D | freebsd.txt | 1031 REG_STARTEND
|
D | apple.txt | 1157 REG_STARTEND
|
D | android.txt | 1877 REG_STARTEND
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 528 pub const REG_STARTEND: ::c_int = 0o00004; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1115 pub const REG_STARTEND: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1894 pub const REG_STARTEND: ::c_int = 0o00004; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1654 pub const REG_STARTEND: ::c_int = 4; constant
|
/third_party/pcre2/pcre2/ |
D | ChangeLog | 968 1. When matching using the the REG_STARTEND feature of the POSIX API with a 1480 38. Fix returned offsets from regexec() when REG_STARTEND is used with a 2416 103. The POSIX wrapper function regexec() crashed if the option REG_STARTEND
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 10192 (but see REG_STARTEND below), subject to the options in eflags. These 10212 REG_STARTEND 10217 ros within the subject string, and indeed, using REG_STARTEND is the 10229 does not imply REG_NOTBOL; REG_STARTEND affects only the location and 10230 length of the string, not how it is matched. Setting REG_STARTEND and 10240 less REG_STARTEND is set); in both these cases no data about any
|
12