Home
last modified time | relevance | path

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

/dports/multimedia/xanim/xanim2920/
H A Dxa_input.c108 xaLONG xa_ftp_send_cmd();
822 if (xa_ftp_send_cmd(xin, "QUIT", &retcode) == xaFALSE) return(xaFALSE);
933 xaLONG xa_ftp_send_cmd(xin,cmd,retcode) in xa_ftp_send_cmd() function
1013 if (xa_ftp_send_cmd(xin, user_cmd, &retcode) == xaFALSE) return(xaFALSE);
1019 if (xa_ftp_send_cmd(xin, passwd_cmd, &retcode) == xaFALSE) return(xaFALSE);
1022 if (xa_ftp_send_cmd(xin, "TYPE I", &retcode) == xaFALSE) return(xaFALSE);
1060 if (xa_ftp_send_cmd(xin, port_cmd, &retcode) == xaFALSE)
1064 if (xa_ftp_send_cmd(xin, file_cmd, &retcode) == xaFALSE)