Home | Sort by: relevance | last modified time | path |
/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; |