Searched defs:fbsz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Dfile.c139 static int i; /* global index into first 'fbsz' bytes of file */
140 static int fbsz; variable
533 if ((fbsz = read(ifd, fbuf, FBSZ)) == -1) {
540 if (fbsz == 0) {
732 if (i >= fbsz)
744 if (i >= fbsz)
761 if (i >= fbsz)
768 if (i >= fbsz)
778 if (i >= fbsz)
788 if (i >= fbsz)
[all...]

Completed in 66 milliseconds