Searched refs:_pwcache_getpwuid (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c130 static struct passwd * (*_pwcache_getpwuid)(uid_t) = getpwuid; variable in typeref:struct:_pwcache_getpwuid
298 if ((pw = (*_pwcache_getpwuid)(uid)) == NULL) {
553 _pwcache_getpwuid = a_getpwuid;

Completed in 31 milliseconds