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

/illumos-gate/usr/src/cmd/file/
H A Dfile.c151 static char **mlist1; /* 1st ordered list of magic files */ variable
153 static size_t mlist1_sz; /* number of ptrs allocated for mlist1 */
155 static char **mlist1p; /* next entry in mlist1 */
318 for (filep = mlist1; filep < mlist1p; filep++) {
345 for (filep = mlist1; filep < mlist1p; filep++) {
357 * mlist1: magic tests executed before default magic tests
360 for (filep = mlist1; filep && (filep < mlist1p); filep++) {
1736 * The first flag is set to 1 to add to the first list, mlist1.
1749 mlist = mlist1;
1794 mlist1
[all...]

Completed in 61 milliseconds