Home
last modified time | relevance | path

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

/haiku/src/apps/codycam/
H A DFtpClient.cpp448 string ccmd = cmd; in _SendRequest() local
454 puts(ccmd.c_str()); in _SendRequest()
457 ccmd += "\r\n"; in _SendRequest()
458 if (fControl->Send(ccmd.c_str(), ccmd.length()) >= 0) in _SendRequest()