Home
last modified time | relevance | path

Searched refs:st_hash (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libc/gen/
H A Dpwcache.c145 static u_int st_hash(const char *, size_t, int);
153 st_hash(const char *name, size_t len, int tabsz) in st_hash() function
414 pptr = usrtb + st_hash(name, namelen, UNM_SZ); in uid_from_user()
478 pptr = grptb + st_hash(name, namelen, GID_SZ); in gid_from_group()
/netbsd-src/bin/pax/
H A Dtables.c395 indx = st_hash(arcn->name, namelen, F_TAB_SZ); in chk_ftime()
536 indx = st_hash(oname, onamelen, N_TAB_SZ); in add_name()
597 indx = st_hash(oname, *onamelen, N_TAB_SZ); in sub_name()
1321 st_hash(char *name, int len, int tabsz) in st_hash() function
H A Dextern.h295 u_int st_hash(char *, int, int);