Home
last modified time | relevance | path

Searched refs:_pwcache_getpwnam (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libc/gen/
Dpwcache.c126 static struct passwd * (*_pwcache_getpwnam)(const char *) = getpwnam; variable
438 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()