Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/file/
H A Dfile.h41 extern int f_ckmtab(char *, int, int);
H A Dfile.c565 switch (f_ckmtab(magicbuf, mread, 1)) { in type()
670 switch (f_ckmtab(magicbuf, mread, 0)) { in def_position_tests()
H A Dmagicutils.c538 f_ckmtab(char *buf, int bufsize, int first) in f_ckmtab() function