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

/illumos-gate/usr/src/cmd/file/
H A Dfile.c1744 size_t mlist_sz; /* number of pointers allocated for mlist */ local
1750 mlist_sz = mlist1_sz;
1754 mlist_sz = mlist2_sz;
1765 mlist_sz = MLIST_SZ;
1768 if ((mlistp - mlist) >= mlist_sz) {
1770 mlist_sz *= 2;
1772 mlist_sz * sizeof (char *))) == NULL) {
1795 mlist1_sz = mlist_sz;
1799 mlist2_sz = mlist_sz;

Completed in 59 milliseconds