Home | Sort by: relevance | last modified time | path |
/src/lib/libc/gen/ | |
pwcache.c | 123 static struct group * (*_pwcache_getgrgid)(gid_t) = getgrgid; variable in typeref:struct:group * (*)(gid_t) 364 if ((gr = (*_pwcache_getgrgid)(gid)) == NULL) { 576 _pwcache_getgrgid = a_getgrgid; |
pwcache.c | 123 static struct group * (*_pwcache_getgrgid)(gid_t) = getgrgid; variable in typeref:struct:group * (*)(gid_t) 364 if ((gr = (*_pwcache_getgrgid)(gid)) == NULL) { 576 _pwcache_getgrgid = a_getgrgid; |