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

  /src/sbin/ldconfig/
ldconfig.c 82 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 11 milliseconds