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

/illumos-gate/usr/src/cmd/file/
H A Dfile.c152 static char **mlist2; /* 2nd ordered list of magic files */ variable
154 static size_t mlist2_sz; /* number of ptrs allocated for mlist2 */
156 static char **mlist2p; /* next entry in mlist2 */
358 * mlist2: default magic tests and after
365 for (filep = mlist2; filep && (filep < mlist2p); filep++) {
1737 * The first flag is set to 0 to add to the second list, mlist2.
1753 mlist = mlist2;
1798 mlist2 = mlist;

Completed in 62 milliseconds