Home
last modified time | relevance | path

Searched refs:perl_pattern (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dapp_pcrecpp.h76 inline pcrecpp::RE app_pcre_re(const std::string& perl_pattern) in app_pcre_re() argument
78 if (perl_pattern.size() >= 2 && perl_pattern[0] == '/') { in app_pcre_re()
81 std::string::size_type endpos = perl_pattern.rfind('/'); in app_pcre_re()
85 return pcrecpp::RE(perl_pattern.substr(1, endpos - 1), in app_pcre_re()
86 app_pcre_get_options(perl_pattern.substr(endpos + 1).c_str())); in app_pcre_re()
89 return pcrecpp::RE(perl_pattern, app_pcre_get_options(0)); in app_pcre_re()
113 return app_pcre_re(perl_pattern).PartialMatch(str,
139 return app_pcre_match(std::string(perl_pattern), str,
174 return app_pcre_re(perl_pattern).GlobalReplace(replacement, &subject); in app_pcre_replace()
182 return app_pcre_replace(std::string(perl_pattern), replacement, subject); in app_pcre_replace()
[all …]
/dports/mail/mailagent/mailagent-9a14a15/agent/pl/
H A Dmatching.pl74 sub perl_pattern { subroutine
103 $_ = &perl_pattern($_); # Simple words specified via shell patterns
H A Dactions.pl1532 $h = &perl_pattern($h); # Headers specified by shell patterns