Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dportability.h9 #ifndef REG_STARTEND
10 #define REG_STARTEND 0 macro
Dlib.c1302 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/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
DRegex.cpp100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
DRegex.cpp80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.c48 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
Dposix_api_check.cpp49 result = regexecA(&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()
Dwide_posix_api_check.c63 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h63 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
Dpcre2posix.c386 if ((eflags & REG_STARTEND) != 0) in pcre2_regexec()
Dpcre2test.c7122 eflags |= REG_STARTEND; in process_data()
/third_party/boost/boost/
Dregex.h55 using boost::REG_STARTEND;
/third_party/boost/libs/regex/src/
Dposix_api.cpp239 if(eflags & REG_STARTEND) in regexecA()
Dwide_posix_api.cpp255 if(eflags & REG_STARTEND) in regexecW()
/third_party/boost/boost/regex/v4/
Dcregex.hpp124 REG_STARTEND = 00004 enumerator
/third_party/boost/libs/regex/doc/
Dposix_api.qbk132 [[REG_STARTEND][The string searched starts at buf + pmatch\[0\].rm_so and ends at buf + pmatch\[0\]…
/third_party/pcre2/pcre2/
DChangeLog750 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/
Dpcre2.txt10117 (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
Dpcre2test.txt1072 REG_STARTEND option, which uses offsets to specify which part of the