Searched refs:regex (Results 101 - 125 of 189) sorted by relevance

12345678

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp114 Variable::NameMatches (const RegularExpression& regex) const
116 if (regex.Execute (m_name.AsCString()))
119 return m_mangled.NameMatches (regex, GetLanguage());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp707 Module::FindGlobalVariables (const RegularExpression& regex, argument
714 return symbols->FindGlobalVariables(regex, append, max_matches, variables);
831 Module::FindFunctions (const RegularExpression& regex, argument
845 symbols->FindFunctions(regex, include_inlines, append, sc_list);
854 symtab->AppendSymbolIndexesMatchingRegExAndType (regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny, symbol_indexes);
1440 Module::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, SymbolType symbol_type, SymbolContextList &sc_list) argument
1446 "Module::FindSymbolsMatchingRegExAndType (regex = %s, type = %i)",
1447 regex.GetText(),
1457 symtab->FindAllSymbolsMatchingRexExAndType (regex, symbol_type, Symtab::eDebugAny, Symtab::eVisibilityAny, symbol_indexes);
H A DModuleList.cpp544 ModuleList::FindGlobalVariables (const RegularExpression& regex, argument
554 (*pos)->FindGlobalVariables (regex, append, max_matches, variable_list);
578 ModuleList::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, argument
590 (*pos)->FindSymbolsMatchingRegExAndType (regex, symbol_type, sc_list);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c31 #include <regex.h>
H A Dsplit.c29 #include <regex.h>
H A Dt_regex_att.c45 #include <regex.h>
/freebsd-11.0-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c580 documentation of commands that match our regex in either their
585 struct re_pattern_buffer *regex, char *prefix)
595 returnvalue=re_search(regex,c->name,strlen(c->name),0,strlen(c->name),NULL);
611 if (re_search(regex,c->doc,strlen(c->doc),0,strlen(c->doc),NULL) >=0)
628 apropos_cmd (stream,*c->prefixlist,regex,c->prefixname);
581 apropos_cmd(struct ui_file *stream, struct cmd_list_element *commandlist, struct re_pattern_buffer *regex, char *prefix) argument
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsource.c1342 forward_search_command (char *regex, int from_tty)
1352 msg = (char *) re_comp (regex);
1437 reverse_search_command (char *regex, int from_tty)
1447 msg = (char *) re_comp (regex);
1535 Always use the GNU regex routine for consistency across all hosts.
1536 Our current GNU regex.c does not have all the POSIX features, so this is
1586 "Search for regular expression (see regex(3)) from last line listed.\n\
1591 "Search backward for regular expression (see regex(3)) from last line listed.\n\
1333 forward_search_command(char *regex, int from_tty) argument
1428 reverse_search_command(char *regex, int from_tty) argument
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dsubst.c36 #include <regex.h>
/freebsd-11.0-release/bin/ed/
H A Ded.h34 #include <regex.h>
/freebsd-11.0-release/lib/libc/regex/grot/
H A Ddebug.c2 __FBSDID("$FreeBSD: releng/11.0/lib/libc/regex/grot/debug.c 291832 2015-12-05 01:12:58Z ngie $");
10 #include <regex.h>
/freebsd-11.0-release/lib/libc/regex/
H A Dregexec.c40 __FBSDID("$FreeBSD: releng/11.0/lib/libc/regex/regexec.c 170528 2007-06-11 03:05:54Z delphij $");
55 #include <regex.h>
/freebsd-11.0-release/usr.bin/ctags/
H A Dctags.c50 #include <regex.h>
/freebsd-11.0-release/usr.bin/nl/
H A Dnl.c45 #include <regex.h>
/freebsd-11.0-release/usr.bin/split/
H A Dsplit.c61 #include <regex.h>
/freebsd-11.0-release/usr.bin/xargs/
H A Dxargs.c60 #include <regex.h>
/freebsd-11.0-release/usr.sbin/iovctl/
H A Diovctl.c38 #include <regex.h>
H A Dvalidate.c36 #include <regex.h>
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp944 SymbolFileDWARFDebugMap::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
956 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables (regex,
1118 SymbolFileDWARFDebugMap::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
1121 "SymbolFileDWARFDebugMap::FindFunctions (regex = '%s')",
1122 regex.GetText());
1133 if (oso_dwarf->FindFunctions(regex, include_inlines, true, sc_list))
1308 //SymbolFileDWARFDebugMap::FindTypes (const SymbolContext& sc, const RegularExpression& regex, bool append, uint32_t max_matches, Type::Encoding encoding, lldb::user_id_t udt_uid, TypeList& types)
1312 // return oso_dwarf->FindTypes (sc, regex, append, max_matches, encoding, udt_uid, types);
H A DSymbolFileDWARF.cpp2335 SymbolFileDWARF::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
2342 "SymbolFileDWARF::FindGlobalVariables (regex=\"%s\", append=%u, max_matches=%u, variables)",
2343 regex.GetText(), append,
2366 if (m_apple_names_ap->AppendAllDIEsThatMatchingRegex (regex, hash_data_array))
2376 m_global_index.Find (regex, die_offsets);
2405 GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been modified (.apple_names accelerator table had bad die 0x%8.8x for regex '%s')\n",
2406 die_ref.die_offset, regex.GetText());
2505 SymbolFileDWARF::FindFunctions (const RegularExpression &regex, argument
2511 if (name_to_die.Find (regex, die_offsets))
2519 SymbolFileDWARF::FindFunctions (const RegularExpression &regex, argument
2890 FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugger.cpp58 uint32_t options, bool regex = false)
64 return summary.IsValid() ? category.AddTypeSummary(lldb::SBTypeNameSpecifier(typeName, regex), summary) : false;
/freebsd-11.0-release/contrib/flex/
H A Dflexdef.h94 #include <regex.h>
1197 * From "regex.c"
1202 void flex_regcomp(regex_t *preg, const char *regex, int cflags);
/freebsd-11.0-release/contrib/less/
H A Dpattern.c382 *ep = regex(spattern, line);
/freebsd-11.0-release/usr.bin/csplit/
H A Dcsplit.c55 #include <regex.h>
/freebsd-11.0-release/usr.bin/killall/
H A Dkillall.c46 #include <regex.h>

Completed in 509 milliseconds

12345678