Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dpwcache.c43 #define NCACHE 64 /* power of 2 */ macro
44 #define MASK (NCACHE - 1) /* bits to store with */
53 } c_uid[NCACHE]; in user_from_uid()
88 } c_gid[NCACHE]; in group_from_gid()
/external/libvncserver/x11vnc/
Doptions.c287 #ifndef NCACHE
289 #define NCACHE 0 macro
292 #define NCACHE -1 macro
300 int ncache = NCACHE;
DChangeLog437 * x11vnc: set to version 0.9.2, back to NCACHE -12 for testing.
441 * x11vnc: set things up (NCACHE = -1) to not have -ncache
/external/libvncserver/
DChangeLog3252 x11vnc/x11vnc_defs.c: x11vnc: set NCACHE -1 for release.
3330 things up (NCACHE = -1) to not have -ncache on by default.