Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libc-pwcache/
Dpwcache.c125 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam; variable
505 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()