Searched refs:tbytes (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_conv.c | 54 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local 69 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec() 72 buf = OPENSSL_malloc(tbytes); in BN_bn2dec() 103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec() 109 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_print.c | 55 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local 70 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec() 73 buf = OPENSSL_malloc(tbytes); in BN_bn2dec() 104 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec() 110 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-match-parallel.c | 143 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 160 tbytes = sizeof(*tmp_tags) * num_tags; in tre_tnfa_run_parallel() 166 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 180 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
|
/netbsd-src/lib/librpcsvc/ |
H A D | nfs_prot.x | 1017 size3 tbytes; member
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_xdr_func.h | 591 am_size3 tbytes; member
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | nfs_subr.c | 1709 ok->tbytes = 1024; in am_nfs3_fsstat_3_svc()
|
/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | xdr_func.c | 2150 if (!xdr_am_size3(xdrs, &objp->tbytes)) in xdr_am_FSSTAT3resok()
|