Home | History | Annotate | Download | only in ftp

Lines Matching defs:decodedpath

1412 	char			*volatile decodedpath;
1441 decodedpath = NULL;
1468 decodedpath = ftp_strdup(ui.path);
1469 url_decode(decodedpath);
1474 cp = strrchr(decodedpath, '/'); /* find savefile */
1478 savefile = ftp_strdup(decodedpath);
1507 fin = fetch_open(decodedpath, "r");
1509 warn("Can't open `%s'", decodedpath);
1520 decodedpath);
1525 fprintf(ttyout, "Copying %s", decodedpath);
1898 FREEPTR(decodedpath);