Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 - 15 of 15) sorted by relevance

/third_party/toybox/lib/
H A Dportability.h9 #ifndef REG_STARTEND
10 #define REG_STARTEND 0 macro
H A Dlib.c1345 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 Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A DRegex.cpp80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
H A Dregexec.c148 # 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 Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A DRegex.cpp100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h63 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
H A Dpcre2posix.c371 /* 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 Dpcre2test.c7207 eflags |= REG_STARTEND; in process_data()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs528 pub const REG_STARTEND: ::c_int = 0o00004; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1115 pub const REG_STARTEND: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1894 pub const REG_STARTEND: ::c_int = 0o00004; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1654 pub const REG_STARTEND: ::c_int = 4; consts

Completed in 39 milliseconds