Home | History | Annotate | Download | only in ftp

Lines Matching refs:ftp_strdup

240 	dui->host = ftp_strdup(sui->host);
241 dui->port = ftp_strdup(sui->port);
242 dui->path = ftp_strdup(sui->path);
521 thost = ftp_strdup(url);
528 ui->path = ftp_strdup(ep);
537 thost = ftp_strdup(cp + 1);
541 auth->pass = ftp_strdup(cp + 1);
600 ui->port = ftp_strdup(tport);
605 ui->path = ftp_strdup(emptypath);
701 auth->user = ftp_strdup(fuser);
703 auth->pass = ftp_strdup(pass);
754 np_iter = np_copy = ftp_strdup(no_proxy);
806 pui.path = ftp_strdup(ui->path);
809 pui.path = ftp_strdup(url);
829 h = ftp_strdup(ui->host);
1140 message = ftp_strdup(ep);
1178 location = ftp_strdup(cp);
1206 *auth = ftp_strdup(token);
1320 message = ftp_strdup(ep);
1341 *auth = ftp_strdup(token);
1468 decodedpath = ftp_strdup(ui.path);
1476 savefile = ftp_strdup(cp + 1);
1478 savefile = ftp_strdup(decodedpath);
1484 outfile = ftp_strdup(savefile);
1998 ui.host = ftp_strdup(url);
2004 ui.host = ftp_strdup(cp + 1);
2009 ui.path = ftp_strdup(cp + 1);
2446 path = ftp_strdup(uploadserver);
2469 uargv[2] = ftp_strdup(pathsep);
2472 uargv[2] = ftp_strdup(pathsep + 1);