Home
last modified time | relevance | path

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

/dports/ftp/lftp/lftp-4.9.2/src/
H A Dftpclass.cc639 char *path_url1=alloca_strdup(path_url); // to split it in SendCWD() local
641 for(char *dir_url=strtok(path_url1,"/"); dir_url; dir_url=strtok(NULL,"/")) { in SendCWD()