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

/illumos-gate/usr/src/lib/libgen/common/
H A Disencrypt.c36 #define FBSZ 64 macro
/illumos-gate/usr/src/cmd/file/
H A Dfile.c70 #define FBSZ 512 macro
95 static char fbuf[FBSZ];
378 if (maxmagicoffset < (intmax_t)FBSZ)
379 maxmagicoffset = (intmax_t)FBSZ;
533 if ((fbsz = read(ifd, fbuf, FBSZ)) == -1) {
846 if (fbsz < FBSZ)
849 Max = FBSZ - MB_LEN_MAX; /* prevent cut of wchar read */
886 fbsz = (fbsz < FBSZ ? fbsz : fbsz - MB_CUR_MAX + 1);
1630 * A dumphdr_t is bigger than FBSZ, so we have to manually read the

Completed in 60 milliseconds