Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dpwcache.c92 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument
103 return key % tabsz; in st_hash()
/openbsd/bin/pax/
H A Dtables.c1728 st_hash(const char *name, int len, int tabsz) in st_hash() argument
1785 return(key % tabsz); in st_hash()