Searched refs:lstArg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dftp.c1490 char *cmd,*lstArg,*slashPos; local
1492 lstArg = NULL;
1498 lstArg = strdup(data->state.path);
1499 if(!lstArg)
1503 if(lstArg[strlen(lstArg) - 1] != '/') {
1506 slashPos = strrchr(lstArg,'/');
1516 lstArg? " ": "",
1517 lstArg? lstArg
[all...]

Completed in 121 milliseconds