Searched refs:lstArg (Results 1 – 1 of 1) sorted by relevance
1505 char *cmd, *lstArg, *slashPos; in ftp_state_list() local1507 lstArg = NULL; in ftp_state_list()1513 lstArg = strdup(data->state.path); in ftp_state_list()1514 if(!lstArg) in ftp_state_list()1518 if(lstArg[strlen(lstArg) - 1] != '/') { in ftp_state_list()1521 slashPos = strrchr(lstArg, '/'); in ftp_state_list()1531 lstArg? " ": "", in ftp_state_list()1532 lstArg? lstArg: ""); in ftp_state_list()1535 free(lstArg); in ftp_state_list()1541 free(lstArg); in ftp_state_list()