| /openbsd-src/usr.bin/ssh/ |
| H A D | sshd-session.c | 579 u_int num_keys = 0; in notify_hostkeys() 586 if (num_keys > 2048) in notify_hostkeys() 589 sensitive_data.host_keys, num_keys, num_keys + 1, in notify_hostkeys() 592 sensitive_data.host_pubkeys, num_keys, num_keys + 1, in notify_hostkeys() 595 sensitive_data.host_certificates, num_keys, num_keys + 1, in notify_hostkeys() 604 sensitive_data.host_keys[num_keys] = k; in notify_hostkeys() 607 debug2_f("privkey %u: %s", num_keys, sshkey_ssh_nam in notify_hostkeys() 630 u_int num_keys = 0; parse_hostkeys() local [all...] |
| H A D | misc.c | 1236 u_int num_keys = 0, i; in vdollar_percent_expand() 1254 for (num_keys = 0; num_keys < EXPAND_MAX_KEYS; num_keys++) { in vdollar_percent_expand() 1255 keys[num_keys].key = va_arg(ap, char *); in vdollar_percent_expand() 1256 if (keys[num_keys].key == NULL) in vdollar_percent_expand() 1258 keys[num_keys].repl = va_arg(ap, char *); in vdollar_percent_expand() 1259 if (keys[num_keys].repl == NULL) { in vdollar_percent_expand() 1261 keys[num_keys].key); in vdollar_percent_expand() 1264 if (num_keys in vdollar_percent_expand() 1215 u_int num_keys = 0, i; vdollar_percent_expand() local [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/ |
| H A D | expmod.t | 9 my $num_keys = keys %backing; 13 cmp_ok $num_keys, '>', 0, 'HASH option is effective'; 21 cmp_ok $num_keys, '<', $num_keys_step2, 'HASH option is effective';
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
| H A D | tmpdir.t | 17 my $num_keys = keys %ENV; 19 is scalar keys %ENV, $num_keys, "tmpdir() shouldn't change the contents of %ENV"; 31 is(scalar keys %ENV, $num_keys, "Win32->tmpdir() shouldn't change the contents of %ENV");
|
| /openbsd-src/gnu/lib/libreadline/examples/ |
| H A D | rlfe.c | 299 int num_keys = 0; variable 369 num_keys = 0; in line_handler() 653 DPRINT1("[tty avail num_keys:%d]\n", num_keys); in main() 675 if (do_canon == 0 && num_keys == 0) in main() 683 if (num_keys == 0) in main() 706 num_keys++; in main()
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | mf-runtime.c | 110 unsigned num_keys; member 2472 if (sp->num_keys <= 2) in mfsplay_tree_rebalance() 2475 all_nodes = mfsplay_tree_xmalloc (sizeof (mfsplay_tree_node) * sp->num_keys); in mfsplay_tree_rebalance() 2483 sp->root = mfsplay_tree_rebalance_helper2 (all_nodes, 0, sp->num_keys - 1); in mfsplay_tree_rebalance() 2540 sp->num_keys = 0; in mfsplay_tree_new() 2575 sp->num_keys++; in mfsplay_tree_insert() 2612 sp->num_keys--; in mfsplay_tree_remove() 2722 stack1 = mfsplay_tree_xmalloc (sizeof (mfsplay_tree_node) * st->num_keys); in mfsplay_tree_foreach() 2723 stack2 = mfsplay_tree_xmalloc (sizeof (char) * st->num_keys); in mfsplay_tree_foreach()
|
| H A D | ChangeLog | 449 num_keys, max_depth, depth, rebalance_p.
|
| /openbsd-src/usr.sbin/unbound/daemon/ |
| H A D | remote.c | 1763 size_t num_keys; in do_flush_zone() 1788 inf->num_keys++; 1819 inf.num_keys = 0; in bogus_del_kcache() 1886 inf->num_keys++; 1914 inf.num_keys = 0; in do_flush_negative() 1931 (unsigned long)inf.num_msgs, (unsigned long)inf.num_keys); 1974 inf->num_keys++; in ssl_print_name_dp() 1992 inf.num_keys = 0; in print_root_fwds() 2007 (unsigned long)inf.num_msgs, (unsigned long)inf.num_keys); in print_root_fwds() 2058 inf->num_keys in parse_delegpt() 1628 size_t num_keys; global() member [all...] |
| /openbsd-src/sys/dev/ |
| H A D | softraid_crypto.c | 939 u_int num_keys, i; in sr_crypto_alloc_resources_internal() local 993 num_keys = ((sd->sd_meta->ssdi.ssd_size - 1) >> in sr_crypto_alloc_resources_internal() 995 if (num_keys > SR_CRYPTO_MAXKEYS) in sr_crypto_alloc_resources_internal() 997 for (i = 0; i < num_keys; i++) { in sr_crypto_alloc_resources_internal()
|
| /openbsd-src/usr.sbin/unbound/smallapp/ |
| H A D | unbound-anchor.c | 1214 int num_keys; 1521 data->num_keys++; 1642 data.num_keys); in xml_parse() 1661 if(data.num_keys == 0) { in xml_parse() 1208 int num_keys; global() member
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 716 uint32_t num_keys = keys.GetSize(); in CreateStructuredDictionary() local 717 for (uint32_t i = 0; i < num_keys; ++i) { in CreateStructuredDictionary()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 3789 uint32_t num_keys = as_dict->GetSize(); in GetSubclassDescription() local 3790 if (num_keys == 0) in GetSubclassDescription()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_iwmreg.h | 6480 uint8_t num_keys; member
|
| H A D | if_iwxreg.h | 8064 uint8_t num_keys; 7582 uint8_t num_keys; global() member
|