Home
last modified time | relevance | path

Searched refs:tempfileW (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/localspl/
H A Dlocalmon.c131 static WCHAR tempfileW[MAX_PATH]; variable
344 delete_port(tempfileW); in test_AddPortEx()
346 pi.pPortName = tempfileW; in test_AddPortEx()
362 delete_port(tempfileW); in test_AddPortEx()
404 pi.pPortName = tempfileW; in test_AddPortEx()
414 if (res) delete_port(tempfileW); in test_AddPortEx()
423 if (res) delete_port(tempfileW); in test_AddPortEx()
431 if (res) delete_port(tempfileW); in test_AddPortEx()
434 delete_port(tempfileW); in test_AddPortEx()
1490 tempfileW[0] = '\0'; in START_TEST()
[all …]
/reactos/modules/rostests/winetests/crypt32/
H A Dsip.c159 static WCHAR tempfileW[MAX_PATH]; in test_SIPRetrieveSubjectGUID() local
223 MultiByteToWideChar(CP_ACP, 0, tempfile, strlen(tempfile)+1, tempfileW, ARRAY_SIZE(tempfileW)); in test_SIPRetrieveSubjectGUID()
227 ret = CryptSIPRetrieveSubjectGuid(tempfileW, NULL, &subject); in test_SIPRetrieveSubjectGUID()
244 ret = CryptSIPRetrieveSubjectGuid(tempfileW, NULL, &subject); in test_SIPRetrieveSubjectGUID()
260 ret = CryptSIPRetrieveSubjectGuid(tempfileW, NULL, &subject); in test_SIPRetrieveSubjectGUID()
280 ret = CryptSIPRetrieveSubjectGuid(tempfileW, NULL, &subject); in test_SIPRetrieveSubjectGUID()
298 ret = CryptSIPRetrieveSubjectGuid(tempfileW, NULL, &subject); in test_SIPRetrieveSubjectGUID()
/reactos/modules/rostests/winetests/winspool/
H A Dinfo.c91 static LPWSTR tempfileW = NULL; variable
294 tempfileW = buffer_fileW; in find_tempfile()
2282 …res = pXcvDataW(hXcv, cmd_PortIsValidW, (PBYTE) tempfileW, (lstrlenW(tempfileW) + 1) * sizeof(WCHA… in test_XcvDataW_PortIsValid()