Searched refs:nnew (Results 1 – 2 of 2) sorted by relevance
181 picopal_objsize_t len, nnew, n = siz; in picopal_vslprintf() local220 nnew = (n > len) ? n-len : 0; /* nnew is the new value of n */ in picopal_vslprintf()221 d += (n - nnew); in picopal_vslprintf()222 n = nnew; in picopal_vslprintf()
2120 size_t nnew; member2264 if (ctx->nnew == 0) in client_global_hostkeys_private_confirm()2310 if (ndone != ctx->nnew) in client_global_hostkeys_private_confirm()2312 ndone, ctx->nnew); /* Shouldn't happen */ in client_global_hostkeys_private_confirm()2422 ctx->nnew = 0; in client_input_hostkeys()2425 ctx->nnew++; in client_input_hostkeys()2429 __func__, ctx->nkeys, ctx->nnew, ctx->nkeys - ctx->nnew, ctx->nold); in client_input_hostkeys()2431 if (ctx->nnew == 0 && ctx->nold != 0) { in client_input_hostkeys()2434 } else if (ctx->nnew != 0) { in client_input_hostkeys()2440 __func__, ctx->nnew); in client_input_hostkeys()