Home
last modified time | relevance | path

Searched refs:nold (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dclientloop.c2048 size_t nold; member
2069 for (i = 0; i < ctx->nold; i++) in hostkeys_update_ctx_free()
2172 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()
2174 fatal_f("recallocarray failed nold = %zu", ctx->nold); in hostkeys_find()
2176 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
2195 for (i = 0; i < ctx->nold; i++) { in hostkeys_check_old()
2218 debug2_f("checking for %zu deprecated keys", ctx->nold); in check_old_keys_othernames()
2270 for (i = 0; i < ctx->nold; i++) { in update_known_hosts()
2562 ctx->nincomplete, ctx->nold); in client_input_hostkeys()
2564 if (ctx->nnew == 0 && ctx->nold == 0) { in client_input_hostkeys()
[all …]
/netbsd-src/sbin/resize_ffs/
H A Dresize_ffs.c822 int nold; /* # frags in old csum info */ in csum_fixup() local
833 nold = howmany(oldsb->fs_cssize, newsb->fs_fsize); in csum_fixup()
834 nnew = ntot - nold; in csum_fixup()
858 for ((i = newsb->fs_csaddr + nold), (j = nnew); in csum_fixup()
884 if (i < nold) { in csum_fixup()