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

  /src/usr.bin/ftp/
complete.c 276 static char lastdir[MAXPATHLEN]; local in function:complete_remote
301 strcmp(dir, lastdir) != 0) { /* dir not cached */
331 (void)strlcpy(lastdir, dir, sizeof(lastdir));

Completed in 34 milliseconds