Home
last modified time | relevance | path

Searched refs:lstrlenW (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/redirector/
H A Dredirector.c66 const wchar_t *delimiter = start + lstrlenW(start); in find_last_slash_or_backslash_delimiter()
105 int path_len = lstrlenW(path); in check_path()
106 int redirect_len = lstrlenW(redirect); in check_path()
221 length_from = lstrlenW(redirects[redirect_index].from); in main()
222 length_to = lstrlenW(redirects[redirect_index].to); in main()
263 length = lstrlenW(cmdline); in main()
264 done = lstrlenW(selector); in main()
266 (lstrlenW(arguments) + length + done + 2) * sizeof(wchar_t)); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/source/native/
H A Dnative_bootstrap.cxx127 std::unique_ptr<WCHAR[]> sNewPath(new WCHAR[lstrlenW(sEnvPath.get()) + lstrlenW(szPath) + 2]); in extendPath()
129 if (lstrlenW(sEnvPath.get())) in extendPath()
156 …std::unique_ptr<WCHAR[]> szFullPath(new WCHAR[lstrlenW(wsLibName.get()) + lstrlenW(szPath.get()) +… in loadFromPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/source/native/
H A Dnative_bootstrap.cxx127 std::unique_ptr<WCHAR[]> sNewPath(new WCHAR[lstrlenW(sEnvPath.get()) + lstrlenW(szPath) + 2]); in extendPath()
129 if (lstrlenW(sEnvPath.get())) in extendPath()
156 …std::unique_ptr<WCHAR[]> szFullPath(new WCHAR[lstrlenW(wsLibName.get()) + lstrlenW(szPath.get()) +… in loadFromPath()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/filesystem/windows/
H A DSDL_sysfilesystem.c139 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/filesystem/windows/
H A DSDL_sysfilesystem.c139 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/filesystem/windows/
H A DSDL_sysfilesystem.c147 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/t/
H A Dffi_platypus_lang_win32.t48 my $lstrlenW = $ffi->function( lstrlenW => [ 'LPCWSTR' ] => 'int' );
53 is($lstrlenW->call($string), length($string), $name);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/filesystem/windows/
H A DSDL_sysfilesystem.c139 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browser_switcher/bho/
H A Dmini_bho_util.cc184 size_t str_length = ::lstrlenW(str); in wcs_replace_s()
185 size_t repl_length = ::lstrlenW(repl); in wcs_replace_s()
186 size_t orig_length = ::lstrlenW(orig); in wcs_replace_s()
192 size_t src_length = ::lstrlenW(src); in wcs_replace_s()
H A Dmini_bho.cc202 util::wstring sanitized_url(::lstrlenW(url) * 3 + 1); in SanitizeUrl()
231 output = util::wstring(util::max(expanded_size, ::lstrlenW(str)) + 2); in ExpandEnvironmentVariables()
241 DWORD capacity = static_cast<DWORD>(::lstrlenW(url) * 3 + 1); in CanonicalizeUrl()
269 ::lstrlenW(sanitized_url.data()) + ::lstrlenW(raw_command_line) + 2; in CompileCommandLine()
439 if (::StrCmpNW(url, kHttpPrefix, ::lstrlenW(kHttpPrefix)) && in GetDecision()
440 ::StrCmpNW(url, kHttpsPrefix, ::lstrlenW(kHttpsPrefix)) && in GetDecision()
441 ::StrCmpNW(url, kFilePrefix, ::lstrlenW(kFilePrefix))) { in GetDecision()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/src/
H A Ddiscord_register_win.cpp97 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
104 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
116 len = (DWORD)lstrlenW(openCommand) + 1; in Discord_RegisterW()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/src/
H A Ddiscord_register_win.cpp106 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
113 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
125 len = (DWORD)lstrlenW(openCommand) + 1; in Discord_RegisterW()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/src/
H A Ddiscord_register_win.cpp105 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
112 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
124 len = (DWORD)lstrlenW(openCommand) + 1; in Discord_RegisterW()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/discord-rpc/src/
H A Ddiscord_register_win.cpp105 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
112 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
124 len = (DWORD)lstrlenW(openCommand) + 1; in Discord_RegisterW()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/src/
H A Ddiscord_register_win.cpp105 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
112 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
124 len = (DWORD)lstrlenW(openCommand) + 1; in Discord_RegisterW()
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/src/
H A Ddiscord_register_win.cpp106 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
113 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
125 len = (DWORD)lstrlenW(openCommand) + 1; in Discord_RegisterW()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/MSVB5/Include/
H A DMediaInfoDLL.bas69 Private Declare Function lstrlenW Lib "kernel32" (ByVal pStr As Long) As Long
77 l = lstrlenW(ptr)
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/MSVB5/Include/
H A DMediaInfoDLL.bas69 Private Declare Function lstrlenW Lib "kernel32" (ByVal pStr As Long) As Long
77 l = lstrlenW(ptr)
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/MSVB5/Include/
H A DMediaInfoDLL.bas69 Private Declare Function lstrlenW Lib "kernel32" (ByVal pStr As Long) As Long
77 l = lstrlenW(ptr)
/dports/games/retroarch/RetroArch-1.9.7/deps/discord-rpc/src/
H A Ddiscord_register_win.c111 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
117 len = (DWORD)lstrlenW(protocolDescription) + 1; in Discord_RegisterW()
127 len = (DWORD)lstrlenW(openCommand) + 1; in Discord_RegisterW()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/include/
H A DPathCchAddExtension.c25 pszExtLength = lstrlenW(pszExt); in PATH_CCH_ADD_EXTENSION()
26 pszPathLength = lstrlenW(pszPath); in PATH_CCH_ADD_EXTENSION()
H A DPathCchAppend.c28 pszMoreLength = lstrlenW(pszMore); in PATH_CCH_APPEND()
29 pszPathLength = lstrlenW(pszPath); in PATH_CCH_APPEND()
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dregistry.c253 if (!szKeyName || lstrlenW(szKeyName) > SIZ_RESMAX) { in apxCreateRegistryW()
257 if (szRoot && lstrlenW(szRoot) > SIZ_RESMAX) { in apxCreateRegistryW()
602 if (!szValue || !lstrlenW(szValue)) { in apxRegistrySetStrW()
608 (lstrlenW(szValue) + 1) * sizeof(WCHAR)) != ERROR_SUCCESS) in apxRegistrySetStrW()
728 if (!szKeyName || lstrlenW(szKeyName) > SIZ_RESMAX) in apxDeleteRegistryW()
730 if (szRoot && lstrlenW(szRoot) > SIZ_RESMAX) in apxDeleteRegistryW()
784 dwLen = lstrlenW(wsBuf); in apxGetJavaSoftHome()
825 dwLen = lstrlenW(wsBuf); in apxGetJavaSoftRuntimeLib()
859 if (lstrlenW(szServiceName) > SIZ_RESMAX) in apxGetServiceDescriptionW()
884 if (lstrlenW(szServiceName) > SIZ_RESMAX) in apxGetServiceUserW()
/dports/net/freerdp/freerdp-2.5.0/server/Windows/
H A Dwf_settings.c91 length = WideCharToMultiByte(CP_UTF8, 0, strX, lstrlenW(strX), NULL, 0, NULL, NULL); in wf_settings_read_string_ascii()
93 WideCharToMultiByte(CP_UTF8, 0, strX, lstrlenW(strX), strA, length, NULL, NULL); in wf_settings_read_string_ascii()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/windows/
H A Dutil.rs15 lstrlenW,
38 let len = unsafe { lstrlenW(wchar) } as usize; in wchar_ptr_to_string()
149 let buf_len = lstrlenW(buf_addr) as usize; in get_last_error()

12345678910>>...24