searchpath
_dl_find_shlib(struct sod *sodp, char **searchpath, int nohints)
if (searchpath == NULL) {
for (pp = searchpath; *pp != NULL; pp++) {
if (searchpath == NULL) {
searchpath = _dl_hint_search_path;
searchpath = _dl_default_path;
for (pp = searchpath; *pp != NULL; pp++) {
_dl_split_path(const char *searchpath)
if (searchpath == NULL)
pp = searchpath;
pp = searchpath;
char ** _dl_split_path(const char *searchpath);
char *_dl_find_shlib(struct sod *sodp, char **searchpath, int nohints);
char *searchpath(char *);
if ((cp = searchpath(optarg)) != NULL)