OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shlib_tail
(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:
344
*
shlib_tail
= shp;
345
shlib_tail
= &shp->next;
586
*
shlib_tail
= shp;
587
shlib_tail
= &shp->next;
Completed in 16 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026