| /NextBSD/usr.bin/grep/regex/ |
| HD | fastmatch.c | 40 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) in tre_fixncomp() 61 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) in tre_fastncomp() 85 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) in tre_fixcomp() 91 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags) in tre_fastcomp() 97 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) in tre_fixwncomp() 103 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) in tre_fastwncomp() 111 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) in tre_fixwcomp() 117 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) in tre_fastwcomp()
|
| HD | tre-compile.c | 15 tre_convert_pattern(const char *regex, size_t n, tre_char_t **w, in tre_convert_pattern()
|
| /NextBSD/contrib/atf/atf-c++/ |
| D | utils.cpp | 74 atf::utils::grep_file(const std::string& regex, const std::string& path) in grep_file() 80 atf::utils::grep_string(const std::string& regex, const std::string& str) in grep_string()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | NameMatches.cpp | 43 RegularExpression regex(match); in NameMatches() local
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | TypeCategory.cpp | 45 bool regex = GetRegexTypeFormatsContainer()->Get(candidates, entry, reason); in Get() local 61 bool regex = GetRegexTypeSummariesContainer()->Get(candidates, entry, reason); in Get() local 141 bool regex = GetRegexTypeValidatorsContainer()->Get(candidates, entry, reason); in Get() local
|
| HD | FormatManager.cpp | 901 bool regex = false) in AddFormat() 917 bool regex = false) in AddStringSummary() 932 bool regex = false) in AddOneLineSummary() 950 bool regex = false) in AddCXXSummary() 966 bool regex = false) in AddCXXSynthetic() 982 bool regex = false) in AddFilter()
|
| /NextBSD/contrib/atf/atf-c/ |
| HD | utils.c | 80 grep_string(const char *regex, const char *str) in grep_string() 297 atf_utils_grep_file(const char *regex, const char *file, ...) in atf_utils_grep_file() 331 atf_utils_grep_string(const char *regex, const char *str, ...) in atf_utils_grep_string()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormattersContainer.h | 359 lldb::RegularExpressionSP regex = pos->first; in Delete_Impl() local 397 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); in GetTypeNameSpecifierAtIndex_Impl() local 415 lldb::RegularExpressionSP regex = pos->first; in Get_Impl() local 433 lldb::RegularExpressionSP regex = pos->first; in GetExact_Impl() local
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Regex.h | 54 Regex(Regex &®ex) { in Regex() function
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandObjectRegexCommand.h | 70 RegularExpression regex; member
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectType.cpp | 1215 RegularExpression* regex; member 1320 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); in DoExecute() local 1376 RegularExpression* regex, in LoopCallback() 1402 lldb::RegularExpressionSP regex, in CommandObjectTypeRXFormatList_LoopCallback() 2236 RegularExpression* regex; member 2343 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); in DoExecute() local 2358 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); in DoExecute() local 2414 RegularExpression* regex, in LoopCallback() 2439 lldb::RegularExpressionSP regex, in CommandObjectTypeRXSummaryList_LoopCallback() 2684 RegularExpression* regex; member [all …]
|
| /NextBSD/contrib/libucl/ |
| HD | configure.ac | 56 AC_ARG_ENABLE([regex], AS_HELP_STRING([--enable-regex], optenable
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointResolverFileRegex.cpp | 32 RegularExpression ®ex, in BreakpointResolverFileRegex()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | NameToDIE.cpp | 44 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const in Find() argument
|
| HD | DWARFDebugPubnamesSet.cpp | 156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_co… in Find() argument
|
| HD | DWARFDebugPubnames.cpp | 284 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) con… in Find() argument
|
| /NextBSD/contrib/atf/atf-c++/detail/ |
| D | text.cpp | 54 impl::match(const std::string& str, const std::string& regex) in match()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | Regex.cpp | 22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex()
|
| /NextBSD/contrib/flex/ |
| HD | regex.c | 50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| HD | SymbolFileSymtab.cpp | 342 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_mat… in FindGlobalVariables() 362 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, … in FindFunctions()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | SourceManager.cpp | 322 RegularExpression& regex, in FindLinesMatchingRegex() 539 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_… in FindLinesMatchingRegex()
|
| HD | Mangled.cpp | 346 Mangled::NameMatches (const RegularExpression& regex, lldb::LanguageType language) const in NameMatches() argument
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | SymbolVendor.cpp | 309 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches,… in FindGlobalVariables() 335 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, Symb… in FindFunctions()
|
| HD | VariableList.cpp | 145 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size… in AppendVariablesIfUnique()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | UniqueCStringMap.h | 241 GetValues (const RegularExpression& regex, std::vector<T> &values) const in GetValues()
|