Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 25 of 37) sorted by relevance

12

/NextBSD/usr.bin/grep/regex/
HDfastmatch.c40 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()
HDtre-compile.c15 tre_convert_pattern(const char *regex, size_t n, tre_char_t **w, in tre_convert_pattern()
/NextBSD/contrib/atf/atf-c++/
Dutils.cpp74 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/
HDNameMatches.cpp43 RegularExpression regex(match); in NameMatches() local
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeCategory.cpp45 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
HDFormatManager.cpp901 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/
HDutils.c80 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/
HDFormattersContainer.h359 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/
HDRegex.h54 Regex(Regex &&regex) { in Regex() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObjectRegexCommand.h70 RegularExpression regex; member
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectType.cpp1215 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/
HDconfigure.ac56 AC_ARG_ENABLE([regex], AS_HELP_STRING([--enable-regex], optenable
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointResolverFileRegex.cpp32 RegularExpression &regex, in BreakpointResolverFileRegex()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDNameToDIE.cpp44 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const in Find() argument
HDDWARFDebugPubnamesSet.cpp156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_co… in Find() argument
HDDWARFDebugPubnames.cpp284 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) con… in Find() argument
/NextBSD/contrib/atf/atf-c++/detail/
Dtext.cpp54 impl::match(const std::string& str, const std::string& regex) in match()
/NextBSD/contrib/llvm/lib/Support/
HDRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex()
/NextBSD/contrib/flex/
HDregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
HDSymbolFileSymtab.cpp342 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/
HDSourceManager.cpp322 RegularExpression& regex, in FindLinesMatchingRegex()
539 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_… in FindLinesMatchingRegex()
HDMangled.cpp346 Mangled::NameMatches (const RegularExpression& regex, lldb::LanguageType language) const in NameMatches() argument
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolVendor.cpp309 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()
HDVariableList.cpp145 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size… in AppendVariablesIfUnique()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDUniqueCStringMap.h241 GetValues (const RegularExpression& regex, std::vector<T> &values) const in GetValues()

12