Searched refs:fullcmd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp395 wxString fullcmd = command; local
398 fullcmd << _T(' ') << arg;
401 if ( !CheckCommand(fullcmd, '2') )
403 wxLogDebug(_T("FTP command '%s' failed."), fullcmd.c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConnector.cpp147 wxString fullcmd = GetFullCommand(); local
148 if (!fullcmd.IsEmpty()) {
149 m_app.Show(fullcmd.Upper() + wxT(": ") + wxGetTranslation(m_short) + wxT("\n"));

Completed in 107 milliseconds