Searched refs:tbytes (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_print.c55 int i = 0, num, ok = 0, n, tbytes; local
70 tbytes = num + 3; /* negative and terminator and one spare? */
73 buf = OPENSSL_malloc(tbytes);
104 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp);
110 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp);
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c510 apr_size_t tbytes; local
512 &tbytes);
513 bytes_sent += tbytes;
/freebsd-13-stable/include/rpcsvc/
H A Dnfs_prot.x1025 size3 tbytes;

Completed in 161 milliseconds