Home | Sort by: relevance | last modified time | path |
/src/usr.bin/ftp/ | |
ftp_var.h | 251 GLOBAL int bytesize; /* local byte size in binary */ variable in typeref:typename:GLOBAL int |
/src/sys/fs/nfs/common/ | |
nfs_commonsubs.c | 402 int rem, bytesize; local in function:nfsm_strtom 409 bytesize = NFSX_UNSIGNED + siz + rem; 447 return (bytesize); 488 int fullsiz, rem, bytesize = 0; local in function:nfsm_fhtom 500 bytesize = NFSX_V2FH; 507 bytesize = 2 * NFSX_UNSIGNED + fullsiz; 511 bytesize = NFSX_UNSIGNED + fullsiz; 516 return (bytesize); 2551 int cnt, i, bytesize; local in function:nfsrv_putattrbit 2556 bytesize = (cnt + 1) * NFSX_UNSIGNED [all...] |