Home
last modified time | relevance | path

Searched defs:regexp (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/less/
H A Dregexp.h12 typedef struct regexp { struct
20 } regexp; typedef
/freebsd/contrib/atf/atf-c/
H A Dmacros.h234 #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/contrib/atf/atf-c++/
H A Dutils.hpp52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
H A Dmacros.hpp125 #define ATF_REQUIRE_MATCH(regexp, string) \ argument
159 #define ATF_REQUIRE_THROW_RE(expected_exception, regexp, statement) \ argument
H A Dmacros_test.cpp153 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 Dtests.cpp136 detail::match(const std::string& regexp, const std::string& str) in match()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp928 bool regexp) { in HandleArgumentCompletion()
1002 llvm::ArrayRef<ConstString> symbols, bool regexp) { in DoExecute()
H A DCommandObjectBreakpoint.cpp647 RegularExpression regexp(m_options.m_func_regexp); in DoExecute() local
683 RegularExpression regexp(m_options.m_source_text_regexp); in DoExecute() local
/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests_generator.py1284 def check_regexp(regexp, string): argument
/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py1691 def parse_lines(self, name, text, regexp, match_handler): argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp758 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
780 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp465 grep_file(const atf::fs::path& path, const std::string& regexp) in grep_file()
/freebsd/contrib/one-true-awk/
H A Db.c981 Node *regexp(void) /* top-level parse of reg expr */ in regexp() function