HomeSort by: relevance | last modified time | path
    Searched defs:decodedpath (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 1412 char *volatile decodedpath; local in function:fetch_url
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);
    [all...]

Completed in 13 milliseconds