Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dfetch.c1328 char *volatile decodedpath; in fetch_url() local
1357 decodedpath = NULL; in fetch_url()
1384 decodedpath = ftp_strdup(ui.path); in fetch_url()
1385 url_decode(decodedpath); in fetch_url()
1390 cp = strrchr(decodedpath, '/'); /* find savefile */ in fetch_url()
1394 savefile = ftp_strdup(decodedpath); in fetch_url()
1423 fin = fetch_open(decodedpath, "r"); in fetch_url()
1425 warn("Can't open `%s'", decodedpath); in fetch_url()
1435 decodedpath); in fetch_url()
1440 fprintf(ttyout, "Copying %s", decodedpath); in fetch_url()
[all …]