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

  /src/lib/libc/gen/
pwcache.c 125 static void (*_pwcache_endpwent)(void) = endpwent; variable in typeref:typename:void (*)(void)
542 if (_pwcache_endpwent != NULL)
543 (*_pwcache_endpwent)();
548 _pwcache_endpwent = a_endpwent;
pwcache.c 125 static void (*_pwcache_endpwent)(void) = endpwent; variable in typeref:typename:void (*)(void)
542 if (_pwcache_endpwent != NULL)
543 (*_pwcache_endpwent)();
548 _pwcache_endpwent = a_endpwent;

Completed in 22 milliseconds