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

/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c124 static void (*_pwcache_endgrent)(void) = endgrent; variable
571 if (_pwcache_endgrent != NULL)
572 (*_pwcache_endgrent)();
577 _pwcache_endgrent = a_endgrent;

Completed in 90 milliseconds