Lines Matching refs:nbytes
51 int nbytes;122 nbytes = write(fo, cp, mapsize);128 if ((nbytes >= 0) && (nbytes != (int)mapsize)) {129 remains = mapsize - nbytes;131 nbytes = write(fo,133 if (nbytes < 0) {145 remains -= nbytes;147 nbytes = mapsize;157 if (nbytes < 0) {173 filesize -= nbytes;176 offset += nbytes;