Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ls/
H A Dls.c234 static int quantn = 64; /* allocation growth quantum */ variable
1019 maxfils = quantn; in main()
1021 ((nxtlbf = malloc(quantn * sizeof (struct lbuf))) == NULL)) { in main()
1791 maxfils += quantn; in gstat()
1794 ((nxtlbf = malloc(quantn * in gstat()