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

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c87 * harder for us to be fooled, we'll dredge up the actual soname through
100 char *soname = NULL; local
137 soname = elf_strptr(elf_file, gelf_shdr.sh_link,
139 } while (gelf_dyn.d_tag != DT_NULL && soname == NULL);
141 if (soname == NULL || sscanf(soname, "%*[^.].so.%d", converp) != 1) {

Completed in 21 milliseconds