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

/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c123 static int (*_pwcache_setgroupent)(int) = setgroupent; variable
359 if (_pwcache_setgroupent != NULL)
360 (*_pwcache_setgroupent)(1);
492 if (_pwcache_setgroupent != NULL)
493 (*_pwcache_setgroupent)(1);
576 _pwcache_setgroupent = a_setgroupent;

Completed in 44 milliseconds