Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dgetpwent.c33 static int __hashpw(), __initdb();
49 return(__hashpw(&key) ? &_pw_passwd : (struct passwd *)NULL); in getpwent()
68 rval = __hashpw(&key);
93 rval = __hashpw(&key);
145 __hashpw(key) in __hashpw() function