Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/include/
H A Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h87 #define REG_NOTEOL 00002 macro
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.h87 #define REG_NOTEOL 00002 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
/third_party/musl/libc-test/src/api/
H A Dregex.c23 C(REG_NOTEOL) in f()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h59 #define REG_NOTEOL 0x0008 /* Maps to PCRE2_NOTEOL */ macro
H A Dpcre2posix.c362 if ((eflags & REG_NOTEOL) != 0) options |= PCRE2_NOTEOL; in pcre2_regexec()
H A Dpcre2test.c7211 if ((dat_datctl.options & PCRE2_NOTEOL) != 0) eflags |= REG_NOTEOL; in process_data()
/third_party/toybox/toys/posix/
H A Dcut.c144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A 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/
H A 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/
H A 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/src/regex/
H A 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/src/unix/bsd/
H A Dmod.rs527 pub const REG_NOTEOL: ::c_int = 0o00002; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1464 pub const REG_NOTEOL: ::c_int = 0o00002; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1653 pub const REG_NOTEOL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3438 pub const REG_NOTEOL: ::c_int = 2; consts

Completed in 56 milliseconds