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