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

  /src/usr.bin/ftp/
fetch.c 1413 char *volatile decodedpath; local
1442 decodedpath = NULL;
1469 decodedpath = ftp_strdup(ui.path);
1470 url_decode(decodedpath);
1475 cp = strrchr(decodedpath, '/'); /* find savefile */
1479 savefile = ftp_strdup(decodedpath);
1508 fin = fetch_open(decodedpath, "r");
1510 warn("Can't open `%s'", decodedpath);
1521 decodedpath);
1526 fprintf(ttyout, "Copying %s", decodedpath);
    [all...]

Completed in 25 milliseconds