HomeSort by: relevance | last modified time | path
    Searched defs:_pwcache_getpwnam (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
pwcache.c 126 static struct passwd * (*_pwcache_getpwnam)(const char *) = getpwnam; variable in typeref:struct:passwd * (*)(const char *)
438 if ((pw = (*_pwcache_getpwnam)(name)) == NULL)
444 if ((pw = (*_pwcache_getpwnam)(name)) == NULL) {
549 _pwcache_getpwnam = a_getpwnam;
pwcache.c 126 static struct passwd * (*_pwcache_getpwnam)(const char *) = getpwnam; variable in typeref:struct:passwd * (*)(const char *)
438 if ((pw = (*_pwcache_getpwnam)(name)) == NULL)
444 if ((pw = (*_pwcache_getpwnam)(name)) == NULL) {
549 _pwcache_getpwnam = a_getpwnam;

Completed in 56 milliseconds