Home
last modified time | relevance | path

Searched refs:cached_path (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/libexec/ftpd/
H A Dcmds.c162 static char cached_path[MAXPATHLEN + 1] = "/"; variable
174 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()