Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/file/
H A Dfile.h39 extern int f_ckmtab(char *, int, int);
H A Dfile.c566 switch (f_ckmtab(magicbuf, mread, 1)) { in type()
673 switch (f_ckmtab(magicbuf, mread, 0)) { in def_position_tests()
H A Dmagicutils.c536 f_ckmtab(char *buf, int bufsize, int first) in f_ckmtab() function