Searched refs:lpMsgBuf (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinLoad.c90 LPTSTR lpMsgBuf;
96 (LPTSTR) &lpMsgBuf, 0, NULL);
98 sprintf(buf, "%d %s", lastError, (char *)lpMsgBuf);
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinLoad.c83 LPTSTR lpMsgBuf;
88 (LPTSTR) &lpMsgBuf, 0, NULL);
90 sprintf(buf, "%d %s", lastError, (char *)lpMsgBuf);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A Dsystem_error.inc27 LPVOID lpMsgBuf = 0;
35 (LPSTR) &lpMsgBuf,
39 ::LocalFree(lpMsgBuf);
43 std::string str( static_cast<LPCSTR>(lpMsgBuf) );
44 ::LocalFree(lpMsgBuf);
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinPixmap.c103 LPVOID lpMsgBuf;
110 (LPTSTR) &lpMsgBuf, 0, NULL)) {
111 MessageBox(NULL, (LPCTSTR) lpMsgBuf,
114 LocalFree(lpMsgBuf);
102 LPVOID lpMsgBuf; local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinPixmap.c104 LPVOID lpMsgBuf;
111 (LPTSTR) &lpMsgBuf, 0, NULL)) {
112 MessageBox(NULL, (LPCTSTR) lpMsgBuf,
115 LocalFree(lpMsgBuf);
103 LPVOID lpMsgBuf; local
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dstrerror.c91 LPVOID lpMsgBuf = NULL; local
100 (LPTSTR) &lpMsgBuf,
104 return (lpMsgBuf);
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dstrerror.c91 LPVOID lpMsgBuf = NULL; local
100 (LPTSTR) &lpMsgBuf,
104 return (lpMsgBuf);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/utils/
H A Dsaslpasswd.c88 LPVOID lpMsgBuf; local
97 (LPTSTR) &lpMsgBuf,
102 return_value = strdup (lpMsgBuf);
104 LocalFree( lpMsgBuf );
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Dcrypto.c129 LPVOID lpMsgBuf; local
135 (LPTSTR) & lpMsgBuf, 0, NULL);
139 lpMsgBuf); local
140 LocalFree (lpMsgBuf);
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_win32.c33 LPVOID lpMsgBuf; local
41 (LPTSTR) & lpMsgBuf, 0, NULL) == 0)
48 (LPTSTR) & lpMsgBuf, 0, NULL);
49 rb_bug("%s: %s", func, (char*)lpMsgBuf);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dplugin_common.c840 LPVOID lpMsgBuf; local
849 (LPTSTR) &lpMsgBuf,
854 if (_plug_strdup (utils, lpMsgBuf, &return_value, NULL) != SASL_OK) {
858 LocalFree( lpMsgBuf );
/macosx-10.9.5/apache-786.1/httpd/support/win32/
H A DApacheMonitor.c207 LPVOID lpMsgBuf = NULL; local
217 (LPTSTR) &lpMsgBuf, 0, NULL);
218 MessageBox(NULL, (LPCTSTR)lpMsgBuf,
221 LocalFree(lpMsgBuf);
/macosx-10.9.5/vim-53/src/
H A Dgui_w48.c338 LPVOID lpMsgBuf; local
343 (LPTSTR) &lpMsgBuf, 0, NULL);
344 TRACE1("Error: %s\n", lpMsgBuf);
345 LocalFree(lpMsgBuf);

Completed in 317 milliseconds