Searched refs:xcache (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 251 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]); 293 qsort(xcache, xcachesize, MAXBASENAME + 1, xcompare); 294 DEBUG(4, "xsort: first is %s\n", xcache[0]); 307 strlcpy(file, xcache[--xcachesize], (MAXBASENAME + 1));
|
Completed in 61 milliseconds