Searched defs:regex (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-compile.c13 tre_convert_pattern(const char *regex, size_t n, tre_char_t **w, argument
H A Dfastmatch.c41 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
62 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
86 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) argument
92 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags) argument
98 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
104 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
112 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
118 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp33 size_t NameToDIE::Find(const RegularExpression &regex, argument
H A DAppleDWARFIndex.cpp60 void AppleDWARFIndex::GetGlobalVariables(const RegularExpression &regex, argument
168 void AppleDWARFIndex::GetFunctions(const RegularExpression &regex, argument
H A DManualDWARFIndex.cpp355 void ManualDWARFIndex::GetGlobalVariables(const RegularExpression &regex, argument
446 void ManualDWARFIndex::GetFunctions(const RegularExpression &regex, argument
H A DDebugNamesDWARFIndex.cpp99 void DebugNamesDWARFIndex::GetGlobalVariables(const RegularExpression &regex, argument
242 void DebugNamesDWARFIndex::GetFunctions(const RegularExpression &regex, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h52 Regex &operator=(Regex regex) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h43 RegularExpression regex; member in struct:lldb_private::CommandObjectRegexCommand::Entry
/freebsd-11-stable/tests/sys/audit/
H A Dfile-write.c96 const char *regex = "ftruncate.*return,success"; local
120 const char *regex = "ftruncate.*return,failure"; local
H A Dfile-close.c86 const char *regex = "munmap.*return,failure : Invalid argument"; local
135 const char *regex = "close.*return,failure"; local
157 const char *regex = "closefrom.*return,success"; local
H A Dfile-attribute-modify.c93 const char *regex = "flock.*return,failure : Bad file descriptor"; local
142 const char *regex = "fcntl.*return,failure : Bad file descriptor"; local
189 const char *regex = "fsync.*return,failure : Bad file descriptor"; local
281 const char *regex = "fchmod.*return,failure : Bad file descriptor"; local
460 const char *regex = "fchown.*return,failure : Bad file descriptor"; local
639 const char *regex = "fchflags.*return,failure : Bad file descriptor"; local
774 const char *regex = "futimes.*return,failure : Bad file descriptor"; local
906 const char *regex = "mprotect.*return,failure : Invalid argument"; local
[all...]
/freebsd-11-stable/contrib/flex/
H A Dregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) argument
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp54 impl::match(const std::string& str, const std::string& regex) argument
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.cpp74 atf::utils::grep_file(const std::string& regex, const std::string& path) argument
80 atf::utils::grep_string(const std::string& regex, const std::string& str) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp25 AddFormat( TypeCategoryImpl::SharedPointer category_sp, lldb::Format format, ConstString type_name, TypeFormatImpl::Flags flags, bool regex) argument
38 AddSummary( TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp, ConstString type_name, bool regex) argument
49 AddStringSummary( TypeCategoryImpl::SharedPointer category_sp, const char *string, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
62 AddOneLineSummary( TypeCategoryImpl::SharedPointer category_sp, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
76 AddCXXSummary( TypeCategoryImpl::SharedPointer category_sp, CXXFunctionSummaryFormat::Callback funct, const char *description, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
90 AddCXXSynthetic( TypeCategoryImpl::SharedPointer category_sp, CXXSyntheticChildren::CreateFrontEndCallback generator, const char *description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
105 AddFilter( TypeCategoryImpl::SharedPointer category_sp, std::vector<std::string> children, const char *description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp111 size_t VariableList::AppendVariablesIfUnique(const RegularExpression &regex, argument
H A DSymbolFile.cpp112 void SymbolFile::FindGlobalVariables(const RegularExpression &regex, argument
122 void SymbolFile::FindFunctions(const RegularExpression &regex, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp28 Regex::Regex(StringRef regex, unsigned Flags) { argument
41 Regex::Regex(Regex &&regex) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp22 BreakpointResolverFileRegex( Breakpoint *bkpt, RegularExpression regex, const std::unordered_set<std::string> &func_names, bool exact_match) argument
/freebsd-11-stable/contrib/atf/atf-c/
H A Dutils.c80 grep_string(const char *regex, const char *str) argument
297 atf_utils_grep_file(const char *regex, const char *file, ...) argument
331 atf_utils_grep_string(const char *regex, const char *str, ...) argument
[all...]
/freebsd-11-stable/libexec/getty/
H A Dsubr.c473 regex_t regex; local
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c54 regex_t regex; /* compiled regular expression to match */ member in struct:label_spec::label_spec_entry
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h130 size_t GetValues(const RegularExpression &regex, argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h244 const RegularExpression &regex = pos->first; local
276 RegularExpression regex = m_format_map.GetKeyAtIndex(index); local
289 const RegularExpression &regex = pos.first; local
302 const RegularExpression &regex = pos.first; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp348 bool Mangled::NameMatches(const RegularExpression &regex, argument

Completed in 185 milliseconds

12