Searched refs:cached_path (Results 1 – 1 of 1) sorted by relevance
162 static char cached_path[MAXPATHLEN + 1] = "/"; variable174 if (getcwd(cached_path, MAXPATHLEN) == NULL) { in cwd()175 discover_path(cached_path, path); in cwd()403 if (chdir(cached_path) < 0) { in pwd()408 (void)strlcpy(path, cached_path, MAXPATHLEN); in pwd()