Home
last modified time | relevance | path

Searched defs:lpString1 (Results 1 – 10 of 10) sorted by relevance

/dports/security/py-angr/angr-9.0.5405/angr/procedures/libc/
H A Dwchar.py5 def run(self, lpString1, lpString2): argument
11 def run(self, lpString1, lpString2): argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.CompareStringOrdinal.cs14 ref char lpString1, in CompareStringOrdinal()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/
H A DInterop.Globalization.cs55 char* lpString1, in CompareStringEx()
65 char* lpString1, in CompareStringOrdinal()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/
H A DInterop.Globalization.cs55 char* lpString1, in CompareStringEx()
65 char* lpString1, in CompareStringOrdinal()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/crt/
H A Dstring.c427 int lstrcmpA(LPCSTR lpString1, LPCSTR lpString2) in lstrcmpA()
432 int lstrcmpW(LPCWSTR lpString1, LPCWSTR lpString2) in lstrcmpW()
/dports/games/hllib/HLLib/
H A DDirectoryFolder.cpp374 hlInt CDirectoryFolder::Compare(const hlChar *lpString0, const hlChar *lpString1, HLFindType eFind)… in Compare() argument
/dports/archivers/hlextract/HLLib/
H A DDirectoryFolder.cpp374 hlInt CDirectoryFolder::Compare(const hlChar *lpString0, const hlChar *lpString1, HLFindType eFind)… in Compare() argument
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A DkPrf2WinApiWrappers-kernel32.h2738 __declspec(dllexport) int WINAPI kPrf2Wrap_lstrcmpA( LPCSTR lpString1, LPCSTR lpString2 ) in kPrf2Wrap_lstrcmpA()
2747 __declspec(dllexport) int WINAPI kPrf2Wrap_lstrcmpW( LPCWSTR lpString1, LPCWSTR lpString2 ) in kPrf2Wrap_lstrcmpW()
2756 __declspec(dllexport) int WINAPI kPrf2Wrap_lstrcmpiA( LPCSTR lpString1, LPCSTR lpString2 ) in kPrf2Wrap_lstrcmpiA()
2765 __declspec(dllexport) int WINAPI kPrf2Wrap_lstrcmpiW( LPCWSTR lpString1, LPCWSTR lpString2 ) in kPrf2Wrap_lstrcmpiW()
2792 __declspec(dllexport) LPSTR WINAPI kPrf2Wrap_lstrcpyA( LPSTR lpString1, LPCSTR lpString2 ) in kPrf2Wrap_lstrcpyA()
2801 __declspec(dllexport) LPWSTR WINAPI kPrf2Wrap_lstrcpyW( LPWSTR lpString1, LPCWSTR lpString2 ) in kPrf2Wrap_lstrcpyW()
2810 __declspec(dllexport) LPSTR WINAPI kPrf2Wrap_lstrcatA( LPSTR lpString1, LPCSTR lpString2 ) in kPrf2Wrap_lstrcatA()
9308 __declspec(dllexport) LPSTR WINAPI kPrf2Wrap_lstrcat( LPSTR lpString1, LPCSTR lpString2 ) in kPrf2Wrap_lstrcat()
9317 __declspec(dllexport) int WINAPI kPrf2Wrap_lstrcmp( LPCSTR lpString1, LPCSTR lpString2 ) in kPrf2Wrap_lstrcmp()
9326 __declspec(dllexport) int WINAPI kPrf2Wrap_lstrcmpi( LPCSTR lpString1, LPCSTR lpString2 ) in kPrf2Wrap_lstrcmpi()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DNativeMethods.cs573 [In] IntPtr lpString1, in CompareString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java2141 char [] lpString1 = lpString == null ? null : lpString.chars; in DrawText() local
2193 char [] lpString1 = lpString == null ? null : lpString.chars; in GetWindowText() local
2198 char [] lpString1 = lpString == null ? null : lpString.chars; in GlobalAddAtom() local
2298 char [] lpString1 = lpString == null ? null : lpString.chars; in RegisterWindowMessage() local
2373 char [] lpString1 = lpString == null ? null : lpString.chars; in SetWindowText() local