HomeSort by: relevance | last modified time | path
    Searched refs:bytesize (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/ftp/
ftp_var.h 251 GLOBAL int bytesize; /* local byte size in binary */ variable in typeref:typename:GLOBAL int
util.c 160 bytesize = 8;
  /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...]
  /src/libexec/ftpd/
ftpd.c 2608 /* XXX: `bytesize' needs to be defined in this case */
2609 cprintf(stdout, " %d", bytesize);

Completed in 61 milliseconds