Searched refs:filtered_path (Results 1 – 1 of 1) sorted by relevance
2085 static char *filtered_path; in gethints() local2149 if (filtered_path != NULL) in gethints()2198 filtered_path = xmalloc(hdr.dirlistlen + 1); in gethints()2220 filtered_path[fndx] = ':'; in gethints()2225 strncpy((filtered_path + fndx), hintpath->dls_name, flen); in gethints()2228 filtered_path[fndx] = '\0'; in gethints()2234 return (filtered_path[0] != '\0' ? filtered_path : NULL); in gethints()