Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicopal.c181 picopal_objsize_t len, nnew, n = siz; in picopal_vslprintf() local
220 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()
/external/openssh/
Dclientloop.c2120 size_t nnew; member
2264 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()