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

  /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;

Completed in 22 milliseconds