Searched refs:_pwcache_getpwuid (Results 1 – 1 of 1) sorted by relevance
129 static struct passwd * (*_pwcache_getpwuid)(uid_t) = getpwuid; variable297 if ((pw = (*_pwcache_getpwuid)(uid)) == NULL) { in user_from_uid()552 _pwcache_getpwuid = a_getpwuid; in pwcache_userdb()