Searched refs:shlib_head (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ldconfig/
H A Dldconfig.c82 static struct shlib_list *shlib_head = NULL, **shlib_tail = &shlib_head; variable in typeref:struct:shlib_list
306 for (shp = shlib_head; shp; shp = shp->next) {
385 for (shp = shlib_head; shp; shp = shp->next) {
417 for (shp = shlib_head; shp; shp = shp->next) {
611 for (i = 0, shp = shlib_head; shp; i++, shp = shp->next)

Completed in 103 milliseconds