Home
last modified time | relevance | path

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

/freebsd/contrib/libc-pwcache/
H A Dpwcache.c126 static int (*_pwcache_setpassent)(int) = setpassent; variable
289 if (_pwcache_setpassent != NULL) in user_from_uid()
290 (*_pwcache_setpassent)(1); in user_from_uid()
427 if (_pwcache_setpassent != NULL) in uid_from_user()
428 (*_pwcache_setpassent)(1); in uid_from_user()
549 _pwcache_setpassent = a_setpassent; in pwcache_userdb()