Home
last modified time | relevance | path

Searched refs:nold (Results 1 – 3 of 3) sorted by path

/freebsd/contrib/mandoc/
H A Dtag.c89 struct roff_node *nold; in tag_put() local
163 nold = entry->nodes[--entry->nnodes]; in tag_put()
164 nold->flags &= ~NODE_ID; in tag_put()
165 free(nold->tag); in tag_put()
166 nold->tag = NULL; in tag_put()
/freebsd/crypto/openssh/
H A Dclientloop.c2051 size_t nold; member
2072 for (i = 0; i < ctx->nold; i++) in hostkeys_update_ctx_free()
2175 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()
2177 fatal_f("recallocarray failed nold = %zu", ctx->nold); in hostkeys_find()
2179 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
2198 for (i = 0; i < ctx->nold; i++) { in hostkeys_check_old()
2221 debug2_f("checking for %zu deprecated keys", ctx->nold); in check_old_keys_othernames()
2273 for (i = 0; i < ctx->nold; i++) { in update_known_hosts()
2584 ctx->nincomplete, ctx->nold); in client_input_hostkeys()
2586 if (ctx->nnew == 0 && ctx->nold == 0) { in client_input_hostkeys()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c307 Node *nold = t->node; /* save old hash ... */ in luaH_resize() local
324 Node *old = nold+i; in luaH_resize()
331 if (!isdummy(nold)) in luaH_resize()
332 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */ in luaH_resize()