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

/freebsd-10-stable/contrib/tnftp/src/
H A Dutil.c814 * Update global `remotecwd', which contains the state of the remote cwd
833 for (i = 0; *cp && i < sizeof(remotecwd) - 1; i++, cp++) {
840 remotecwd[i] = *cp;
842 remotecwd[i] = '\0';
843 DPRINTF("updateremotecwd: got `%s'\n", remotecwd);
846 remotecwd[0]='\0';
1157 p2 = connected ? remotecwd : "";
H A Dftp_var.h275 GLOBAL char remotecwd[MAXPATHLEN]; /* remote dir */ variable
H A Dcmds.c1549 if (! remotecwd[0])
1551 if (! remotecwd[0])
1554 fprintf(ttyout, "Remote directory: %s\n", remotecwd);

Completed in 111 milliseconds