Searched refs:sRet (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddataobj.cpp48 wxString sRet; local
55 sRet = zBuf;
56 return sRet;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSString.h211 char *sRet = s; local
215 return sRet;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBaseClient.cpp2026 wxString sRet; local
2027 sRet = (CFormat(_("NickName: %s ID: %u")) % GetUserName() % GetUserIDHybrid()) + wxT(" ");
2029 sRet += CFormat(_("Requested: %s\n")) % m_reqfile->GetFileName();
2030 sRet += CFormat(
2033 sRet += CFormat(
2037 sRet += _("Requested unknown file");
2039 return sRet;

Completed in 1196 milliseconds