Searched refs:abytes (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/usr.sbin/sysinst/
H A Drun.c179 size_t abytes; /* allocated size of buffer */ local
222 abytes = BUFSIZE;
224 abytes = fbytes+1;
227 *buffer = cp = malloc(abytes);
234 if (nbytes >= abytes-1) {
235 if (fbytes > 0 || abytes >= 512*BUFSIZE) {
241 abytes *= 2;
242 *buffer = cp = realloc(cp, abytes);
/netbsd-current/lib/librpcsvc/
H A Dnfs_prot.x1019 size3 abytes;
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c3296 unsigned char *abytes = NULL; local
3300 &abytes)) {
3305 BN_bn2bin(s->srp_ctx.A, abytes);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c1723 ok->abytes = bavail;
1729 ok->abytes = 0;
/netbsd-current/external/bsd/am-utils/dist/include/
H A Dam_xdr_func.h593 am_size3 abytes; member in struct:am_FSSTAT3resok
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c3258 unsigned char *abytes = NULL; local
3262 &abytes)) {
3266 BN_bn2bin(s->srp_ctx.A, abytes);
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dxdr_func.c2154 if (!xdr_am_size3(xdrs, &objp->abytes))

Completed in 222 milliseconds