Home
last modified time | relevance | path

Searched refs:NCACHE (Results 1 – 1 of 1) 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()