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

/freebsd-10-stable/contrib/tnftp/src/
H A Dftp_var.h274 GLOBAL char localcwd[MAXPATHLEN]; /* local dir */ variable
H A Dutil.c802 * Update global `localcwd', which contains the state of the local cwd
808 if (getcwd(localcwd, sizeof(localcwd)) == NULL)
809 localcwd[0] = '\0';
810 DPRINTF("updatelocalcwd: got `%s'\n", localcwd);
H A Dcmds.c721 if (! fileindir(cp, localcwd)) {
1190 if (localcwd[0]) {
1191 fprintf(ttyout, "Local directory now: %s\n", localcwd);
1571 if (! localcwd[0])
1573 if (! localcwd[0])
1576 fprintf(ttyout, "Local directory: %s\n", localcwd);

Completed in 61 milliseconds