Searched refs:nnew (Results 1 – 4 of 4) sorted by relevance
/external/svox/pico/lib/ |
D | picopal.c | 181 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/ |
D | clientloop.c | 2106 size_t nnew; member 2250 if (ctx->nnew == 0) in client_global_hostkeys_private_confirm() 2296 if (ndone != ctx->nnew) in client_global_hostkeys_private_confirm() 2298 ndone, ctx->nnew); /* Shouldn't happen */ in client_global_hostkeys_private_confirm() 2408 ctx->nnew = 0; in client_input_hostkeys() 2411 ctx->nnew++; in client_input_hostkeys() 2415 __func__, ctx->nkeys, ctx->nnew, ctx->nkeys - ctx->nnew, ctx->nold); in client_input_hostkeys() 2417 if (ctx->nnew == 0 && ctx->nold != 0) { in client_input_hostkeys() 2420 } else if (ctx->nnew != 0) { in client_input_hostkeys() 2426 __func__, ctx->nnew); in client_input_hostkeys()
|
/external/libvncserver/x11vnc/ |
D | appshare.c | 1360 int i, nnew = 0, seen[CMAX]; in process_control() local 1484 newctl[nnew++] = strdup(q); in process_control() 1501 for (i=0; i < nnew; i++) { in process_control()
|
/external/robolectric/lib/main/ |
D | sqlite-jdbc-3.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |