Searched refs:filtered_path (Results 1 – 1 of 1) sorted by relevance
2080 static char *filtered_path; in gethints() local2194 if (filtered_path != NULL) in gethints()2243 filtered_path = xmalloc(dirlistlen + 1); in gethints()2265 filtered_path[fndx] = ':'; in gethints()2270 strncpy((filtered_path + fndx), hintpath->dls_name, flen); in gethints()2273 filtered_path[fndx] = '\0'; in gethints()2279 return (filtered_path[0] != '\0' ? filtered_path : NULL); in gethints()