Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dpwcache.c19 #define NCACHE 64 /* power of 2 */ macro
20 #define MASK NCACHE - 1 /* bits to store with */
30 } c_uid[NCACHE];
63 } c_gid[NCACHE];
/original-bsd/old/512restor/
H A D512restor.c5 #define NCACHE 3 macro
124 } cache[NCACHE];
766 for (i = 0; i < NCACHE; i++) {
793 for (i = 0; i < NCACHE; i++) {
794 if (++curcache >= NCACHE)