Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c250 static int xcachesize = 0; /* how many left? */ variable
260 if (xcachesize < XCACHESIZE) {
262 (void) strlcpy(xcache[xcachesize++], file, (MAXBASENAME + 1));
291 qsort(xcache, xcachesize, MAXBASENAME + 1, xcompare); in xsort()
304 if (xcachesize > 0) {
305 strlcpy(file, xcache[--xcachesize], (MAXBASENAME + 1));
310 xcachesize = 0;
329 if (xcachesize == 0) {
346 if (xcachesize >= XCACHESIZE)