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

/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c1594 static char *hints, *filtered_path; local
1637 if (filtered_path != NULL)
1684 filtered_path = xmalloc(hdr.dirlistlen + 1);
1706 filtered_path[fndx] = ':';
1711 strncpy((filtered_path + fndx), hintpath->dls_name, flen);
1714 filtered_path[fndx] = '\0';
1720 return (filtered_path[0] != '\0' ? filtered_path : NULL);

Completed in 130 milliseconds