HomeSort by: relevance | last modified time | path
    Searched defs:st_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
tables.c 395 indx = st_hash(arcn->name, namelen, F_TAB_SZ);
536 indx = st_hash(oname, onamelen, N_TAB_SZ);
597 indx = st_hash(oname, *onamelen, N_TAB_SZ);
1307 * st_hash()
1321 st_hash(char *name, int len, int tabsz) function in typeref:typename:u_int
  /src/lib/libc/gen/
pwcache.c 145 static u_int st_hash(const char *, size_t, int);
153 st_hash(const char *name, size_t len, int tabsz) function in typeref:typename:u_int
414 pptr = usrtb + st_hash(name, namelen, UNM_SZ);
478 pptr = grptb + st_hash(name, namelen, GID_SZ);

Completed in 12 milliseconds