Searched refs:ndone (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | str_conv.c | 220 size_t ndone; in krb5_timestamp_to_sfstring() local 241 ndone = 0; in krb5_timestamp_to_sfstring() 243 if ((ndone = strftime(buffer, buflen, sftime_format_table[i], tmp))) in krb5_timestamp_to_sfstring() 246 if (ndone && pad) { in krb5_timestamp_to_sfstring() 247 for (i=ndone; i<buflen-1; i++) in krb5_timestamp_to_sfstring() 251 return((ndone) ? 0 : ENOMEM); in krb5_timestamp_to_sfstring()
|
| /freebsd/bin/pwait/ |
| H A D | pwait.c | 87 int i, kq, n, ndone, nleft, opt, pid_max, ret, status; in main() local 164 ndone = nleft = 0; in main() 198 ndone++; in main() 204 if ((ndone == 0 || !oflag) && nleft > 0 && tflag) { in main() 220 while ((ndone == 0 || !oflag) && ret == EX_OK && nleft > 0) { in main() 249 ndone++; in main()
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm_hw_ppc.inc | 48 int ndone = 0; 81 ndone += s; 84 return ndone;
|
| /freebsd/sys/crypto/openssl/ |
| H A D | ossl_aes_gcm.c | 91 int ndone = 0; in ppc_aes_gcm_crypt() local 134 ndone += s; in ppc_aes_gcm_crypt() 137 return ndone; in ppc_aes_gcm_crypt()
|
| /freebsd/crypto/openssh/ |
| H A D | scp.c | 957 size_t i, nactive = 0, ndone = 0; in brace_expand() local 996 if (append(xstrdup(cp2), &done, &ndone) != 0) { in brace_expand() 1004 *npatternsp = ndone; in brace_expand() 1006 ndone = 0; in brace_expand() 1012 for (i = 0; i < ndone; i++) in brace_expand()
|
| H A D | clientloop.c | 2334 size_t i, ndone; in client_global_hostkeys_prove_confirm() local 2360 for (ndone = i = 0; i < ctx->nkeys; i++) { in client_global_hostkeys_prove_confirm() 2395 ndone++; in client_global_hostkeys_prove_confirm() 2410 ndone++; in client_global_hostkeys_prove_confirm() 2413 if (ndone != ctx->nnew) in client_global_hostkeys_prove_confirm() 2414 fatal_f("ndone != ctx->nnew (%zu / %zu)", ndone, ctx->nnew); in client_global_hostkeys_prove_confirm()
|