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

/opensolaris-onvv-gate/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]);
293 qsort(xcache, xcachesize, MAXBASENAME + 1, xcompare);
294 DEBUG(4, "xsort: first is %s\n", xcache[0]);
307 strlcpy(file, xcache[--xcachesize], (MAXBASENAME + 1));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D32_defer_misc.t129 my ($xcache, $xdefer) = @_;
136 $good &&= hash_equal($o->{cache}, $xcache, "true cache", "expected cache");
H A D30_defer.t242 my ($xcache, $xdefer) = @_;
256 $good &&= hash_equal(\%cache, $xcache, "true cache", "expected cache");

Completed in 100 milliseconds