Home
last modified time | relevance | path

Searched refs:regcompA (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.c37 result = regcompA(&re, expression, REG_AWK); in main()
Dposix_api_check.cpp38 result = regcompA(&re, expression, REG_AWK); in main()
/third_party/boost/boost/regex/v4/
Dcregex.hpp161 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompA(regex_tA*, const char*, int);
180 #define regcomp regcompA
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp97 if(boost::regcompA(&re, expression.c_str(), posix_options) != 0) in test_deprecated()
275 int code = boost::regcompA(&re, expression.c_str(), posix_options); in test_deprecated()
/third_party/boost/boost/
Dregex.h59 using boost::regcompA;
/third_party/boost/libs/regex/doc/
Dposix_api.qbk39 int regcompA(regex_tA*, const char*, int);
56 #define regcomp regcompA
/third_party/boost/libs/regex/src/
Dposix_api.cpp73 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompA(regex_tA* expression, const char* ptr, int f) in regcompA() function
/third_party/boost/libs/regex/example/timer/
Dregex_timer.cpp178 int code = regcompA(&r, s1.c_str(), boost::REG_PERL); in main()