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

  /src/sbin/ldconfig/
ldconfig.c 71 struct shlib_list { struct
79 struct shlib_list *next;
82 static struct shlib_list *shlib_head = NULL, **shlib_tail = &shlib_head;
304 struct shlib_list *shp;
337 shp = (struct shlib_list *)xmalloc(sizeof *shp);
377 struct shlib_list *shp;
521 struct shlib_list *shp;
579 shp = (struct shlib_list *)xmalloc(sizeof *shp);
605 struct shlib_list *shp;
ldconfig.c 71 struct shlib_list { struct
79 struct shlib_list *next;
82 static struct shlib_list *shlib_head = NULL, **shlib_tail = &shlib_head;
304 struct shlib_list *shp;
337 shp = (struct shlib_list *)xmalloc(sizeof *shp);
377 struct shlib_list *shp;
521 struct shlib_list *shp;
579 shp = (struct shlib_list *)xmalloc(sizeof *shp);
605 struct shlib_list *shp;

Completed in 130 milliseconds