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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c1251 char *cmd,*lstArg,*slashPos; local
1253 lstArg = NULL;
1259 lstArg = strdup(data->state.path);
1260 if(!lstArg)
1264 if(lstArg[strlen(lstArg) - 1] != '/') {
1267 slashPos = strrchr(lstArg,'/');
1277 lstArg? " ": "",
1278 lstArg? lstArg
[all...]

Completed in 36 milliseconds