Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dftpget.c48 #define USERLOGGED_SUCCESS 230 macro
120 if (get_ftp_response("PASS", TT.password) != USERLOGGED_SUCCESS) in send_requests()
122 } else if (cmd_status == USERLOGGED_SUCCESS); //do nothing in send_requests()