Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Duuxqt.c251 static char xcache[XCACHESIZE][MAXBASENAME + 1]; /* cache for X. files */ variable
264 (void) strlcpy(xcache[xcachesize++], file, (MAXBASENAME + 1));
292 DEBUG(4, "xsort: first was %s\n", xcache[0]); in xsort()
293 qsort(xcache, xcachesize, MAXBASENAME + 1, xcompare); in xsort()
294 DEBUG(4, "xsort: first is %s\n", xcache[0]); in xsort()
307 strlcpy(file, xcache[--xcachesize], (MAXBASENAME + 1));