Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libc-pwcache/
Dpwcache.c128 static void (*_pwcache_endpwent)(void) = endpwent; variable
545 if (_pwcache_endpwent != NULL) in pwcache_userdb()
546 (*_pwcache_endpwent)(); in pwcache_userdb()
551 _pwcache_endpwent = a_endpwent; in pwcache_userdb()