Searched refs:num_matches (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dinterps.c423 int num_matches; local
433 num_matches = 0;
439 matches[num_matches] =
442 strcpy (matches[num_matches], interp->name);
446 strcpy (matches[num_matches], interp->name + (word - text));
451 strncpy (matches[num_matches], word, text - word);
452 matches[num_matches][text - word] = '\0';
453 strcat (matches[num_matches], interp->name);
455 ++num_matches;
459 if (num_matches
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp457 size_t num_matches = 0; local
474 num_matches += matching_modules.FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_list);
480 num_matches = target->GetImages().FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_list);
482 return num_matches;
487 size_t num_matches = 0; local
500 num_matches += matching_modules.FindFunctionSymbols (name, eFunctionNameTypeAuto, sc_list);
506 num_matches = target->GetImages().FindFunctionSymbols (name, eFunctionNameTypeAuto, sc_list);
508 return num_matches;
531 size_t num_matches = FindMatchingFunctions (target, name, sc_list); local
532 if (!num_matches)
673 uint32_t num_matches = sc_list.GetSize(); local
770 size_t num_matches = 0; local
[all...]
H A DCommandObjectTarget.cpp1429 uint32_t num_matches = 0; local
1433 num_matches = module->ResolveSymbolContextsForFileSpec (file_spec,
1439 for (uint32_t i=0; i<num_matches; ++i)
1459 return num_matches;
1658 uint32_t num_matches = 0; local
1662 num_matches = symtab->AppendSymbolIndexesMatchingRegExAndType (name_regexp,
1668 num_matches = symtab->AppendSymbolIndexesWithName (symbol_name, match_indexes);
1672 if (num_matches > 0)
1675 strm.Printf("%u symbols match %s'%s' in ", num_matches,
1681 for (i=0; i < num_matches;
1707 const uint32_t num_matches = sc_list.GetSize(); local
1741 size_t num_matches = 0; local
1787 size_t num_matches = 0; local
1841 size_t num_matches = 1; local
1891 const uint32_t num_matches = module->ResolveSymbolContextsForFileSpec(file_spec, line, check_inlines, local
1948 const size_t num_matches = target->GetImages().FindModules (module_spec, module_list); local
2232 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true); local
2357 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true); local
2465 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true); local
2877 const size_t num_matches = target->GetImages().FindModules (module_spec, matching_modules); local
3235 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, use_global_module_list); local
3675 size_t num_matches = sc_list.GetSize(); local
4167 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, false); local
4372 size_t num_matches = 0; local
[all...]
H A DCommandCompletions.cpp451 const size_t num_matches = g_property_names.AutoComplete (partial_setting_name, matches, exact_matches_idx); local
453 return num_matches;
466 const uint32_t num_matches = PluginManager::AutoCompletePlatformName(partial_name, matches); local
467 word_complete = num_matches == 1;
468 return num_matches;
480 const uint32_t num_matches = ArchSpec::AutoComplete (partial_name, matches); local
481 word_complete = num_matches == 1;
482 return num_matches;
H A DCommandObjectHelp.cpp126 size_t num_matches = matches.GetSize(); local
127 for (size_t match_idx = 0; match_idx < num_matches; match_idx++)
H A DCommandObjectFrame.cpp432 size_t num_matches = 0; local
435 num_matches);
463 else if (num_matches == 0)
H A DCommandObjectMultiword.cpp67 int num_matches = CommandObject::AddNamesMatchingPartialString (m_subcommand_dict, sub_cmd, *matches); local
69 if (num_matches == 1)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp63 uint32_t num_matches = line_matches.size(); local
64 for (uint32_t i = 0; i < num_matches; i++)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp124 uint32_t num_matches = 0; local
129 num_matches = sc.module_sp->FindTypes (sc,
139 if (num_matches == 0)
141 num_matches = target->GetImages().FindTypes (sc,
149 if (num_matches == 0)
155 if (num_matches == 1)
167 else if (num_matches > 1)
172 for (i = 0; i < num_matches; i++)
187 for (i = 0; i < num_matches; i++)
206 if (i == num_matches)
[all...]
/freebsd-10.3-release/usr.bin/systat/
H A Ddevs.c92 int num_matches = 0; variable
160 (last_type ==DS_MATCHTYPE_PATTERN) ? num_matches : 0,
216 if (num_matches > 0) {
219 num_matches = 0;
223 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) {
234 s1->dinfo->devices, num_devices, matches, num_matches,
/freebsd-10.3-release/sys/dev/pci/
H A Dpci_user.c67 static int pci_conf_match(struct pci_match_conf *matches, int num_matches,
102 * structures. The first argument, 'matches', is an array of num_matches
108 pci_conf_match(struct pci_match_conf *matches, int num_matches, argument
113 if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0))
116 for (i = 0; i < num_matches; i++) {
262 uint32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io32
278 int num_matches, struct pci_conf *match_buf);
281 pci_conf_match_old(struct pci_match_conf_old *matches, int num_matches, argument
286 if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0))
289 for (i = 0; i < num_matches;
345 pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, struct pci_conf *match_buf) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRegularExpression.h80 const size_t num_matches = m_matches.size(); local
82 for (size_t i=0; i<num_matches; ++i)
/freebsd-10.3-release/lib/libdevstat/
H A Ddevstat.h163 int num_matches, char **dev_selections,
167 int *num_matches);
H A Ddevstat.c508 * - number of device type matching expressions (num_matches)
548 int numdevs, struct devstat_match *matches, int num_matches,
725 for (i = 0; (i < num_matches) && (*num_selected < maxshowdevs); i++) {
1024 int *num_matches)
1056 if (*num_matches == 0)
1060 sizeof(struct devstat_match) * (*num_matches + 1));
1069 bzero(&matches[0][*num_matches], sizeof(struct devstat_match));
1116 if (((*matches)[*num_matches].match_fields &
1130 (*matches)[*num_matches].match_fields |=
1132 (*matches)[*num_matches]
545 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, int *num_selections, long *select_generation, long current_generation, struct devstat *devices, int numdevs, struct devstat_match *matches, int num_matches, char **dev_selections, int num_dev_selections, devstat_select_mode select_mode, int maxshowdevs, int perf_select) argument
1023 devstat_buildmatch(char *match_str, struct devstat_match **matches, int *num_matches) argument
[all...]
/freebsd-10.3-release/usr.bin/iscsictl/
H A Dperiphs.c96 ccb.cdm.num_matches = 0;
126 for (i = 0; i < ccb.cdm.num_matches; i++) {
/freebsd-10.3-release/usr.sbin/mptutil/
H A Dmpt_cam.c77 ccb.cdm.num_matches = 0;
111 if (ccb.cdm.num_matches != 1 ||
151 ccb.cdm.num_matches = 0;
189 if (ccb.cdm.num_matches == 0) {
193 if (ccb.cdm.num_matches != 1) {
195 ccb.cdm.num_matches);
419 ccb.cdm.num_matches = 0;
464 if (ccb.cdm.num_matches == 0) {
472 for (i = 0; i < ccb.cdm.num_matches; i++) {
488 disks = calloc(ccb.cdm.num_matches, sizeo
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp291 size_t num_matches = executable_ptr->FindFunctions (main_name, local
298 for (size_t idx = 0; idx < num_matches; idx++)
354 size_t num_matches = target->GetImages().ResolveSymbolContextForFilePath (file_spec.GetFilename().AsCString(), local
360 if (num_matches != 0)
362 if (num_matches > 1)
367 for (unsigned i = 0; i < num_matches; i++)
H A DModule.cpp776 const size_t num_matches = symbol_indexes.size(); local
777 if (num_matches)
785 for (size_t i=0; i<num_matches; ++i)
809 for (size_t i=start_size; i<num_matches; ++i)
887 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list); local
888 if (num_matches)
901 size_t num_matches = 0; local
923 num_matches = types.GetSize();
933 num_matches = FindTypes_Impl(sc, ConstString(type_name_cstr), NULL, append, max_matches, types);
935 num_matches
[all...]
/freebsd-10.3-release/sys/sys/
H A Dpciio.h97 u_int32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io
/freebsd-10.3-release/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h110 u_int32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io32
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp401 const size_t num_matches = symtab->FindAllSymbolsWithNameAndType(ConstString(name), symbol_type, matching_symbol_indexes); local
402 if (num_matches)
407 for (size_t i=0; i<num_matches; ++i)
556 const uint32_t num_matches = module_sp->FindTypes (sc, local
562 if (num_matches > 0)
564 for (size_t idx = 0; idx < num_matches; idx++)
/freebsd-10.3-release/usr.sbin/iostat/
H A Diostat.c181 int num_matches = 0; local
238 &num_matches) != 0)
364 if ((num_devices_specified == 0) && (num_matches == 0))
377 num_matches, specified_devices,
535 num_matches,
572 num_matches,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp319 size_t num_matches = 0; local
322 num_matches = 1;
324 RegularExpression::Match regex_match(num_matches);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2504 const size_t num_matches = method_die_offsets.size(); local
2505 for (size_t i=0; i<num_matches; ++i)
3240 const uint32_t num_matches = variables.GetSize() - original_size; local
3241 if (log && num_matches > 0)
3249 num_matches);
3251 return num_matches;
3306 const size_t num_matches = die_offsets.size(); local
3307 if (num_matches)
3310 for (size_t i=0; i<num_matches; ++i)
3447 const size_t num_matches local
3630 uint32_t num_matches = 0; local
3889 const uint32_t num_matches = sc_list.GetSize() - original_size; local
4047 const uint32_t num_matches = types.GetSize() - initial_types_size; local
4120 const size_t num_matches = die_offsets.size(); local
4176 uint32_t num_matches = 0; local
4864 const size_t num_matches = die_offsets.size(); local
5107 const size_t num_matches = die_offsets.size(); local
5279 const size_t num_matches = die_offsets.size(); local
7275 const size_t num_matches = die_offsets.size(); local
7915 const size_t num_matches = die_offsets.size(); local
[all...]
/freebsd-10.3-release/usr.bin/vmstat/
H A Dvmstat.c121 static int num_matches = 0; variable
230 if (devstat_buildmatch(optarg, &matches, &num_matches) != 0)
384 if ((num_devices_specified == 0) && (num_matches == 0)) {
385 if (devstat_buildmatch(da, &matches, &num_matches) != 0)
399 num_devices, matches, num_matches, specified_devices,
747 num_devices, matches, num_matches,

Completed in 372 milliseconds

12