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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dcmds.c169 static char cached_path[MAXPATHLEN + 1] = "/"; variable
181 if (getcwd(cached_path, MAXPATHLEN) == NULL) {
182 discover_path(cached_path, path);
408 if (chdir(cached_path) < 0) {
413 (void)strlcpy(path, cached_path, MAXPATHLEN);

Completed in 100 milliseconds