Searched refs:decodedpath (Results 1 – 1 of 1) sorted by relevance
503 char *volatile decodedpath; in fetch_url() local523 uuser = pass = host = path = decodedpath = puser = ppass = NULL; in fetch_url()546 decodedpath = ftp_strdup(path); in fetch_url()547 url_decode(decodedpath); in fetch_url()552 cp = strrchr(decodedpath, '/'); /* find savefile */ in fetch_url()556 savefile = ftp_strdup(decodedpath); in fetch_url()579 fin = fopen(decodedpath, "r"); in fetch_url()581 warn("Can't open `%s'", decodedpath); in fetch_url()591 decodedpath); in fetch_url()596 fprintf(ttyout, "Copying %s", decodedpath); in fetch_url()[all …]