Home
last modified time | relevance | path

Searched defs:regex (Results 26 – 50 of 63) sorted by relevance

123

/freebsd/contrib/flex/src/
H A Dregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
/freebsd/tests/sys/audit/
H A Dfile-attribute-modify.c92 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 DNameToDIE.cpp41 Find(const RegularExpression & regex,llvm::function_ref<bool (DIERef ref)> callback) const Find() argument
H A DDebugNamesDWARFIndex.cpp194 const RegularExpression &regex, in GetGlobalVariables()
473 const RegularExpression &regex, in GetFunctions()
H A DManualDWARFIndex.cpp398 const RegularExpression &regex, in GetGlobalVariables()
494 const RegularExpression &regex, in GetFunctions()
H A DSymbolFileDWARFDebugMap.cpp953 const RegularExpression &regex, uint32_t max_matches, in FindGlobalVariables()
1095 void SymbolFileDWARFDebugMap::FindFunctions(const RegularExpression &regex, in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp317 void SymbolFileOnDemand::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
357 void SymbolFileOnDemand::FindFunctions(const RegularExpression &regex, in FindFunctions()
H A DVariableList.cpp111 size_t VariableList::AppendVariablesIfUnique(const RegularExpression &regex, in AppendVariablesIfUnique()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp59 static RegularExpression regex( GetPatternForRuntimeLibrary() local
/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp241 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 DFormattersContainer.h82 TypeMatcher(RegularExpression regex) in TypeMatcher()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1043 const lldb_private::RegularExpression &regex, uint32_t max_matches, in FindTypesByRegex()
1074 void SymbolFileCTF::FindFunctions(const lldb_private::RegularExpression &regex, in FindFunctions()
1105 const lldb_private::RegularExpression &regex, uint32_t max_matches, in FindGlobalVariables()
/freebsd/contrib/kyua/engine/
H A Dkyuafile_test.cpp450 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 DInstrumentationRuntimeMainThreadChecker.cpp64 static RegularExpression regex(llvm::StringRef("libMainThreadChecker.dylib")); in GetPatternForRuntimeLibrary() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp85 RegularExpression regex("__gnustep_objc[x]*_personality_v[0-9]+"); in CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp435 RegularExpression &regex, in FindLinesMatchingRegex()
679 RegularExpression &regex, uint32_t start_line, uint32_t end_line, in FindLinesMatchingRegex()
H A DModule.cpp613 void Module::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
875 void Module::FindFunctions(const RegularExpression &regex, in FindFunctions()
1306 const RegularExpression &regex, SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
H A DModuleList.cpp519 void ModuleList::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
536 const RegularExpression &regex, lldb::SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h134 size_t GetValues(const RegularExpression &regex, in GetValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp234 static RegularExpression regex(llvm::StringRef("libclang_rt\\.(a|t|ub)san_")); in GetPatternForRuntimeLibrary() local
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c52 regex_t regex; /* compiled regular expression to match */ member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp456 findUniqueRegexMatches(RegularExpression &regex, in findUniqueRegexMatches()
530 RegularExpression regex(name_str); in DoExecute() local
/freebsd/libexec/getty/
H A Dsubr.c466 regex_t regex; in edithost() local
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc511 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 DSymbolFilePDB.cpp1163 const lldb_private::RegularExpression &regex, uint32_t max_matches, in FindGlobalVariables()
1372 void SymbolFilePDB::FindFunctions(const lldb_private::RegularExpression &regex, in FindFunctions()
1467 const lldb_private::RegularExpression &regex, uint32_t max_matches, in FindTypesByRegex()

123