OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abytes
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/sysinst/
run.c
179
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
);
/src/lib/librpcsvc/
nfs_prot.x
1019
size3
abytes
;
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c
3296
unsigned char *
abytes
= NULL;
local
3300
&
abytes
)) {
3305
BN_bn2bin(s->srp_ctx.A,
abytes
);
/src/external/bsd/am-utils/dist/amd/
nfs_subr.c
1723
ok->
abytes
= bavail;
1729
ok->
abytes
= 0;
/src/external/bsd/am-utils/dist/include/
am_xdr_func.h
593
am_size3
abytes
;
member in struct:am_FSSTAT3resok
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_clnt.c
3258
unsigned char *
abytes
= NULL;
local
3262
&
abytes
)) {
3266
BN_bn2bin(s->srp_ctx.A,
abytes
);
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_clnt.c
3550
unsigned char *
abytes
= NULL;
local
3554
&
abytes
)) {
3558
BN_bn2bin(s->srp_ctx.A,
abytes
);
/src/external/bsd/am-utils/dist/libamu/
xdr_func.c
2154
if (!xdr_am_size3(xdrs, &objp->
abytes
))
Completed in 35 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026