Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dpwcache.c121 static int (*_pwcache_setpassent)(int) = setpassent; variable
284 if (_pwcache_setpassent != NULL) in user_from_uid()
285 (*_pwcache_setpassent)(1); in user_from_uid()
422 if (_pwcache_setpassent != NULL) in uid_from_user()
423 (*_pwcache_setpassent)(1); in uid_from_user()
544 _pwcache_setpassent = a_setpassent; in pwcache_userdb()