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

/netbsd-current/sbin/ldconfig/
H A Dldconfig.c82 static struct shlib_list *shlib_head = NULL, **shlib_tail = &shlib_head; variable in typeref:struct:
344 *shlib_tail = shp;
345 shlib_tail = &shp->next;
586 *shlib_tail = shp;
587 shlib_tail = &shp->next;

Completed in 110 milliseconds