Lines Matching refs:f_length
94 int f_length; /* length in bytes */
520 File_List[i].f_path, File_List[i].f_length,
668 if (minlength > fptr->f_length - offset)
671 maxlength = fptr->f_length - offset;
692 laststart = fptr->f_length;
693 lastend = fptr->f_length;
724 if (lastend + length > fptr->f_length) {
725 maxoffset = fptr->f_length - length;
731 maxoffset = fptr->f_length - length;
989 rec->f_length = sbuf.st_size;
1050 rec->f_length = ctob(dinfo.length);
1054 rec->f_length = BBSIZE;
1057 rec->f_length = BSIZE;
1870 if (fptr->f_length < Mintrans) {
1876 fptr->f_length, Mintrans);
1886 if (fptr->f_length < Maxtrans) {
1892 fptr->f_length, Maxtrans);
1897 if (fptr->f_length > 0) {
1906 fptr->f_length;
1912 fptr->f_length / 2;