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

  /src/lib/libc/gen/
pwcache.c 121 static void (*_pwcache_endgrent)(void) = endgrent; variable in typeref:typename:void (*)(void)
568 if (_pwcache_endgrent != NULL)
569 (*_pwcache_endgrent)();
574 _pwcache_endgrent = a_endgrent;
pwcache.c 121 static void (*_pwcache_endgrent)(void) = endgrent; variable in typeref:typename:void (*)(void)
568 if (_pwcache_endgrent != NULL)
569 (*_pwcache_endgrent)();
574 _pwcache_endgrent = a_endgrent;

Completed in 22 milliseconds