Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtest-suite575 fcmd="$3"
576 [ -z "$fcmd" ] && fcmd="$def_cmd"
578 cmd=`eval echo $default_path/$fcmd`
587 if [ "$fcmd" != "$default_cmd" ]; then
588 echo " * check-command: $fcmd"
/third_party/curl/lib/
Dftp.c900 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument
1183 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()
1185 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()
1189 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()
1206 if(EPRT == fcmd) { in ftp_state_use_port()
1215 result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()
1225 if(PORT == fcmd) { in ftp_state_use_port()
1243 result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port()
1254 ftpc->count1 = fcmd; in ftp_state_use_port()
2015 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local
[all …]