Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/musl/include/
H A Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h86 #define REG_NOTBOL 00001 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.h86 #define REG_NOTBOL 00001 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.c22 C(REG_NOTBOL) in f()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h58 #define REG_NOTBOL 0x0004 /* Maps to PCRE2_NOTBOL */ macro
H A Dpcre2posix_test.c48 REG_NOTBOL, /* Test 3 */
H A Dpcre2posix.c361 if ((eflags & REG_NOTBOL) != 0) options |= PCRE2_NOTBOL; in pcre2_regexec()
H A Dpcre2test.c7210 if ((dat_datctl.options & PCRE2_NOTBOL) != 0) eflags |= REG_NOTBOL; 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()
H A Dgrep.c209 &shoe->m, start==line ? 0 : REG_NOTBOL); in do_grep()
H A Dsed.c485 mflags = REG_NOTBOL; in sed_line()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c182 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_parallel()
604 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_backtrack()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c182 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_parallel()
604 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_backtrack()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c182 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_parallel()
604 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_backtrack()
/third_party/musl/src/regex/
H A Dregexec.c182 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_parallel()
604 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_backtrack()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs526 pub const REG_NOTBOL: ::c_int = 0o00001; consts
/third_party/toybox/toys/pending/
H A Dawk.c2767 eflag |= REG_NOTBOL; in splitter()
3484 eflags |= REG_NOTBOL; in gsub()
3526 eflags |= REG_NOTBOL; in gsub()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1463 pub const REG_NOTBOL: ::c_int = 0o00001; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1652 pub const REG_NOTBOL: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3437 pub const REG_NOTBOL: ::c_int = 1; consts

Completed in 58 milliseconds