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

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h66 RegularExpression regex; member in struct:lldb_private::CommandObjectRegexCommand::Entry
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp44 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const argument
H A DDWARFDebugPubnamesSet.cpp156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const argument
H A DDWARFDebugPubnames.cpp283 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const argument
H A DDWARFDebugInfo.cpp740 RegularExpression* regex; member in struct:FindCallbackStringInfoTag
H A DHashedNameToDIE.h710 AppendHashDataForRegularExpression (const lldb_private::RegularExpression& regex, argument
779 AppendAllDIEsThatMatchingRegex (const lldb_private::RegularExpression& regex, argument
/freebsd-10.1-release/sys/xen/interface/foreign/
H A Dmkheader.py96 regex = "#define\s+%s\\b" % define; variable
104 regex = "\\b%s\\b" % define; variable
115 regex = "union\s+%s\s*\{(.*?)\n\};" % union; variable
125 regex = "struct\s+%s\s*\{(.*?)\n\};" % struct; variable
/freebsd-10.1-release/usr.bin/grep/regex/
H A Dtre-compile.c15 tre_convert_pattern(const char *regex, size_t n, tre_char_t **w, argument
H A Dfastmatch.c40 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
61 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
85 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) argument
91 tre_fastcomp(fastmatch_t *preg, const char *regex, in argument
97 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
103 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
111 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
117 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
[all...]
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtext.cpp58 impl::match(const std::string& str, const std::string& regex) argument
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dutils.cpp78 atf::utils::grep_file(const std::string& regex, const std::string& path) argument
84 atf::utils::grep_string(const std::string& regex, const std::string& str) argument
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { argument
/freebsd-10.1-release/contrib/flex/
H A Dregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariableList.cpp145 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size_t& total_matches) argument
H A DSymbolVendor.cpp294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables) argument
320 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
H A DSymtab.cpp823 Symtab::FindAllSymbolsMatchingRexExAndType (const RegularExpression &regex, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes) argument
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dutils.c56 grep_string(const char *regex, const char *str) argument
264 atf_utils_grep_file(const char *regex, const char *file, ...) argument
298 atf_utils_grep_string(const char *regex, const char *str, ...) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h241 GetValues (const RegularExpression& regex, std::vector<T> &values) const argument
/freebsd-10.1-release/usr.sbin/setfmac/
H A Dsetfmac.c52 regex_t regex; /* compiled regular expression to match */ member in struct:label_spec::label_spec_entry
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h382 lldb::RegularExpressionSP regex = pos->first; local
420 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); local
438 lldb::RegularExpressionSP regex = pos->first; local
456 lldb::RegularExpressionSP regex = pos->first; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsource.c1333 forward_search_command(char *regex, int from_tty) argument
1428 reverse_search_command(char *regex, int from_tty) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp540 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
322 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
H A DModuleList.cpp499 ModuleList::FindGlobalVariables (const RegularExpression& regex, argument
533 ModuleList::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, argument
/freebsd-10.1-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c581 apropos_cmd(struct ui_file *stream, struct cmd_list_element *commandlist, struct re_pattern_buffer *regex, char *prefix) argument

Completed in 253 milliseconds

12