Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dpwcache.c122 static void (*_pwcache_endpwent)(void) = endpwent; variable
539 if (_pwcache_endpwent != NULL) in pwcache_userdb()
540 (*_pwcache_endpwent)(); in pwcache_userdb()
545 _pwcache_endpwent = a_endpwent; in pwcache_userdb()