Home
last modified time | relevance | path

Searched refs:shlib_tail (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sbin/ldconfig/
Dldconfig.c92 static struct shlib_list *shlib_head = NULL, **shlib_tail = &shlib_head; variable
386 *shlib_tail = shp; in enter()
387 shlib_tail = &shp->next; in enter()
621 *shlib_tail = shp; in readhints()
622 shlib_tail = &shp->next; in readhints()