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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c232 static int maxfils = 0; /* number of flist/lbuf entries allocated */ variable
1019 maxfils = quantn;
1020 if (((flist = malloc(maxfils * sizeof (struct lbuf *))) == NULL) ||
1786 if (nfiles >= maxfils) {
1791 maxfils += quantn;
1793 maxfils * sizeof (struct lbuf *))) == NULL) ||

Completed in 51 milliseconds