Home
last modified time | relevance | path

Searched refs:pstr (Results 1 – 19 of 19) sorted by relevance

/reactos/dll/win32/comdlg32/
H A Dfiledlg31.c415 LPWSTR pstr; in FD31_DirListDblClick() local
425 heap_free(pstr); in FD31_DirListDblClick()
453 LPWSTR pstr; in FD31_FileListSelect() local
620 LPWSTR pstr; in FD31_DiskChange() local
643 LPWSTR pstr; in FD31_FileTypeChange() local
983 while(*pstr) in FD31_WMInitDialog()
989 pstr += lstrlenW(pstr) + 1; in FD31_WMInitDialog()
994 pstr += lstrlenW(pstr) + 1; in FD31_WMInitDialog()
1001 while(*pstr) { in FD31_WMInitDialog()
1006 pstr += lstrlenW(pstr) + 1; in FD31_WMInitDialog()
[all …]
/reactos/sdk/lib/crt/time/
H A Dasctime.c153 _TCHAR *pstr; in _tasctime() local
156 pstr = data->asctime_buffer; in _tasctime()
158 pstr = data->wasctime_buffer; in _tasctime()
161 if(!pstr) in _tasctime()
162 pstr = malloc(sizeof(struct tm)); in _tasctime()
165 FillBuf((timebuf_t*)pstr, ptm); in _tasctime()
167 return pstr; in _tasctime()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dfind_test.cpp120 char *pstr = (char*)str; in find_char() local
124 char *d = find(pstr, pstr + str_size, 'd'); in find_char()
130 char *last = find(pstr, pstr + str_size, 'x'); in find_char()
131 CPPUNIT_ASSERT( last == pstr + str_size ); in find_char()
H A Dmvctor_test.cpp68 char const* pstr = vec_strs.front().c_str(); in move_construct_test() local
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str())); in move_construct_test()
88 pstr = vec_strs[2].c_str(); in move_construct_test()
92 CPPUNIT_ASSERT((pstr == vec_strs[1].c_str())); in move_construct_test()
/reactos/win32ss/gdi/ntgdi/
H A Dgdidbg.c460 PSTR pstr; in DbgPrintEvent() local
464 case EVENT_ALLOCATE: pstr = "Allocate"; break; in DbgPrintEvent()
466 case EVENT_REFERENCE: pstr = "Ref"; break; in DbgPrintEvent()
467 case EVENT_DEREFERENCE: pstr = "Deref"; break; in DbgPrintEvent()
468 case EVENT_LOCK: pstr = "Lock"; break; in DbgPrintEvent()
469 case EVENT_UNLOCK: pstr = "Unlock"; break; in DbgPrintEvent()
470 case EVENT_DELETE: pstr = "Delete"; break; in DbgPrintEvent()
471 case EVENT_FREE: pstr = "Free"; break; in DbgPrintEvent()
472 case EVENT_SET_OWNER: pstr = "SetOwner"; break; in DbgPrintEvent()
473 default: pstr = "Unknown"; break; in DbgPrintEvent()
[all …]
/reactos/dll/win32/oleaut32/
H A Dusrmarshal.c138 TRACE("(%x,%d,%p) => %p\n", *pFlags, Start, pstr, *pstr); in BSTR_UserSize()
139 if (*pstr) TRACE("string=%s\n", debugstr_w(*pstr)); in BSTR_UserSize()
151 TRACE("(%x,%p,%p) => %p\n", *pFlags, Buffer, pstr, *pstr); in BSTR_UserMarshal()
152 if (*pstr) TRACE("string=%s\n", debugstr_w(*pstr)); in BSTR_UserMarshal()
157 if (*pstr) in BSTR_UserMarshal()
171 TRACE("(%x,%p,%p) => %p\n", *pFlags, Buffer, pstr, *pstr); in BSTR_UserUnmarshal()
181 *pstr = NULL; in BSTR_UserUnmarshal()
185 if (*pstr) TRACE("string=%s\n", debugstr_w(*pstr)); in BSTR_UserUnmarshal()
191 TRACE("(%x,%p) => %p\n", *pFlags, pstr, *pstr); in BSTR_UserFree()
192 SysFreeString(*pstr); in BSTR_UserFree()
[all …]
/reactos/sdk/lib/crt/string/
H A Dscanf.h545 char *pstr = str; variable
559 *pstr = 0;
571 wchar_t *pstr = str; variable
585 *pstr = 0;
/reactos/dll/directx/bdaplgin/
H A Ddevicecontrol.cpp322 LPOLESTR pstr; in GetNodeInterfaces() local
324 StringFromCLSID(rgguidInterfaces[Index], &pstr); in GetNodeInterfaces()
326 … swprintf(Buffer, L"CBDADeviceControl::GetNodeInterfaces: Index %lu Name %s\n", Index, pstr); in GetNodeInterfaces()
/reactos/dll/win32/ole32/
H A Dstg_prop.c2653 WCHAR *pstr = str; in FmtIdToPropStgName() local
2656 *pstr++ = 5; in FmtIdToPropStgName()
2663 *pstr = (WCHAR)(fmtMap[i & CHARMASK]); in FmtIdToPropStgName()
2665 *pstr <= 'z') in FmtIdToPropStgName()
2666 *pstr += 'A' - 'a'; in FmtIdToPropStgName()
2667 pstr++; in FmtIdToPropStgName()
2679 *pstr++ = (WCHAR)(fmtMap[i & CHARMASK]); in FmtIdToPropStgName()
2683 *pstr = 0; in FmtIdToPropStgName()
2723 const WCHAR *pstr = str; in PropStgNameToFmtId() local
2734 wc = *++pstr - 'A'; in PropStgNameToFmtId()
[all …]
/reactos/sdk/tools/spec2def/
H A Dspec2def.c541 PrintName(FILE *fileDest, EXPORT *pexp, PSTRING pstr, int fDeco) in PrintName() argument
543 const char *pcName = pstr->buf; in PrintName()
544 int nNameLength = pstr->len; in PrintName()
811 PrintNameOrImpName(FILE *fileDest, EXPORT *pexp, PSTRING pstr, int fDeco, int fImp) in PrintNameOrImpName() argument
818 PrintName(fileDest, pexp, pstr, fDeco); in PrintNameOrImpName()
/reactos/dll/win32/shell32/wine/
H A Dshell32_main.c1037 const char* const *pstr = SHELL_Authors; in AboutAuthorsDlgProc() local
1042 while (*pstr) in AboutAuthorsDlgProc()
1047 MultiByteToWideChar( CP_UTF8, 0, *pstr, -1, name, sizeof(name)/sizeof(WCHAR) ); in AboutAuthorsDlgProc()
1049 pstr++; in AboutAuthorsDlgProc()
/reactos/sdk/lib/atl/
H A Dstatreg.h486 HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register) in do_process_key() argument
507 iter = *pstr; in do_process_key()
688 *pstr = iter; in do_process_key()
/reactos/dll/win32/atl/
H A Dregistrar.c184 static HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register) in do_process_key() argument
205 iter = *pstr; in do_process_key()
374 *pstr = iter; in do_process_key()
/reactos/sdk/include/psdk/
H A Dactivdbg.idl357 [in] LPCOLESTR pstr);
436 [in] LPCOLESTR pstr);
H A Dexdisp.idl873 [id(17)] HRESULT getErrorMsg([out, retval] BSTR *pstr);
874 [id(18)] HRESULT getErrorUrl([out, retval] BSTR *pstr);
/reactos/dll/directx/ksproxy/
H A Dproxy.cpp969 LPOLESTR pstr; in IsFormatSupported() local
970 StringFromCLSID(*pFormat, &pstr); in IsFormatSupported()
971 swprintf(Buffer, L"CKsProxy::IsFormatSupported %s\n",pstr); in IsFormatSupported()
3166 LPOLESTR pstr; in CKsProxy_Constructor() local
3167 StringFromCLSID(riid, &pstr); in CKsProxy_Constructor()
3168 swprintf(Buffer, L"CKsProxy_Constructor pUnkOuter %p riid %s\n", pUnkOuter, pstr); in CKsProxy_Constructor()
H A Doutput_pin.cpp1364 LPOLESTR pstr; in KsProperty() local
1365 StringFromCLSID(Property->Set, &pstr); in KsProperty()
1366 …swprintf(Buffer, L"COutputPin::KsProperty Set %s Id %lu Flags %x hr %x\n", pstr, Property->Id, Pro… in KsProperty()
/reactos/win32ss/user/ntuser/
H A Ddesktop.c2170 PWCHAR pstr = wszzVersion; in IntPaintDesktop() local
2171 for (i = 0; (i < ARRAYSIZE(VerStrs)) && *pstr; ++i) in IntPaintDesktop()
2173 VerStrs[i].n = lstrlenW(pstr); in IntPaintDesktop()
2174 VerStrs[i].lpstr = pstr; in IntPaintDesktop()
2175 pstr += (VerStrs[i].n + 1); in IntPaintDesktop()
/reactos/dll/win32/shell32/
H A DCShellLink.cpp416 static HRESULT Stream_LoadString(IStream* stm, BOOL unicode, LPWSTR *pstr) in Stream_LoadString() argument
464 *pstr = str; in Stream_LoadString()