Home
last modified time | relevance | path

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

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