Searched refs:regex_match (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.bin/mg/ |
H A D | re_search.c | 129 static regmatch_t regex_match[RE_NMATCH]; variable 159 plen = regex_match[0].rm_eo - regex_match[0].rm_so; in re_queryrepl() 166 plen = regex_match[0].rm_eo - regex_match[0].rm_so; in re_queryrepl() 180 plen = regex_match[0].rm_eo - regex_match[0].rm_so; in re_queryrepl() 224 plen = regex_match[0].rm_eo - regex_match[0].rm_so; in re_repl() 297 k = regex_match[num].rm_eo - regex_match[num].rm_so; in re_doreplace() 300 bcopy(&(clp->l_text[regex_match[num].rm_so]), in re_doreplace() 361 regex_match[0].rm_so = tbo; in re_forwsrch() 362 regex_match[0].rm_eo = llength(clp); in re_forwsrch() 364 RE_NMATCH, regex_match, re_flags); in re_forwsrch() [all …]
|
/openbsd-src/gnu/llvm/lld/Common/ |
H A D | ErrorHandler.cpp | 263 if (std::regex_match(str, m, re)) { in error()
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | regex | 535 regex_match(BidirectionalIterator first, BidirectionalIterator last, 542 regex_match(BidirectionalIterator first, BidirectionalIterator last, 548 regex_match(const charT* str, match_results<const charT*, Allocator>& m, 554 regex_match(const basic_string<charT, ST, SA>& s, 561 regex_match(const basic_string<charT, ST, SA>&& s, 568 regex_match(const charT* str, const basic_regex<charT, traits>& e, 573 regex_match(const basic_string<charT, ST, SA>& s, 5585 regex_match(_Bp, _Bp, match_results<_Bp, _Ap>&, const basic_regex<_Cp, _Tp>&, 6226 // regex_match 6230 regex_match(_BidirectionalIterator __first, _BidirectionalIterator __last, [all …]
|
/openbsd-src/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx14Issues.csv | 124 "`2205 <https://wg21.link/lwg2205>`__","Problematic postconditions of regex_match and regex_search"… 142 "`2329 <https://wg21.link/lwg2329>`__","regex_match()/regex_search() with match_results should forb…
|
H A D | Cxx17Issues.csv | 80 "`2273 <https://wg21.link/LWG2273>`__","``regex_match``\ ambiguity","Kona","|Complete|",""
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | StdSymbolMap.inc | 952 SYMBOL(regex_match, std::, <regex>)
|