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

/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c129 static struct passwd * (*_pwcache_getpwnam)(const char *) = getpwnam; variable in typeref:struct:_pwcache_getpwnam
441 if ((pw = (*_pwcache_getpwnam)(name)) == NULL)
447 if ((pw = (*_pwcache_getpwnam)(name)) == NULL) {
552 _pwcache_getpwnam = a_getpwnam;

Completed in 50 milliseconds