Searched refs:filtered_path (Results 1 – 1 of 1) sorted by relevance
2043 static char *filtered_path; in gethints() local2151 if (filtered_path != NULL) in gethints()2200 filtered_path = xmalloc(dirlistlen + 1); in gethints()2222 filtered_path[fndx] = ':'; in gethints()2227 strncpy((filtered_path + fndx), hintpath->dls_name, flen); in gethints()2230 filtered_path[fndx] = '\0'; in gethints()2236 return (filtered_path[0] != '\0' ? filtered_path : NULL); in gethints()