Home
last modified time | relevance | path

Searched refs:REG_PEND (Results 1 – 24 of 24) sorted by relevance

/external/libcups/vcnet/regex/
Dregex.h30 #define REG_PEND 0040 macro
Dmain.c227 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
342 o |= REG_PEND;
DWHATSNEW57 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
Dtests30 # p REG_PEND
Dregcomp.c106 if (cflags&REG_PEND) {
/external/llvm/lib/Support/
Dregex_impl.h62 #define REG_PEND 0040 macro
DRegex.cpp32 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
Dregcomp.c182 if (cflags&REG_PEND) { in llvm_regcomp()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h62 #define REG_PEND 0040 macro
DRegex.cpp34 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
Dregcomp.c182 if (cflags&REG_PEND) { in llvm_regcomp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h62 #define REG_PEND 0040 macro
DRegex.cpp38 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
Dregcomp.c310 if (cflags&REG_PEND) { in llvm_regcomp()
/external/pcre/src/
Dpcre2posix.h67 #define REG_PEND 0x0800 /* GNU feature: pass end pattern by re_endp */ macro
Dpcre2posix.c290 patlen = ((cflags & REG_PEND) != 0)? (PCRE2_SIZE)(preg->re_endp - pattern) : in pcre2_regcomp()
Dpcre2test.c5570 cflags |= REG_PEND; in process_pattern()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs504 pub const REG_PEND: ::c_int = 0o0040; constant
/external/pcre/
DNEWS279 8. The option REG_PEND (a GNU extension) is now available for the POSIX
DChangeLog1483 39. Implement REG_PEND (GNU extension) for the POSIX wrapper.
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2343 pub const REG_PEND: ::c_int = 0x20; constant
/external/pcre/doc/
Dpcre2test.txt750 POSIX wrapper API" below), the REG_PEND extension is used to pass the
920 fault, but if the use_length or hex modifiers are set, the REG_PEND ex-
Dpcre2.txt10053 nary zero (but see REG_PEND below). The preg argument is a pointer to a
10056 REG_PEND is set.)
10085 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of
10097 REG_PEND
10103 ters. Without REG_PEND, a binary zero terminates the pattern and the
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1630 pub const REG_PEND: ::c_int = 32; constant