| /freebsd/contrib/flex/src/ |
| H A D | regex.c | 50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
|
| /freebsd/tests/sys/audit/ |
| H A D | file-attribute-modify.c | 92 const char *regex = "flock.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local 141 const char *regex = "fcntl.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local 188 const char *regex = "fsync.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local 280 const char *regex = "fchmod.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local 459 const char *regex = "fchown.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local 639 const char *regex = "fchflags.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local 819 const char *regex = "futimes.*return,failure : Bad file descriptor"; in ATF_TC_BODY() local 951 const char *regex = "mprotect.*return,failure : Invalid argument"; in ATF_TC_BODY() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | NameToDIE.cpp | 41 Find(const RegularExpression & regex,llvm::function_ref<bool (DIERef ref)> callback) const Find() argument
|
| H A D | DebugNamesDWARFIndex.cpp | 194 const RegularExpression ®ex, in GetGlobalVariables() 473 const RegularExpression ®ex, in GetFunctions()
|
| H A D | ManualDWARFIndex.cpp | 398 const RegularExpression ®ex, in GetGlobalVariables() 494 const RegularExpression ®ex, in GetFunctions()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 953 const RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables() 1095 void SymbolFileDWARFDebugMap::FindFunctions(const RegularExpression ®ex, in FindFunctions()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 317 void SymbolFileOnDemand::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() 357 void SymbolFileOnDemand::FindFunctions(const RegularExpression ®ex, in FindFunctions()
|
| H A D | VariableList.cpp | 111 size_t VariableList::AppendVariablesIfUnique(const RegularExpression ®ex, in AppendVariablesIfUnique()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 59 static RegularExpression regex( GetPatternForRuntimeLibrary() local
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | regex.cpp | 241 text::regex::regex(std::shared_ptr< impl > pimpl) : _pimpl(pimpl) in regex() function in text::regex
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 82 TypeMatcher(RegularExpression regex) in TypeMatcher()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 1043 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindTypesByRegex() 1074 void SymbolFileCTF::FindFunctions(const lldb_private::RegularExpression ®ex, in FindFunctions() 1105 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables()
|
| /freebsd/contrib/kyua/engine/ |
| H A D | kyuafile_test.cpp | 450 do_load_error_test(const char* file, const char* regex) in do_load_error_test()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 64 static RegularExpression regex(llvm::StringRef("libMainThreadChecker.dylib")); in GetPatternForRuntimeLibrary() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 85 RegularExpression regex("__gnustep_objc[x]*_personality_v[0-9]+"); in CreateInstance() local
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | SourceManager.cpp | 435 RegularExpression ®ex, in FindLinesMatchingRegex() 679 RegularExpression ®ex, uint32_t start_line, uint32_t end_line, in FindLinesMatchingRegex()
|
| H A D | Module.cpp | 613 void Module::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() 875 void Module::FindFunctions(const RegularExpression ®ex, in FindFunctions() 1306 const RegularExpression ®ex, SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
|
| H A D | ModuleList.cpp | 519 void ModuleList::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() 536 const RegularExpression ®ex, lldb::SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 134 size_t GetValues(const RegularExpression ®ex, in GetValues()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 234 static RegularExpression regex(llvm::StringRef("libclang_rt\\.(a|t|ub)san_")); in GetPatternForRuntimeLibrary() local
|
| /freebsd/usr.sbin/setfmac/ |
| H A D | setfmac.c | 52 regex_t regex; /* compiled regular expression to match */ member
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 456 findUniqueRegexMatches(RegularExpression ®ex, in findUniqueRegexMatches() 530 RegularExpression regex(name_str); in DoExecute() local
|
| /freebsd/libexec/getty/ |
| H A D | subr.c | 466 regex_t regex; in edithost() local
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-death-test-test.cc | 511 const testing::internal::RE regex(regex_c_str); in TEST_F() local 602 const char* regex = "DieIf"; in TEST_F() local 633 const char* regex = "death.*DieInDebugElse12"; in TEST_F() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1163 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables() 1372 void SymbolFilePDB::FindFunctions(const lldb_private::RegularExpression ®ex, in FindFunctions() 1467 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindTypesByRegex()
|