HomeSort by: relevance | last modified time | path
    Searched refs:remotecwd (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ftp/
util.c 485 remotecwd[0] = '\0';
834 * Update global `remotecwd', which contains the state of the remote cwd
854 for (i = 0; *cp && i < sizeof(remotecwd) - 1; i++, cp++) {
861 remotecwd[i] = *cp;
863 remotecwd[i] = '\0';
864 DPRINTF("updateremotecwd: got `%s'\n", remotecwd);
867 remotecwd[0]='\0';
1185 p2 = connected ? remotecwd : "";
ftp_var.h 280 GLOBAL char remotecwd[MAXPATHLEN]; /* remote dir */ variable in typeref:typename:GLOBAL char[]
281 GLOBAL int remcwdvalid; /* remotecwd has been updated */
cmds.c 1159 remotecwd[0] = '\0';
1547 if (!remcwdvalid || remotecwd[0] == '\0')
1549 if (remotecwd[0] == '\0')
1552 fprintf(ttyout, "Remote directory: %s\n", remotecwd);
2380 remotecwd[0] = '\0';

Completed in 13 milliseconds