Home | Sort by: relevance | last modified time | path |
/src/lib/libc/gen/ | |
pwcache.c | 127 static struct passwd * (*_pwcache_getpwuid)(uid_t) = getpwuid; variable in typeref:struct:passwd * (*)(uid_t) 295 if ((pw = (*_pwcache_getpwuid)(uid)) == NULL) { 550 _pwcache_getpwuid = a_getpwuid; |
pwcache.c | 127 static struct passwd * (*_pwcache_getpwuid)(uid_t) = getpwuid; variable in typeref:struct:passwd * (*)(uid_t) 295 if ((pw = (*_pwcache_getpwuid)(uid)) == NULL) { 550 _pwcache_getpwuid = a_getpwuid; |