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

/external/openssh/openbsd-compat/
H A Dpwcache.c43 #define NCACHE 64 /* power of 2 */ macro
44 #define MASK (NCACHE - 1) /* bits to store with */
53 } c_uid[NCACHE];
88 } c_gid[NCACHE];
/external/libvncserver/x11vnc/
H A Doptions.c287 #ifndef NCACHE
289 #define NCACHE 0 macro
292 #define NCACHE -1 macro
300 int ncache = NCACHE;

Completed in 1320 milliseconds