Searched refs:_pwcache_getgrnam (Results 1 – 1 of 1) sorted by relevance
124 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam; variable504 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()