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

/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Drbt_test.c794 insert_nodes(dns_rbt_t *mytree, char **names, size_t *names_count, argument
828 names[*names_count] = isc_mem_strdup(mctx,
830 assert_non_null(names[*names_count]);
831 *names_count += 1;
839 remove_nodes(dns_rbt_t *mytree, char **names, size_t *names_count, argument
851 node = isc_random_uniform(*names_count);
860 if (*names_count > 0) {
861 names[node] = names[*names_count - 1];
862 names[*names_count - 1] = NULL;
863 *names_count
869 check_tree(dns_rbt_t *mytree, char **names, size_t names_count) argument
909 size_t names_count; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat.c2389 mach_msg_type_number_t names_count;
2404 kret = mach_port_names (priv->task, &names, &names_count, &types,
2413 for (int i = 0; i < names_count; i++)
2439 names_count * sizeof (mach_port_t));
2387 mach_msg_type_number_t names_count; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat.c2398 mach_msg_type_number_t names_count;
2413 kret = mach_port_names (priv->task, &names, &names_count, &types,
2422 for (int i = 0; i < names_count; i++)
2448 names_count * sizeof (mach_port_t));
2396 mach_msg_type_number_t names_count; local

Completed in 260 milliseconds