Searched refs:_pwcache_getgrnam (Results 1 – 1 of 1) sorted by relevance
125 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam; variable505 if ((gr = (*_pwcache_getgrnam)(name)) == NULL) in gid_from_group()512 if ((gr = (*_pwcache_getgrnam)(name)) == NULL) { in gid_from_group()578 _pwcache_getgrnam = a_getgrnam; in pwcache_groupdb()