Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ls/
H A Dls.c226 static int maxfils = 0; /* number of flist/lbuf entries allocated */ variable
1009 maxfils = quantn; in main()
1010 if (((flist = malloc(maxfils * sizeof (struct lbuf *))) == NULL) || in main()
1779 if (nfiles >= maxfils) { in gstat()
1784 maxfils += quantn; in gstat()
1786 maxfils * sizeof (struct lbuf *))) == NULL) || in gstat()