Home
last modified time | relevance | path

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

12

/third_party/toybox/lib/
Dportability.h9 #ifndef REG_STARTEND
10 #define REG_STARTEND 0 macro
Dlib.c1325 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/
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) {
/third_party/skia/third_party/externals/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) {
/third_party/pcre2/pcre2/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()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt371 REG_STARTEND
Dopenbsd.txt725 REG_STARTEND
Dnetbsd.txt876 REG_STARTEND
Ddragonfly.txt830 REG_STARTEND
Dfreebsd.txt1031 REG_STARTEND
Dapple.txt1157 REG_STARTEND
Dandroid.txt1877 REG_STARTEND
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs528 pub const REG_STARTEND: ::c_int = 0o00004; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1115 pub const REG_STARTEND: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1894 pub const REG_STARTEND: ::c_int = 0o00004; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1654 pub const REG_STARTEND: ::c_int = 4; constant
/third_party/pcre2/pcre2/
DChangeLog968 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/
Dpcre2.txt10192 (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