Home
last modified time | relevance | path

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

/NextBSD/contrib/libc-pwcache/
HDpwcache.c127 static int (*_pwcache_setpassent)(int) = setpassent; variable
290 if (_pwcache_setpassent != NULL) in user_from_uid()
291 (*_pwcache_setpassent)(1); in user_from_uid()
428 if (_pwcache_setpassent != NULL) in uid_from_user()
429 (*_pwcache_setpassent)(1); in uid_from_user()
550 _pwcache_setpassent = a_setpassent; in pwcache_userdb()