Home
last modified time | relevance | path

Searched refs:lstrcmpW (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dcmdline.c101 if (lstrcmpW(lpszCommands[i++], ca) == 0) { in apxCmdlineParse()
117 if (lstrcmpW(lpszAltcmds[i++], ca) == 0) { in apxCmdlineParse()
165 if (lstrcmpW(lpOptions[l].szName, a + 2) == 0) { in apxCmdlineParse()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dstring.h164 WINPR_API int lstrcmpW(LPCWSTR lpString1, LPCWSTR lpString2);
167 #define lstrcmp lstrcmpW
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstralign.h28 #define ua_lstrcmpW lstrcmpW
82 return lstrcmpW((LPCWSTR)String1,(LPCWSTR)String2);
H A Dmapinls.h103 #define lstrcmpW MNLS_lstrcmpW macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstralign.h28 #define ua_lstrcmpW lstrcmpW
82 return lstrcmpW((LPCWSTR)String1,(LPCWSTR)String2);
H A Dmapinls.h103 #define lstrcmpW MNLS_lstrcmpW macro
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/win32/
H A Dglob.cpp240 if( 0 == lstrcmpW(L".", find_data.cFileName) || in glob()
241 0 == lstrcmpW(L"..", find_data.cFileName)) in glob()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/installer/
H A Dstring.h93 int compare(const wchar_t* str) const { return lstrcmpW(buffer_, str); } in compare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/redirector/
H A Dredirector.c121 return lstrcmpW(option, L"-m32") == 0 || lstrcmpW(option, L"-m64") == 0; in is_driver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mini_installer/
H A Dmini_string.h131 int compare(const wchar_t* str) const { return lstrcmpW(buffer_, str); } in compare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/notification_helper/
H A Dnotification_activator.cc119 if (lstrcmpW(kUserResponse, data[i].Key) == 0) { in Activate()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/core/
H A DFileScanner.cpp238 … if (lstrcmpW(findData.cFileName, L".") != 0 && lstrcmpW(findData.cFileName, L"..") != 0) in GetDirectoryChildren()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapinls.h175 #define lstrcmpW MNLS_lstrcmpW macro
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/ExecInExplorer/
H A DExecInExplorer.cpp194 if (lstrcmpW(args, L"/cmdargs") == 0) { in Exec()
/dports/www/firefox/firefox-99.0/other-licenses/nsis/Contrib/ExecInExplorer/
H A DExecInExplorer.cpp194 if (lstrcmpW(args, L"/cmdargs") == 0) { in Exec()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/nsis/Contrib/ExecInExplorer/
H A DExecInExplorer.cpp194 if (lstrcmpW(args, L"/cmdargs") == 0) { in Exec()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/ExecInExplorer/
H A DExecInExplorer.cpp194 if (lstrcmpW(args, L"/cmdargs") == 0) { in Exec()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/win/msvc/
H A Dmapinls.h193 #define lstrcmpW MNLS_lstrcmpW macro
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp246 if (lstrcmpW(curJobName, matchJobName) == 0) { in CancelBitsJobsByNameImpl()
/dports/www/firefox/firefox-99.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp246 if (lstrcmpW(curJobName, matchJobName) == 0) { in CancelBitsJobsByNameImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp246 if (lstrcmpW(curJobName, matchJobName) == 0) { in CancelBitsJobsByNameImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp246 if (lstrcmpW(curJobName, matchJobName) == 0) { in CancelBitsJobsByNameImpl()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTmisc.cpp575 !lstrcmpW( Entry.wszSource, pSrcFile ) && in CreateTextureFromFileEx()
632 !lstrcmpW( Entry.wszSource, pSrcResource ) && in CreateTextureFromResourceEx()
689 !lstrcmpW( Entry.wszSource, pSrcFile ) && in CreateCubeTextureFromFileEx()
744 !lstrcmpW( Entry.wszSource, pSrcResource ) && in CreateCubeTextureFromResourceEx()
799 !lstrcmpW( Entry.wszSource, pSrcFile ) && in CreateVolumeTextureFromFileEx()
858 !lstrcmpW( Entry.wszSource, pSrcResource ) && in CreateVolumeTextureFromResourceEx()
974 !lstrcmpW( Entry.wszSource, pSrcFile ) && in CreateEffectFromFile()
1013 !lstrcmpW( Entry.wszSource, pSrcResource ) && in CreateEffectFromResource()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dwin32_crypto.c95 if (0 == lstrcmpW(descr, description)) in decrypt_data()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dwin32_crypto.c95 if (0 == lstrcmpW(descr, description)) in decrypt_data()

12345678910>>...12