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

/freebsd-13-stable/contrib/libc-pwcache/
H A Dpwcache.c125 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam; variable in typeref:struct:_pwcache_getgrnam
505 if ((gr = (*_pwcache_getgrnam)(name)) == NULL)
512 if ((gr = (*_pwcache_getgrnam)(name)) == NULL) {
578 _pwcache_getgrnam = a_getgrnam;

Completed in 39 milliseconds