Home
last modified time | relevance | path

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

12

/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/ndk_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()
/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()
/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.cpp49 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
Dposix_api_check.c48 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
Dwide_posix_api_check.c63 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
Dwide_posix_api_check.cpp64 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
/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.c372 if ((eflags & REG_NOTEOL) != 0) options |= PCRE2_NOTEOL; in pcre2_regexec()
/third_party/boost/boost/
Dregex.h54 using boost::REG_NOTEOL;
/third_party/boost/libs/regex/src/
Dposix_api.cpp237 if(eflags & REG_NOTEOL) in regexecA()
Dwide_posix_api.cpp253 if(eflags & REG_NOTEOL) in regexecW()
/third_party/toybox/toys/posix/
Dcut.c144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp73 result |= boost::REG_NOTEOL; in get_posix_match_flags()
/third_party/boost/boost/regex/v4/
Dcregex.hpp123 REG_NOTEOL = 00002, enumerator
/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/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/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()

12