Searched defs:regexp (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/less/ |
| H A D | regexp.h | 12 typedef struct regexp { struct 20 } regexp; argument
|
| /freebsd-14.2/contrib/atf/atf-c/ |
| H A D | macros.h | 234 #define ATF_REQUIRE_MATCH(regexp, string) do { \ argument 241 #define ATF_CHECK_MATCH(regexp, string) do { \ argument 248 #define ATF_REQUIRE_MATCH_MSG(regexp, string, fmt, ...) do { \ argument 256 #define ATF_CHECK_MATCH_MSG(regexp, string, fmt, ...) do { \ argument
|
| /freebsd-14.2/contrib/atf/atf-c++/ |
| H A D | utils.hpp | 52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
|
| H A D | macros.hpp | 125 #define ATF_REQUIRE_MATCH(regexp, string) \ argument 159 #define ATF_REQUIRE_THROW_RE(expected_exception, regexp, statement) \ argument
|
| H A D | macros_test.cpp | 153 const std::string regexp = get_config_var("regexp"); in ATF_TEST_CASE_BODY() local 473 const char *regexp; in ATF_TEST_CASE_BODY() member
|
| H A D | tests.cpp | 136 detail::match(const std::string& regexp, const std::string& str) in match()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 973 bool regexp) { in HandleArgumentCompletion() 1047 llvm::ArrayRef<ConstString> symbols, bool regexp) { in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 637 RegularExpression regexp(m_options.m_func_regexp); in DoExecute() local 673 RegularExpression regexp(m_options.m_source_text_regexp); in DoExecute() local
|
| /freebsd-14.2/contrib/lib9p/pytest/ |
| H A D | protocol.py | 1691 def parse_lines(self, name, text, regexp, match_handler): argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 746 const RegularExpression ®exp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType() 768 const RegularExpression ®exp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
|
| /freebsd-14.2/contrib/atf/atf-sh/ |
| H A D | atf-check.cpp | 465 grep_file(const atf::fs::path& path, const std::string& regexp) in grep_file()
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | b.c | 968 Node *regexp(void) /* top-level parse of reg expr */ in regexp() function
|