Searched refs:names_found (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ldns/
H A Dhigher.c269 uint16_t names_found; local
274 names_found = 0;
288 names_found = ldns_rr_list_rr_count(*ret);
294 names_found = ldns_rr_list_rr_count(*ret);
301 return names_found;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp171 std::set<std::string> names_found; local
205 names_found.insert(current_arg);
370 if (target && names_found.size())
374 for (std::string name : names_found)
/freebsd-11.0-release/contrib/gdb/gdb/
H A Drs6000-nat.c1103 int names_found = 0;
1123 ++names_found;
1125 while (names_found < 2);
1097 int names_found = 0; local

Completed in 114 milliseconds