OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
/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
414
pptr = usrtb +
st_hash
(name, namelen, UNM_SZ);
478
pptr = grptb +
st_hash
(name, namelen, GID_SZ);
Completed in 18 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026