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

/freebsd-10.0-release/contrib/libc-pwcache/
H A Dpwcache.c128 static void (*_pwcache_endpwent)(void) = endpwent; variable
545 if (_pwcache_endpwent != NULL)
546 (*_pwcache_endpwent)();
551 _pwcache_endpwent = a_endpwent;

Completed in 72 milliseconds