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

/illumos-gate/usr/src/cmd/file/
H A Dfile.c101 static intmax_t tmpmax; variable
373 tmpmax = f_getmaxoffset(1);
375 if (maxmagicoffset < tmpmax) {
376 maxmagicoffset = tmpmax;

Completed in 58 milliseconds