HomeSort by: relevance | last modified time | path
    Searched defs:_pwcache_getgrnam (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
pwcache.c 122 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam; variable in typeref:struct:group * (*)(const char *)
502 if ((gr = (*_pwcache_getgrnam)(name)) == NULL)
509 if ((gr = (*_pwcache_getgrnam)(name)) == NULL) {
575 _pwcache_getgrnam = a_getgrnam;
pwcache.c 122 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam; variable in typeref:struct:group * (*)(const char *)
502 if ((gr = (*_pwcache_getgrnam)(name)) == NULL)
509 if ((gr = (*_pwcache_getgrnam)(name)) == NULL) {
575 _pwcache_getgrnam = a_getgrnam;

Completed in 21 milliseconds