Searched refs:xcache (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 249 static char xcache[XCACHESIZE][MAXBASENAME + 1]; /* cache for X. files */ variable 262 (void) strlcpy(xcache[xcachesize++], file, (MAXBASENAME + 1)); 290 DEBUG(4, "xsort: first was %s\n", xcache[0]); in xsort() 291 qsort(xcache, xcachesize, MAXBASENAME + 1, xcompare); in xsort() 292 DEBUG(4, "xsort: first is %s\n", xcache[0]); in xsort() 305 strlcpy(file, xcache[--xcachesize], (MAXBASENAME + 1));
|