Searched refs:bytesize (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c46 int bytesize; /* local byte size in binary */ variable
H A Dftp_var.h87 extern int bytesize; /* local byte size in binary */
H A Dcmds.c141 bytesize = 8;
/freebsd-current/usr.bin/mkimg/
H A Dimage.c351 uint64_t bytesize; local
366 bytesize = 0;
387 bytesize += rdsz;
392 *sizep = bytesize;
402 uint64_t bytesize; local
426 bytesize = 0;
451 bytesize += pos - hole;
471 bytesize += sz;
486 *sizep = bytesize;
H A Dmkimg.c440 uint64_t bytesize, byteoffset; local
465 expand_number(size, &bytesize) == -1)
497 error = image_copyin(block, fd, &bytesize);
506 error = image_copyin(block, fd, &bytesize);
514 part->size = (bytesize + secsz - 1) / secsz;
516 bytesize = part->size * secsz;
518 (long long)bytesize, (long long)part->size);
/freebsd-current/contrib/tnftp/src/
H A Dftp_var.h246 GLOBAL int bytesize; /* local byte size in binary */ variable
H A Dutil.c166 bytesize = 8;
/freebsd-current/sys/fs/nfs/
H A Dnfs_commonsubs.c846 int rem, bytesize; local
853 bytesize = NFSX_UNSIGNED + siz + rem;
920 return (bytesize);
961 int fullsiz, bytesize = 0; local
975 bytesize = NFSX_V2FH;
986 bytesize = 2 * NFSX_UNSIGNED + fullsiz;
990 bytesize = NFSX_UNSIGNED + fullsiz;
995 return (bytesize);
3172 int cnt, i, bytesize; local
3177 bytesize
3193 int cnt, i, bytesize; local
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1625 printf(" %d", bytesize); /* need definition! */
/freebsd-current/libexec/ftpd/
H A Dftpd.c2399 printf(" %d", bytesize); /* need definition! */

Completed in 159 milliseconds