Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c1693 static char *hints, *filtered_path; in gethints() local
1736 if (filtered_path != NULL) in gethints()
1783 filtered_path = xmalloc(hdr.dirlistlen + 1); in gethints()
1805 filtered_path[fndx] = ':'; in gethints()
1810 strncpy((filtered_path + fndx), hintpath->dls_name, flen); in gethints()
1813 filtered_path[fndx] = '\0'; in gethints()
1819 return (filtered_path[0] != '\0' ? filtered_path : NULL); in gethints()