Searched refs:szFile (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h83 LPCSTR szFile; member in struct:_EXTRACT_INFO
92 LPCSTR szFile; member in struct:_DECRYPT_INFO
H A Dintrface.cpp203 int WINAPI UzpReplace(LPSTR szFile, unsigned nbufsiz);
627 g_pExtractInfo->szFile = G.filename;
779 const char *szZipFile, const char *szFile)
794 di.szFile = szFile;
853 int WINAPI UzpReplace(LPSTR szFile, unsigned nbufsiz) { argument
858 (LPARAM)szFile);
1320 TCHAR szFile[_MAX_PATH]; local
1321 MBSTOTSTR(szFile, G.filename, countof(szFile));
778 UzpPassword(zvoid *pG, int *pcRetry, char *szPassword, int nSize, const char *szZipFile, const char *szFile) argument
1654 TCHAR szFile[_MAX_PATH]; local
[all...]
H A Dwinmain.cpp246 void AddFileToMRU(LPCSTR szFile);
247 void RemoveFileFromMRU(LPCTSTR szFile);
2308 void AddFileToMRU(LPCSTR szFile) { argument
2314 MBSTOTSTR(&szMRU[0][3], szFile, _MAX_PATH);
2391 void RemoveFileFromMRU(LPCTSTR szFile) { argument
2411 if (!_tcsicmp(szFile, &szMRU[i][3])) {
2463 if (!_tcsicmp(szFile, &szMRU[i][3])) {
2501 TCHAR szFile[_MAX_PATH + 4]; local
2511 if (GetMenuString(hMenu, uIDItem, szFile, countof(szFile), MF_BYCOMMAN
3730 TCHAR szInitialDir[_MAX_PATH], *szFile; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h112 // where file is the basename of szFile, ext is its extension
114 static wxString GetGlobalFileName(const wxChar *szFile);
115 static wxString GetLocalFileName(const wxChar *szFile);
H A Ddebug.h98 szFile and nLine - file name and line number of the ASSERT
103 extern void WXDLLIMPEXP_BASE wxOnAssert(const wxChar *szFile,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dappbase.cpp95 void ShowAssertDialog(const wxChar *szFile,
681 void wxOnAssert(const wxChar *szFile, argument
706 ShowAssertDialog(szFile, nLine, strFunc, szCond, szMsg);
711 wxTheApp->OnAssertFailure(szFile, nLine, strFunc, szCond, szMsg);
775 void ShowAssertDialog(const wxChar *szFile, argument
791 msg.Printf(wxT("%s(%d): assert \"%s\" failed"), szFile, nLine, szCond);
H A Dfileconf.cpp332 wxString wxFileConfig::GetGlobalFileName(const wxChar *szFile) argument
335 str << szFile; local
337 if ( wxStrchr(szFile, wxT('.')) == NULL )
349 wxString wxFileConfig::GetLocalFileName(const wxChar *szFile) argument
364 str << szFile; local
367 if ( wxStrchr(szFile, wxT('.')) == NULL )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filename/
H A Dfilenametest.cpp351 wxString wxTestStripExtension(wxString szFile) argument
353 wxStripExtension(szFile);
354 return szFile;

Completed in 94 milliseconds