Home | History | Annotate | Download | only in pending

Lines Matching refs:cmd_status

89   unsigned cmd_status = 0;
105 cmd_status = atolx_range(toybuf, 0, INT_MAX);
107 return cmd_status;
112 int cmd_status = 0;
118 cmd_status = get_ftp_response("USER", TT.username);
119 if (cmd_status == PASSWORD_REQUEST) { //user logged in. Need Password.
122 } else if (cmd_status == USERLOGGED_SUCCESS); //do nothing
244 unsigned cmd_status = 0;
254 cmd_status = get_ftp_response("STOR", r_filename);
255 if ( (cmd_status == DATACONNECTION_OPENED) ||
256 (cmd_status == FTPFILE_STATUSOKAY)) {