HomeSort by relevance Sort by last modified time
    Searched refs:NCACHE (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
pwcache.c 43 #define NCACHE 64 /* power of 2 */
44 #define MASK (NCACHE - 1) /* bits to store with */
50 static struct ncache { struct
53 } c_uid[NCACHE];
57 struct ncache *cp;
85 static struct ncache { struct
88 } c_gid[NCACHE];
92 struct ncache *cp;
  /external/libvncserver/x11vnc/
options.c 287 #ifndef NCACHE
289 #define NCACHE 0
292 #define NCACHE -1
297 int ncache = 0; variable
300 int ncache = NCACHE; variable

Completed in 889 milliseconds