cmds.c | 162 static char cached_path[MAXPATHLEN + 1] = "/"; variable in typeref:typename:char[] 174 if (getcwd(cached_path, MAXPATHLEN) == NULL) { 175 discover_path(cached_path, path); 403 if (chdir(cached_path) < 0) { 408 (void)strlcpy(path, cached_path, MAXPATHLEN);
|