Home
last modified time | relevance | path

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

/freebsd/contrib/libc-pwcache/
H A Dpwcache.c124 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam; variable
504 if ((gr = (*_pwcache_getgrnam)(name)) == NULL) in gid_from_group()
511 if ((gr = (*_pwcache_getgrnam)(name)) == NULL) { in gid_from_group()
577 _pwcache_getgrnam = a_getgrnam; in pwcache_groupdb()