pwcache.c | 145 static u_int st_hash(const char *, size_t, int); 153 st_hash(const char *name, size_t len, int tabsz) function in typeref:typename:u_int 414 pptr = usrtb + st_hash(name, namelen, UNM_SZ); 478 pptr = grptb + st_hash(name, namelen, GID_SZ);
|