Home
last modified time | relevance | path

Searched refs:tabsz (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libc-pwcache/
H A Dpwcache.c155 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument
166 return (key % tabsz); in st_hash()
/freebsd/bin/pax/
H A Dtables.c1222 st_hash(char *name, int len, int tabsz) in st_hash() argument
1279 return(key % tabsz); in st_hash()