Searched refs:fcmd (Results 1 – 2 of 2) sorted by relevance
575 fcmd="$3"576 [ -z "$fcmd" ] && fcmd="$def_cmd"578 cmd=`eval echo $default_path/$fcmd`587 if [ "$fcmd" != "$default_cmd" ]; then588 echo " * check-command: $fcmd"
906 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument1182 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()1184 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()1188 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()1205 if(EPRT == fcmd) { in ftp_state_use_port()1214 result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()1224 if(PORT == fcmd) { in ftp_state_use_port()1242 result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port()1253 ftpc->count1 = fcmd; in ftp_state_use_port()2016 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local[all …]