Home
last modified time | relevance | path

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

/freebsd/contrib/libc-pwcache/
H A Dpwcache.c129 static struct passwd * (*_pwcache_getpwuid)(uid_t) = getpwuid; variable
297 if ((pw = (*_pwcache_getpwuid)(uid)) == NULL) { in user_from_uid()
552 _pwcache_getpwuid = a_getpwuid; in pwcache_userdb()