Home
last modified time | relevance | path

Searched refs:LPTSTR (Results 201 – 225 of 4541) sorted by relevance

12345678910>>...182

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A DCASetPermissionBOINCDataProjects.cpp166 ea[0].Trustee.ptstrName = (LPTSTR)rgSidSY; in OnExecution()
174 ea[1].Trustee.ptstrName = (LPTSTR)rgSidBA; in OnExecution()
182 ea[2].Trustee.ptstrName = (LPTSTR)strBOINCAdminsGroupAlias.c_str(); in OnExecution()
190 ea[3].Trustee.ptstrName = (LPTSTR)strBOINCUsersGroupAlias.c_str(); in OnExecution()
198 ea[4].Trustee.ptstrName = (LPTSTR)strBOINCProjectsGroupAlias.c_str(); in OnExecution()
209 ea[5].Trustee.ptstrName = (LPTSTR)rgSidBU; in OnExecution()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/win32/
H A Dwin_service.c20 static LPTSTR g_lpszServiceName = "OssecSvc";
21 static LPTSTR g_lpszServiceDisplayName = "OSSEC HIDS";
22 static LPTSTR g_lpszServiceDescription = "OSSEC HIDS Windows Agent";
27 void WINAPI OssecServiceStart (DWORD argc, LPTSTR *argv);
184 (LPTSTR) &lpMsgBuf, in InstallService()
281 void WINAPI OssecServiceStart (__attribute__((unused)) DWORD argc, __attribute__((unused)) LPTSTR *… in OssecServiceStart()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/win32/
H A Dwin_service.c20 static LPTSTR g_lpszServiceName = "OssecSvc";
21 static LPTSTR g_lpszServiceDisplayName = "OSSEC HIDS";
22 static LPTSTR g_lpszServiceDescription = "OSSEC HIDS Windows Agent";
27 void WINAPI OssecServiceStart (DWORD argc, LPTSTR *argv);
184 (LPTSTR) &lpMsgBuf, in InstallService()
281 void WINAPI OssecServiceStart (__attribute__((unused)) DWORD argc, __attribute__((unused)) LPTSTR *… in OssecServiceStart()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/win32/
H A Dwin_service.c20 static LPTSTR g_lpszServiceName = "OssecSvc";
21 static LPTSTR g_lpszServiceDisplayName = "OSSEC HIDS";
22 static LPTSTR g_lpszServiceDescription = "OSSEC HIDS Windows Agent";
27 void WINAPI OssecServiceStart (DWORD argc, LPTSTR *argv);
184 (LPTSTR) &lpMsgBuf, in InstallService()
281 void WINAPI OssecServiceStart (__attribute__((unused)) DWORD argc, __attribute__((unused)) LPTSTR *… in OssecServiceStart()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/System/Win32/
H A DString.hs14 , TCHAR, LPTSTR, LPCTSTR, LPCTSTR_
31 withTStringBuffer :: Int -> (LPTSTR -> IO a) -> IO a
47 withTStringBufferLen :: Int -> ((LPTSTR, Int) -> IO a) -> IO a
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/System/Win32/Info/
H A DComputer.hsc61 import System.Win32.String ( LPCTSTR, LPTSTR, withTString, withTStringBuffer
82 c_ExpandEnvironmentStrings :: LPCTSTR -> LPTSTR -> DWORD -> IO DWORD
100 c_GetComputerName :: LPTSTR -> LPDWORD -> IO Bool
109 c_SetComputerName :: LPTSTR -> IO Bool
205 c_GetUserName :: LPTSTR -> LPDWORD -> IO Bool
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/win32unix/
H A Dsymlink.c28 typedef BOOLEAN (WINAPI *LPFN_CREATESYMBOLICLINK) (LPTSTR, LPTSTR, DWORD);
38 LPTSTR source; in unix_symlink()
39 LPTSTR dest; in unix_symlink()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/win32unix/
H A Dsymlink.c28 typedef BOOLEAN (WINAPI *LPFN_CREATESYMBOLICLINK) (LPTSTR, LPTSTR, DWORD);
38 LPTSTR source; in unix_symlink()
39 LPTSTR dest; in unix_symlink()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/wininet_transport/
H A Dxmlrpc_wininet_transport.c264 LPTSTR pMsg; in get_wininet_response()
271 (LPTSTR) &pMsgMem, in get_wininet_response()
274 pMsg = pMsgMem ? (LPTSTR)pMsgMem : "Sync HttpQueryInfo failed."; in get_wininet_response()
305 LPTSTR pMsg; in get_wininet_response()
311 (LPTSTR) &pMsgMem, in get_wininet_response()
416 LPTSTR pMsg; in performWinInetTransaction()
426 (LPTSTR) &pMsgMem, in performWinInetTransaction()
507 pMsg = (LPTSTR)pMsgMem = LocalAlloc(LPTR, MAX_PATH); in performWinInetTransaction()
514 pMsg = (LPTSTR)pMsgMem; in performWinInetTransaction()
526 LPTSTR pMsg; in performWinInetTransaction()
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/wininet_transport/
H A Dxmlrpc_wininet_transport.c267 LPTSTR pMsg; in get_wininet_response()
274 (LPTSTR) &pMsgMem, in get_wininet_response()
277 pMsg = pMsgMem ? (LPTSTR)pMsgMem : "Sync HttpQueryInfo failed."; in get_wininet_response()
308 LPTSTR pMsg; in get_wininet_response()
314 (LPTSTR) &pMsgMem, in get_wininet_response()
419 LPTSTR pMsg; in performWinInetTransaction()
429 (LPTSTR) &pMsgMem, in performWinInetTransaction()
529 pMsg = (LPTSTR)pMsgMem = LocalAlloc(LPTR, MAX_PATH); in performWinInetTransaction()
536 pMsg = (LPTSTR)pMsgMem; in performWinInetTransaction()
548 LPTSTR pMsg; in performWinInetTransaction()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwinmain.c109 LPTSTR szModuleName;
110 LPTSTR szPackageDir;
111 LPTSTR winhelpname;
112 LPTSTR szMenuName;
337 static LPTSTR
359 static LPTSTR
362 LPTSTR lang; in LocalisedFile()
363 LPTSTR filename; in LocalisedFile()
387 ReadMainIni(LPTSTR file, LPTSTR section) in ReadMainIni()
436 LPTSTR tail; in WinMain()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwinmain.c109 LPTSTR szModuleName;
110 LPTSTR szPackageDir;
111 LPTSTR winhelpname;
112 LPTSTR szMenuName;
337 static LPTSTR
359 static LPTSTR
362 LPTSTR lang; in LocalisedFile()
363 LPTSTR filename; in LocalisedFile()
387 ReadMainIni(LPTSTR file, LPTSTR section) in ReadMainIni()
436 LPTSTR tail; in WinMain()
[all …]
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/
H A DLog.c78 if (!lstrcmp((LPTSTR)lpData,TEXT("debug"))) in LogInit()
80 else if (!lstrcmp((LPTSTR)lpData,TEXT("info"))) in LogInit()
82 else if (!lstrcmp((LPTSTR)lpData,TEXT("warning"))) in LogInit()
84 else if (!lstrcmp((LPTSTR)lpData,TEXT("error"))) in LogInit()
86 else if (!lstrcmp((LPTSTR)lpData,TEXT("none"))) in LogInit()
/dports/devel/simgear/simgear-2020.3.11/simgear/serial/
H A Dserial.cxx83 (LPTSTR) &lpMsgBuf, in open_port()
184 (LPTSTR) &lpMsgBuf, in set_baud()
202 (LPTSTR) &lpMsgBuf, in set_baud()
293 (LPTSTR) &lpMsgBuf, in read_port()
346 (LPTSTR) &lpMsgBuf, in read_port()
407 (LPTSTR) &lpMsgBuf, in write_port()
481 (LPTSTR) &lpMsgBuf, in write_port()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapispi.h63 …IPURE; MAPIMETHOD(RegisterPreprocessor) (THIS_ LPMAPIUID lpMuid,LPTSTR lpszAdrType,LPTSTR lpszDLLN…
64LPTSTR lpszName,LPTSTR lpszAdrType,LPTSTR lpszAddress,ULONG ulFlags,ULONG *lpcbEntryID,LPENTRYID *…
81 …ags) IPURE; MAPIMETHOD(Logon) (THIS_ LPMAPISUP lpMAPISup,ULONG ulUIParam,LPTSTR lpszProfileName,UL…
118 …E; MAPIMETHOD(TransportLogon) (THIS_ LPMAPISUP lpMAPISup,ULONG ulUIParam,LPTSTR lpszProfileName,UL…
133 LPTSTR lpszAdrType;
134 LPTSTR lpszDLLName;
164 …PURE) MAPIMETHOD(AddressTypes) (THIS_ ULONG *lpulFlags,ULONG *lpcAdrType,LPTSTR **lpppAdrTypeArray…
203LPTSTR lpszProfileName,ULONG cbEntryID,LPENTRYID lpEntryID,ULONG ulFlags,LPCIID lpInterface,ULONG …
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapispi.h63 …IPURE; MAPIMETHOD(RegisterPreprocessor) (THIS_ LPMAPIUID lpMuid,LPTSTR lpszAdrType,LPTSTR lpszDLLN…
64LPTSTR lpszName,LPTSTR lpszAdrType,LPTSTR lpszAddress,ULONG ulFlags,ULONG *lpcbEntryID,LPENTRYID *…
81 …ags) IPURE; MAPIMETHOD(Logon) (THIS_ LPMAPISUP lpMAPISup,ULONG ulUIParam,LPTSTR lpszProfileName,UL…
118 …E; MAPIMETHOD(TransportLogon) (THIS_ LPMAPISUP lpMAPISup,ULONG ulUIParam,LPTSTR lpszProfileName,UL…
133 LPTSTR lpszAdrType;
134 LPTSTR lpszDLLName;
164 …PURE) MAPIMETHOD(AddressTypes) (THIS_ ULONG *lpulFlags,ULONG *lpcAdrType,LPTSTR **lpppAdrTypeArray…
203LPTSTR lpszProfileName,ULONG cbEntryID,LPENTRYID lpEntryID,ULONG ulFlags,LPCIID lpInterface,ULONG …
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dpdh_interface.cpp36 …TATUS (WINAPI *PdhEnumObjectItems_Fn)(LPCTSTR, LPCTSTR, LPCTSTR, LPTSTR, LPDWORD, LPTSTR, LPDWORD,…
39 typedef PDH_STATUS (WINAPI *PdhMakeCounterPath_Fn)(PDH_COUNTER_PATH_ELEMENTS*, LPTSTR, LPDWORD, DWO…
141 LPTSTR mszCounterList, LPDWORD pcchCounterListLength, LPTSTR mszInstanceList, in PdhEnumObjectItems()
158 PDH_STATUS PdhDll::PdhMakeCounterPath(PDH_COUNTER_PATH_ELEMENTS* pCounterPathElements, LPTSTR szFul… in PdhMakeCounterPath()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A Dpdh_interface.cpp36 …TATUS (WINAPI *PdhEnumObjectItems_Fn)(LPCTSTR, LPCTSTR, LPCTSTR, LPTSTR, LPDWORD, LPTSTR, LPDWORD,…
39 typedef PDH_STATUS (WINAPI *PdhMakeCounterPath_Fn)(PDH_COUNTER_PATH_ELEMENTS*, LPTSTR, LPDWORD, DWO…
141 LPTSTR mszCounterList, LPDWORD pcchCounterListLength, LPTSTR mszInstanceList, in PdhEnumObjectItems()
158 PDH_STATUS PdhDll::PdhMakeCounterPath(PDH_COUNTER_PATH_ELEMENTS* pCounterPathElements, LPTSTR szFul… in PdhMakeCounterPath()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dpdh_interface.cpp36 …TATUS (WINAPI *PdhEnumObjectItems_Fn)(LPCTSTR, LPCTSTR, LPCTSTR, LPTSTR, LPDWORD, LPTSTR, LPDWORD,…
39 typedef PDH_STATUS (WINAPI *PdhMakeCounterPath_Fn)(PDH_COUNTER_PATH_ELEMENTS*, LPTSTR, LPDWORD, DWO…
141 LPTSTR mszCounterList, LPDWORD pcchCounterListLength, LPTSTR mszInstanceList, in PdhEnumObjectItems()
158 PDH_STATUS PdhDll::PdhMakeCounterPath(PDH_COUNTER_PATH_ELEMENTS* pCounterPathElements, LPTSTR szFul… in PdhMakeCounterPath()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/
H A Dpdh_interface.cpp36 …TATUS (WINAPI *PdhEnumObjectItems_Fn)(LPCTSTR, LPCTSTR, LPCTSTR, LPTSTR, LPDWORD, LPTSTR, LPDWORD,…
39 typedef PDH_STATUS (WINAPI *PdhMakeCounterPath_Fn)(PDH_COUNTER_PATH_ELEMENTS*, LPTSTR, LPDWORD, DWO…
141 LPTSTR mszCounterList, LPDWORD pcchCounterListLength, LPTSTR mszInstanceList, in PdhEnumObjectItems()
158 PDH_STATUS PdhDll::PdhMakeCounterPath(PDH_COUNTER_PATH_ELEMENTS* pCounterPathElements, LPTSTR szFul… in PdhMakeCounterPath()
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A Dservice.c71 void WINAPI service_main(DWORD dwArgc, LPTSTR *lpszArgv) { in service_main()
221 VOID AddToMessageLog(LPTSTR lpszMsg) { in AddToMessageLog()
469 LPTSTR GetLastErrorText( LPTSTR lpszBuf, DWORD dwSize ) { in GetLastErrorText()
471 LPTSTR lpszTemp = NULL; in GetLastErrorText()
477 (LPTSTR)&lpszTemp, in GetLastErrorText()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A Dpdh_interface.cpp36 …TATUS (WINAPI *PdhEnumObjectItems_Fn)(LPCTSTR, LPCTSTR, LPCTSTR, LPTSTR, LPDWORD, LPTSTR, LPDWORD,…
39 typedef PDH_STATUS (WINAPI *PdhMakeCounterPath_Fn)(PDH_COUNTER_PATH_ELEMENTS*, LPTSTR, LPDWORD, DWO…
141 LPTSTR mszCounterList, LPDWORD pcchCounterListLength, LPTSTR mszInstanceList, in PdhEnumObjectItems()
158 PDH_STATUS PdhDll::PdhMakeCounterPath(PDH_COUNTER_PATH_ELEMENTS* pCounterPathElements, LPTSTR szFul… in PdhMakeCounterPath()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dpdh_interface.cpp36 …TATUS (WINAPI *PdhEnumObjectItems_Fn)(LPCTSTR, LPCTSTR, LPCTSTR, LPTSTR, LPDWORD, LPTSTR, LPDWORD,…
39 typedef PDH_STATUS (WINAPI *PdhMakeCounterPath_Fn)(PDH_COUNTER_PATH_ELEMENTS*, LPTSTR, LPDWORD, DWO…
141 LPTSTR mszCounterList, LPDWORD pcchCounterListLength, LPTSTR mszInstanceList, in PdhEnumObjectItems()
158 PDH_STATUS PdhDll::PdhMakeCounterPath(PDH_COUNTER_PATH_ELEMENTS* pCounterPathElements, LPTSTR szFul… in PdhMakeCounterPath()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dpdh_interface.cpp36 …TATUS (WINAPI *PdhEnumObjectItems_Fn)(LPCTSTR, LPCTSTR, LPCTSTR, LPTSTR, LPDWORD, LPTSTR, LPDWORD,…
39 typedef PDH_STATUS (WINAPI *PdhMakeCounterPath_Fn)(PDH_COUNTER_PATH_ELEMENTS*, LPTSTR, LPDWORD, DWO…
141 LPTSTR mszCounterList, LPDWORD pcchCounterListLength, LPTSTR mszInstanceList, in PdhEnumObjectItems()
158 PDH_STATUS PdhDll::PdhMakeCounterPath(PDH_COUNTER_PATH_ELEMENTS* pCounterPathElements, LPTSTR szFul… in PdhMakeCounterPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlmisc.h208 BOOL GetFromList(int /*nItemID*/, LPTSTR /*lpstrDocName*/) in GetFromList() argument
465 LPTSTR m_lpszRoot;
497 BOOL GetFileName(LPTSTR lpstrFileName, int cchLength) const in GetFileName()
509 BOOL GetFilePath(LPTSTR lpstrFilePath, int cchLength) const in GetFilePath()
536 BOOL GetFileTitle(LPTSTR lpstrFileTitle, int cchLength) const in GetFileTitle()
548 LPTSTR pstrDot = _tcsrchr(szBuff, _T('.')); in GetFileTitle()
557 BOOL GetFileURL(LPTSTR lpstrFileURL, int cchLength) const in GetFileURL()
571 BOOL GetRoot(LPTSTR lpstrRoot, int cchLength) const in GetRoot()
760 LPTSTR lpstrLongPath = buff.Allocate(cchLongPath);
795 LPTSTR pstrSep = _tcsrchr(m_lpszRoot, m_chDirSeparator);
[all …]

12345678910>>...182