/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 33 #define REG_NOTEOL 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 33 #define REG_NOTEOL 2 macro
|
/third_party/musl/include/ |
D | regex.h | 33 #define REG_NOTEOL 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 33 #define REG_NOTEOL 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 33 #define REG_NOTEOL 2 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 87 #define REG_NOTEOL 00002 macro
|
D | regexec.c | 148 # 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/ |
D | regex_impl.h | 87 #define REG_NOTEOL 00002 macro
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
/third_party/boost/libs/regex/test/c_compiler_checks/ |
D | posix_api_check.cpp | 49 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
D | posix_api_check.c | 48 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
D | wide_posix_api_check.c | 63 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
D | wide_posix_api_check.cpp | 64 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 23 C(REG_NOTEOL) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 59 #define REG_NOTEOL 0x0008 /* Maps to PCRE2_NOTEOL */ macro
|
D | pcre2posix.c | 372 if ((eflags & REG_NOTEOL) != 0) options |= PCRE2_NOTEOL; in pcre2_regexec()
|
/third_party/boost/boost/ |
D | regex.h | 54 using boost::REG_NOTEOL;
|
/third_party/boost/libs/regex/src/ |
D | posix_api.cpp | 237 if(eflags & REG_NOTEOL) in regexecA()
|
D | wide_posix_api.cpp | 253 if(eflags & REG_NOTEOL) in regexecW()
|
/third_party/toybox/toys/posix/ |
D | cut.c | 144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
|
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 73 result |= boost::REG_NOTEOL; in get_posix_match_flags()
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 123 REG_NOTEOL = 00002, enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regexec.c | 183 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/ |
D | regexec.c | 183 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/ |
D | regexec.c | 183 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel() 605 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_backtrack()
|