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

/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c107 static Entry *mtab2; variable
110 static Entry *mend2; /* one past last-allocated entry in mtab2 */
113 static Entry *ep2; /* current entry in mtab2 */
198 * tables: mtab1, if first = 1; mtab2 otherwise.
207 * The second one (mtab2) should start with the default
213 * No mtab2 should be created if file will not be
239 mtab = mtab2;
517 mtab2 = mtab;
535 * table (mtab2).
553 mtab = mtab2;
[all...]

Completed in 66 milliseconds