Searched refs:_pwcache_getpwnam (Results 1 – 1 of 1) sorted by relevance
126 static struct passwd * (*_pwcache_getpwnam)(const char *) = getpwnam; variable438 if ((pw = (*_pwcache_getpwnam)(name)) == NULL) in uid_from_user()444 if ((pw = (*_pwcache_getpwnam)(name)) == NULL) { in uid_from_user()549 _pwcache_getpwnam = a_getpwnam; in pwcache_userdb()