Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 25 of 33) sorted by relevance

12

/third_party/musl/ndk_musl_include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/third_party/musl/libc-test/src/api/
Dregex.c23 C(REG_NOTEOL) in f()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h59 #define REG_NOTEOL 0x0008 /* Maps to PCRE2_NOTEOL */ macro
Dpcre2posix.c374 if ((eflags & REG_NOTEOL) != 0) options |= PCRE2_NOTEOL; in pcre2_regexec()
/third_party/toybox/toys/posix/
Dcut.c144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
/third_party/musl/src/regex/
Dregexec.c183 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel()
605 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_backtrack()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c183 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel()
605 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_backtrack()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c183 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel()
605 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_backtrack()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregexec.c183 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel()
605 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_backtrack()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt723 REG_NOTEOL
Ddragonfly.txt828 REG_NOTEOL
Dnetbsd.txt874 REG_NOTEOL
Dfreebsd.txt1029 REG_NOTEOL
Dapple.txt1155 REG_NOTEOL
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs527 pub const REG_NOTEOL: ::c_int = 0o00002; constant

12