Home
last modified time | relevance | path

Searched refs:magicbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Dfile.c103 static char *magicbuf; variable
381 if ((magicbuf = malloc(maxmagicoffset)) == NULL) { in main()
551 if ((mread = pread(ifd, (void*)magicbuf, (size_t)maxmagicoffset, in type()
566 switch (f_ckmtab(magicbuf, mread, 1)) { in type()
673 switch (f_ckmtab(magicbuf, mread, 0)) { in def_position_tests()
688 if (magicbuf[0] == '%' && magicbuf[1] == '!') { in def_position_tests()