/third_party/toybox/lib/ |
D | portability.h | 9 #ifndef REG_STARTEND 10 #define REG_STARTEND 0 macro
|
D | lib.c | 1302 return regexec(preg, string, nmatch, pmatch, eflags|REG_STARTEND); in regexec0()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | Regex.cpp | 100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | Regex.cpp | 80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/third_party/boost/libs/regex/test/c_compiler_checks/ |
D | posix_api_check.c | 48 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
D | posix_api_check.cpp | 49 result = regexecA(&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()
|
D | wide_posix_api_check.c | 63 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 63 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
|
D | pcre2posix.c | 386 if ((eflags & REG_STARTEND) != 0) in pcre2_regexec()
|
D | pcre2test.c | 7122 eflags |= REG_STARTEND; in process_data()
|
/third_party/boost/boost/ |
D | regex.h | 55 using boost::REG_STARTEND;
|
/third_party/boost/libs/regex/src/ |
D | posix_api.cpp | 239 if(eflags & REG_STARTEND) in regexecA()
|
D | wide_posix_api.cpp | 255 if(eflags & REG_STARTEND) in regexecW()
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 124 REG_STARTEND = 00004 enumerator
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 132 [[REG_STARTEND][The string searched starts at buf + pmatch\[0\].rm_so and ends at buf + pmatch\[0\]…
|
/third_party/pcre2/pcre2/ |
D | ChangeLog | 750 1. When matching using the the REG_STARTEND feature of the POSIX API with a 1262 38. Fix returned offsets from regexec() when REG_STARTEND is used with a 2198 103. The POSIX wrapper function regexec() crashed if the option REG_STARTEND
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 10117 (but see REG_STARTEND below), subject to the options in eflags. These 10137 REG_STARTEND 10142 ros within the subject string, and indeed, using REG_STARTEND is the 10154 does not imply REG_NOTBOL; REG_STARTEND affects only the location and 10155 length of the string, not how it is matched. Setting REG_STARTEND and 10165 less REG_STARTEND is set); in both these cases no data about any
|
D | pcre2test.txt | 1072 REG_STARTEND option, which uses offsets to specify which part of the
|