Home
last modified time | relevance | path

Searched refs:REG_NOSPEC (Results 1 – 20 of 20) sorted by relevance

/external/libcups/vcnet/regex/
Dregex.h29 #define REG_NOSPEC 0020 macro
Dmain.c339 o |= REG_NOSPEC;
DWHATSNEW57 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
Dregcomp.c103 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
157 else if (cflags&REG_NOSPEC)
Dtests24 # m ("mundane") REG_NOSPEC
/external/llvm/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c179 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
233 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c179 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
233 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c307 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
361 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/external/pcre/src/
Dpcre2posix.h68 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
Dpcre2posix.c296 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in pcre2_regcomp()
Dpcre2test.c5562 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs503 pub const REG_NOSPEC: ::c_int = 0o0020; constant
/external/pcre/
DNEWS281 REG_NOSPEC.
DChangeLog1488 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2341 pub const REG_NOSPEC: ::c_int = 0x10; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1629 pub const REG_NOSPEC: ::c_int = 16; constant
/external/pcre/doc/
Dpcre2.txt10079 REG_NOSPEC
10084 only other options that are allowed with REG_NOSPEC are REG_ICASE,
10085 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of