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

/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c503 char *volatile decodedpath; local
523 uuser = pass = host = path = decodedpath = puser = ppass = NULL;
546 decodedpath = ftp_strdup(path);
547 url_decode(decodedpath);
552 cp = strrchr(decodedpath, '/'); /* find savefile */
556 savefile = ftp_strdup(decodedpath);
579 fin = fopen(decodedpath, "r");
581 warn("Can't open `%s'", decodedpath);
591 decodedpath);
596 fprintf(ttyout, "Copying %s", decodedpath);
[all...]

Completed in 100 milliseconds