Home
last modified time | relevance | path

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

/mirbsd/src/libexec/ld.so/ldconfig/
Dldconfig.c75 struct shlib_list { struct
83 struct shlib_list *next; argument
86 static struct shlib_list *shlib_head = NULL, **shlib_tail = &shlib_head;
259 struct shlib_list *shp; in enter()
292 shp = (struct shlib_list *)xmalloc(sizeof *shp); in enter()
332 struct shlib_list *shp; in buildhints()
463 struct shlib_list *shp; in readhints()
529 shp = (struct shlib_list *)xmalloc(sizeof *shp); in readhints()
545 struct shlib_list *shp; in listhints()