Home
last modified time | relevance | path

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

/original-bsd/bin/pax/
H A Dtables.c396 indx = st_hash(arcn->name, namelen, F_TAB_SZ);
549 indx = st_hash(oname, onamelen, N_TAB_SZ);
617 indx = st_hash(oname, *onamelen, N_TAB_SZ);
1335 st_hash(char *name, int len, int tabsz) in st_hash() function
1338 st_hash(name, len, tabsz) in st_hash()
H A Dcache.c348 ptr = usrtb[st_hash(name, namelen, UNM_SZ)];
418 ptr = grptb[st_hash(name, namelen, GID_SZ)];
H A Dextern.h234 u_int st_hash __P((char *, int, int));