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 | 90 int i, kq, n, ndone, nev, nleft, notes, opt, pid_max, ret, status; in main() local 171 ndone = nev = nleft = 0; in main() 208 ndone++; in main() 223 if ((ndone == 0 || !oflag) && nleft > 0 && tflag) { in main() 241 while ((ndone == 0 || !oflag) && ret == EX_OK && nleft > 0) { in main() 289 ndone++; in main()
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm_hw_ppc.inc | 48 size_t 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 | 936 size_t i, nactive = 0, ndone = 0; in brace_expand() local 975 if (append(xstrdup(cp2), &done, &ndone) != 0) { in brace_expand() 983 *npatternsp = ndone; in brace_expand() 985 ndone = 0; in brace_expand() 991 for (i = 0; i < ndone; i++) in brace_expand()
|
| H A D | clientloop.c | 2367 size_t i, ndone; in client_global_hostkeys_prove_confirm() local 2393 for (ndone = i = 0; i < ctx->nkeys; i++) { in client_global_hostkeys_prove_confirm() 2428 ndone++; in client_global_hostkeys_prove_confirm() 2443 ndone++; in client_global_hostkeys_prove_confirm() 2446 if (ndone != ctx->nnew) in client_global_hostkeys_prove_confirm() 2447 fatal_f("ndone != ctx->nnew (%zu / %zu)", ndone, ctx->nnew); in client_global_hostkeys_prove_confirm()
|