Home
last modified time | relevance | path

Searched refs:REG_PEND (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h51 const char *re_endp; /* end pointer for REG_PEND */
62 #define REG_PEND 0040 macro
H A DRegex.cpp34 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
H A Dregcomp.c182 if (cflags&REG_PEND) { in llvm_regcomp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h51 const char *re_endp; /* end pointer for REG_PEND */
62 #define REG_PEND 0040 macro
H A DRegex.cpp38 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
H A Dregcomp.c310 if (cflags&REG_PEND) { in llvm_regcomp()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h67 #define REG_PEND 0x0800 /* GNU feature: pass end pattern by re_endp */ macro
99 for passing the pattern end pointer when REG_PEND is set. */
H A Dpcre2posix.c290 patlen = ((cflags & REG_PEND) != 0)? (PCRE2_SIZE)(preg->re_endp - pattern) : in pcre2_regcomp()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs504 pub const REG_PEND: ::c_int = 0o0040; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2343 pub const REG_PEND: ::c_int = 0x20; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1630 pub const REG_PEND: ::c_int = 32; consts

Completed in 28 milliseconds