Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h264 #define EXPECT_DEBUG_DEATH(statement, regex) \ argument
267 #define ASSERT_DEBUG_DEATH(statement, regex) \ argument
272 #define EXPECT_DEBUG_DEATH(statement, regex) EXPECT_DEATH(statement, regex) argument
274 #define ASSERT_DEBUG_DEATH(statement, regex) ASSERT_DEATH(statement, regex) argument
332 #define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
334 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
337 #define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
339 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp26 llvm::StringRef type_name, TypeFormatImpl::Flags flags, bool regex) { in AddFormat()
36 llvm::StringRef type_name, bool regex) { in AddSummary()
44 llvm::StringRef type_name, TypeSummaryImpl::Flags flags, bool regex) { in AddStringSummary()
54 TypeSummaryImpl::Flags flags, bool regex) { in AddOneLineSummary()
66 llvm::StringRef type_name, TypeSummaryImpl::Flags flags, bool regex) { in AddCXXSummary()
79 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic()
91 bool regex) { in AddFilter()
/freebsd/tests/sys/audit/
H A Dinter-process.c98 const char *regex = "msgget.*return,failure.*No such file or directory"; in ATF_TC_BODY() local
154 const char *regex = "msgsnd.*Message IPC.*return,failure : Bad address"; in ATF_TC_BODY() local
214 const char *regex = "msgrcv.*return,failure : Invalid argument"; in ATF_TC_BODY() local
261 const char *regex = "msgctl.*IPC_RMID.*return,failur.*Invalid argument"; in ATF_TC_BODY() local
311 const char *regex = "msgctl.*IPC_STAT.*return,failur.*Invalid argument"; in ATF_TC_BODY() local
363 const char *regex = "msgctl.*IPC_SET.*return,failure.*Invalid argument"; in ATF_TC_BODY() local
387 const char *regex = "msgctl.*illegal command.*failur.*Invalid argument"; in ATF_TC_BODY() local
437 const char *regex = "shmget.*return,failure.*No such file or directory"; in ATF_TC_BODY() local
490 const char *regex = "shmat.*Shared Memory IPC.*return,failure"; in ATF_TC_BODY() local
545 const char *regex = "shmdt.*return,failure : Invalid argument"; in ATF_TC_BODY() local
[all …]
H A Dfile-close.c84 const char *regex = "munmap.*return,failure : Invalid argument"; in ATF_TC_BODY() local
133 const char *regex = "close.*return,failure"; in ATF_TC_BODY() local
155 const char *regex = "close_range\\(2\\),.*,0x7fffffff,lowfd,.*" in ATF_TC_BODY() local
H A Dfile-write.c94 const char *regex = "ftruncate.*return,success"; in ATF_TC_BODY() local
118 const char *regex = "ftruncate.*return,failure"; in ATF_TC_BODY() local
H A Dopen.c61 #define OPEN_AT_TC_DEFINE(mode, regex, flag, class) \ argument
H A Dfile-attribute-access.c181 const char *regex = "fstat.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local
320 const char *regex = "fstatfs.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local
364 const char *regex = "getfsstat.*return,failure : Invalid argument"; in ATF_TC_BODY() local
388 const char *regex = "lgetfh.*return,success"; in ATF_TC_BODY() local
409 const char *regex = "lgetfh.*return,failure"; in ATF_TC_BODY() local
462 const char *regex = "fhopen.*return,failure : Invalid argument"; in ATF_TC_BODY() local
516 const char *regex = "fhstat.*return,failure : Bad address"; in ATF_TC_BODY() local
567 const char *regex = "fhstatfs.*return,failure : Bad address"; in ATF_TC_BODY() local
839 const char *regex = "fpathconf.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp26 Regex::Regex(StringRef regex, RegexFlags Flags) { in Regex() argument
39 Regex::Regex(StringRef regex, unsigned Flags) in Regex() argument
42 Regex::Regex(Regex &&regex) { in Regex() argument
[all...]
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h63 ::testing::internal::RE regex) { in MakeDeathTestMatcher()
66 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher()
69 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher()
H A Dgtest-port.h982 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
983 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
984 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
1013 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
1015 RE(const char* regex) { Init(regex); } // NOLINT in RE()
/freebsd/contrib/atf/atf-c++/
H A Dutils.cpp81 atf::utils::grep_file(const std::string& regex, const std::string& path) in grep_file()
87 atf::utils::grep_string(const std::string& regex, const std::string& str) in grep_string()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp29 RegularExpression regex(match); in NameMatches() local
/freebsd/contrib/kyua/utils/text/
H A Dregex.hpp68 class regex { class
H A Dregex_test.cpp112 const text::regex regex = text::regex::compile("number is ([0-9]+)", 1); in ATF_TEST_CASE_BODY() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp23 const lldb::BreakpointSP &bkpt, RegularExpression regex, in BreakpointResolverFileRegex() argument
41 RegularExpression regex(regex_string); CreateFromStructuredData() local
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc712 void RE::Init(const char* regex) { in Init()
814 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
822 bool ValidateRegex(const char* regex) { in ValidateRegex()
883 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
906 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
940 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
968 void RE::Init(const char* regex) { in Init()
/freebsd/contrib/atf/atf-c/
H A Dutils.c83 grep_string(const char *regex, const char *str) in grep_string()
307 atf_utils_grep_file(const char *regex, const char *file, ...) in atf_utils_grep_file()
341 atf_utils_grep_string(const char *regex, const char *str, ...) in atf_utils_grep_string()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h48 RegularExpression regex; member
/freebsd/contrib/libucl/
H A Dconfigure.ac57 AC_ARG_ENABLE([regex], AS_HELP_STRING([--enable-regex], optenable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp120 void SymbolFile::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
129 void SymbolFile::FindFunctions(const RegularExpression &regex, in FindFunctions()
/freebsd/contrib/nvi/
H A DCMakeLists.txt148 add_library(regex STATIC) target
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp56 static RegularExpression regex( in GetPatternForRuntimeLibrary() local
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext.cpp54 impl::match(const std::string& str, const std::string& regex) in match()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp145 const RegularExpression &regex, in GetGlobalVariables()
298 const RegularExpression &regex, in GetFunctions()
/freebsd/contrib/flex/src/
H A Dregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()

123