Home
last modified time | relevance | path

Searched refs:app_pcre_replace (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dapp_pcrecpp.h172 inline int app_pcre_replace(const std::string& perl_pattern, const std::string& replacement, std::s… in app_pcre_replace() function
180 inline int app_pcre_replace(const char* perl_pattern, const std::string& replacement, std::string& … in app_pcre_replace() function
182 return app_pcre_replace(std::string(perl_pattern), replacement, subject); in app_pcre_replace()
187 inline int app_pcre_replace(const pcrecpp::RE& re, const std::string& replacement, std::string& sub… in app_pcre_replace() function
H A Dsmartctl_parser.cpp118 app_pcre_replace(re, "", s); // remove them from s. in parse_full()
137 app_pcre_replace(re, match, s); // make one newline less in parse_full()
152 app_pcre_replace(re1, "\n" + match + "\n", s); // add extra newlines in parse_full()
189 app_pcre_replace(re1, "", s); // add extra newlines in parse_full()
192 app_pcre_replace(re2, "", s); // add extra newlines in parse_full()
195 app_pcre_replace(re3, "", s); // add extra newlines in parse_full()
198 app_pcre_replace(re4, "", s); // add extra newlines in parse_full()
201 app_pcre_replace(re5, "", s); // add extra newlines in parse_full()
204 app_pcre_replace(re6, "", s); // add extra newlines in parse_full()
207 app_pcre_replace(re7, "", s); // add extra newlines in parse_full()
[all …]