Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dcomplete.c283 static char lastdir[MAXPATHLEN]; in complete_remote() local
308 strcmp(dir, lastdir) != 0) { /* dir not cached */ in complete_remote()
338 (void)strlcpy(lastdir, dir, sizeof(lastdir)); in complete_remote()