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

/illumos-gate/usr/src/cmd/file/
H A Dfile.c100 static intmax_t maxmagicoffset; variable
374 maxmagicoffset = f_getmaxoffset(0);
375 if (maxmagicoffset < tmpmax) {
376 maxmagicoffset = tmpmax;
378 if (maxmagicoffset < (intmax_t)FBSZ)
379 maxmagicoffset = (intmax_t)FBSZ;
380 if ((magicbuf = malloc(maxmagicoffset)) == NULL) {
550 if ((mread = pread(ifd, (void*)magicbuf, (size_t)maxmagicoffset,

Completed in 48 milliseconds