Home
last modified time | relevance | path

Searched refs:maxfils (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c228 static int maxfils = 0; /* number of flist/lbuf entries allocated */ variable
1013 maxfils = quantn; in main()
1014 if (((flist = malloc(maxfils * sizeof (struct lbuf *))) == NULL) || in main()
1808 if (nfiles >= maxfils) { in gstat()
1813 maxfils += quantn; in gstat()
1815 maxfils * sizeof (struct lbuf *))) == NULL) || in gstat()