Home
last modified time | relevance | path

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

/NextBSD/contrib/libc-pwcache/
HDpwcache.c156 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument
167 return (key % tabsz); in st_hash()
/NextBSD/bin/pax/
HDtables.c1228 st_hash(char *name, int len, int tabsz) in st_hash() argument
1285 return(key % tabsz); in st_hash()