Searched refs:c_str (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsnglinst.cpp170 m_nameLock.c_str());
183 m_nameLock.c_str());
200 m_nameLock.c_str());
242 wxLogSysError(_("Failed to inspect the lock file '%s'"), name.c_str());
247 wxLogError(_("Lock file '%s' has incorrect owner."), name.c_str());
252 wxLogError(_("Lock file '%s' has incorrect permissions."), name.c_str());
290 name.c_str());
297 name.c_str());
307 wxLogWarning(_("Invalid lock file '%s'."), name.c_str());
324 m_nameLock.c_str());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLoggerConsole.cpp66 line, s.c_str(), (const char *)unicode2char(str));
83 line, s.c_str(), msg.str().c_str());
H A DUPnPCompatibility.h52 wxString(char2unicode(msg.str().c_str()))) {}
H A DFileLock.h63 hd = CreateFileA((file + "_lock").c_str(),
119 m_fd = ::open((file + "_lock").c_str(), O_CREAT | O_WRONLY, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dstring.h30 return [NSString stringWithCString: wxstring.c_str() length:wxstring.Len()];
40 return [nsstring initWithCString: wxstring.c_str() length:wxstring.Len()];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp571 "\n", basename.c_str(), basename.c_str());
629 GetVersionString().c_str());
750 header.c_str());
780 file.c_str());
918 membersections.Put(ms.c_str(), & membersections);
958 GetCurrentTimeFormatted("%H:%M:%S"), m_fileHeader.c_str());
974 wxLogVerbose("Skipping ignored class '%s'.", name.c_str());
983 filename << name.c_str() + 2;
995 filename.c_str());
[all...]
H A Dsrcparser.cpp568 indent.c_str(), m_Name.c_str(), m_Type.c_str());
574 indent.c_str(), m_Name.c_str(), m_Type.c_str());
607 indent.c_str(),
608 constStr.c_str(),
609 virtualStr.c_str(),
610 protection.c_str(),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/private/
H A Dstring.h24 const gchar *c_str() const { return m_str; } function in class:wxGtkString
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.cpp193 wxLogMessage(_T("Server %s started"), servername.c_str());
202 wxLogMessage(_T("Server %s failed to start"), servername.c_str());
255 wxLogMessage(_T("OnAcceptConnection(\"%s\")"), topic.c_str());
285 m_connection->Advise(m_connection->m_sAdvise, (wxChar *)s.c_str());
287 m_connection->Advise(m_connection->m_sAdvise, (wxChar *)s.c_str(), (s.Length() + 1) * sizeof(wxChar));
334 data = (wxChar *)m_sRequestDate.c_str();
340 data = (wxChar *)m_sRequestDate.c_str();
361 wxLogMessage(_T("OnStartAdvise(\"%s\",\"%s\")"), topic.c_str(), item.c_str());
371 wxLogMessage(_T("OnStopAdvise(\"%s\",\"%s\")"), topic.c_str(), ite
[all...]
H A Dclient.cpp256 hostname.c_str(), servername.c_str(), topic.c_str(),
337 m_client->GetConnection()->Execute((wxChar *)s.c_str());
338 m_client->GetConnection()->Execute((wxChar *)s.c_str(), (s.Length() + 1) * sizeof(wxChar));
353 m_client->GetConnection()->Poke(_T("Date"), (wxChar *)s.c_str());
355 m_client->GetConnection()->Poke(_T("Date"), (wxChar *)s.c_str(), (s.Length() + 1) * sizeof(wxChar));
421 s.Printf(_T("%s("), command.c_str());
423 s.Printf(_T("%s(item=\"%s\","), command.c_str(), item.c_str());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dsnglinst.cpp59 semName.Printf(wxT("\\SEM32\\%s"), name.c_str());
60 int rc = DosCreateMutexSem(semName.c_str(), &m_hMutex, DC_SEM_SHARED, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dffile.cpp79 wxLogSysError(_("can't close file '%s'"), m_name.c_str());
113 wxLogSysError(_("Read error on file '%s'"), m_name.c_str());
132 wxLogSysError(_("Read error on file '%s'"), m_name.c_str());
146 wxLogSysError(_("Write error on file '%s'"), m_name.c_str());
160 wxLogSysError(_("failed to flush the file '%s'"), m_name.c_str());
200 wxLogError(_("Seek error on file '%s' (large files not supported by stdio)"), m_name.c_str());
210 wxLogSysError(_("Seek error on file '%s'"), m_name.c_str());
227 m_name.c_str());
H A Dftp.cpp135 command.Printf(wxT("USER %s"), m_user.c_str());
149 command.Printf(wxT("PASS %s"), m_passwd.c_str());
223 wxLogTrace(FTP_TRACE_MASK, _T("==> %s"), cmd.c_str());
285 code.c_str(), line.c_str());
297 code.c_str(), line.c_str() + LEN_CODE + 1);
324 code.c_str(), line.c_str() + LEN_CODE + 1);
330 code.c_str(), lin
[all...]
H A Dfileconf.cpp404 wxLogWarning(_("can't open global configuration file '%s'."), m_strGlobalFile.c_str());
419 wxLogWarning(_("can't open user configuration file '%s'."), m_strLocalFile.c_str() );
716 buffer.GetName(), n + 1, strKey.c_str());
726 buffer.GetName(), n + 1, strKey.c_str(), pEntry->Line());
905 if ( path.empty() && *entry.c_str() == wxCONFIG_PATH_SEPARATOR )
976 strName.c_str(),
977 szValue.c_str(),
978 GetPath().c_str() );
990 m_pCurrentGroup->Name().c_str() );
1014 strName.c_str() );
[all...]
H A Ddynlib.cpp116 libname.c_str(),
117 wxMacMakeStringFromPascal( myErrName ).c_str() );
123 DosLoadModule(err, sizeof(err), (PSZ)libname.c_str(), &m_handle);
133 wxLogSysError(_("Failed to load shared library '%s'"), libname.c_str());
180 DosQueryProcAddr( m_handle, 1L, (PSZ)name.c_str(), (PFN*)symbol );
200 name.c_str());
309 dir.Printf(format.c_str(), wxMAJOR_VERSION, wxMINOR_VERSION);
312 dir.Printf(format.c_str(),
H A Ddynload.cpp262 _T("LoadLibrary(%s): already loaded."), realname.c_str());
275 _T("LoadLibrary(%s): loaded ok."), realname.c_str());
281 _T("LoadLibrary(%s): failed to load."), realname.c_str());
313 libname.c_str());
318 wxLogTrace(_T("dll"), _T("UnloadLibrary(%s)"), realname.c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.cpp145 wxLogMessage(_T("-E-> %s : SetLocale error : langid(%s) ; language(%s)"),GetAppName().c_str(),langid,language);
153 m_locale.AddCatalog(Temp0.c_str());
166 s_LangHelp.Printf(_T("help.%s/%s.hhp"),s_LangId.c_str(),GetAppName().c_str()); // "help.std/Garantie.hhp";
182 Temp0.Printf(_T("%s - %s"),GetAppName().c_str(),GetVendorName().c_str());
183 frame = new MainFrame((wxFrame *) NULL,(wxChar *) Temp0.c_str(),wxPoint(x,y),wxSize(w,h));
218 Temp0.Printf(_("%s has started !"),p_ProgramCfg->GetAppName().c_str());
246 wxLogMessage(_T("-E-> %s : AddBook error : s_LangHelp(%s)"),GetAppName().c_str(),s_LangHelp.c_str());
[all...]
H A Ddbgrid.cpp125 Temp0.Printf(_("-I-> DBGrid::OnTableView(%s) - Record %6d (from %d) has been read."),Table.c_str(),z,(db_Br+i_Which)->i_Records);
130 Temp0.Printf(_("-I-> DBGrid::OnTableView(%s) - %6d Records have been read. - Time needed : %ld ms"),Table.c_str(),z,sw.Time());
192 wxLogMessage( _T("%s"), logBuf.c_str() );
223 // wxLogMessage( "%s", logBuf.c_str() );
225 wxLogMessage(logBuf.c_str());
254 // wxLogMessage( "%s", logBuf.c_str() );
256 wxLogMessage(logBuf.c_str());
279 // wxLogMessage( _T("%s"), logBuf.c_str() );
281 wxLogMessage(logBuf.c_str());
303 // wxLogMessage( "%s", logBuf.c_str() );
[all...]
H A Dbrowsedb.cpp96 wxLogMessage(_("\n\n-E-> BrowserDB::OnStartDB(%s) : Failed ! "),ODBCSource.c_str());
107 wxLogMessage(_("\n-I-> BrowserDB::OnStartDB(%s) : Begin "),ODBCSource.c_str());
145 // wxLogMessage(">>>%s<<<>>>%s<<<",UserName.c_str(),Password.c_str());
154 wxLogMessage(_("-I-> BrowserDB::OnStartDB(%s) : End - Time needed : %ld ms"),ODBCSource.c_str(),sw.Time());
164 wxLogMessage(_("-I-> BrowserDB::OnGetDataSourceODBC() - DatabaseName(%s) ; DataSource(%s)"),Temp1.c_str(),Temp2.c_str());
165 wxLogMessage(_("-I-> BrowserDB::OnStartDB(%s) : End - Time needed : %ld ms"),ODBCSource.c_str(),sw.Time());
254 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
266 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcppunit.h73 wxString(suiteName, wxConvUTF8).c_str(), \
74 wxString(#testMethod, wxConvUTF8).c_str(), \
75 wxString(#Condition, wxConvUTF8).c_str()))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp189 wxPrintf(_T("\targv[%u] = %s\n"), arg, args[arg].c_str());
226 wxPrintf(_T("\t%s\n"), filename.c_str());
243 wxPrintf(_T("ERROR: current directory '%s' doesn't exist?\n"), cwd.c_str());
250 wxPrintf(_T("ERROR: failed to open current directory '%s'.\n"), cwd.c_str());
310 for ( const wxChar *p = path.c_str(); *p; p++ )
316 wxPrintf(_T("%s%s\n"), indent.c_str(), name.c_str());
332 wxPrintf(_T("First one is '%s'\n"), files[0u].c_str());
333 wxPrintf(_T(" last one is '%s'\n"), files[n - 1].c_str());
511 wxPrintf(_T("Initially getenv(%s) = %s\n"), var, MyGetEnv(var).c_str());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2wxr.cpp152 wxFprintf(m_wxr,_T("static char *dialog%i = \"dialog(name = '%s',\\\n"),dlgid,dlgname.c_str());
188 wxFprintf(m_wxr,_T("title = '%s',\\\n"),title.c_str());
306 wxFprintf(m_wxr,_T(" control = [%i,wxStaticText,'%s','0','%s',"),m_controlid,phrase.c_str(),varname.c_str());
332 wxFprintf(m_wxr,_T(" control = [%i,wxTextCtrl,'','0','%s',"),m_controlid,varname.c_str());
384 wxFprintf(m_wxr,_T(" control = [%i,wxButton,'%s','0','%s',"),c,phrase.c_str(),varname.c_str());
444 wxFprintf(m_wxr,_T(" control = [%i,wxStaticBox,'%s','0','%s',"),m_controlid,phrase.c_str(),varname.c_str());
620 wxFprintf(m_wxr,_T(" control = [%i,wxChoice,'','0','%s',"),m_controlid,varname.c_str());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcc.cpp74 wxLogMessage(_("Processing file number %u: %s"),i+1,m_filesToHash[i].c_str());
86 wxLogMessage(wxT("%s"), hash.GetED2KLink(m_flagPartHashes).c_str());
95 wxLogMessage(_("%s ---> Non existant file !\n"),m_filesToHash[i].c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/multimon/
H A Dmultimon_test.cpp46 i, display.GetName().c_str(), r.GetLeft(), r.GetTop(), r.GetWidth(), r.GetHeight(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp158 wxLogFatalError(_("No fonts found in %s."), path.c_str());
170 indexFile.c_str());
174 wxLogTrace(_T("font"), _T("adding fonts from %s"), dir.c_str());
208 wxLogTrace(_T("font"), _T("adding font '%s'"), name.c_str());
210 wxConfigPathChanger ch(&cfg, wxString::Format(_T("/%s/"), name.c_str()));

Completed in 233 milliseconds

1234567891011>>