Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c516 if (crle->c_edlibpath) { in genconfig()
519 (void) strcpy(_strtbl, crle->c_edlibpath); in genconfig()
520 _strtbl += strlen((char *)crle->c_edlibpath) + 1; in genconfig()
H A D_crle.h148 char *c_edlibpath; /* ELF default library path */ member
H A Dprint.c145 list = &crle->c_edlibpath; in fablib()
451 if (addlib(crle, &crle->c_edlibpath, str) != 0) in scanconfig()
H A Dcrle.c553 lib = &crle.c_edlibpath; in main()