HomeSort by: relevance | last modified time | path
    Searched defs:cached_path (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/ftpd/
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);

Completed in 13 milliseconds