/reactos/sdk/lib/ucrt/misc/ |
H A D | dbgrptt.cpp | 245 int nLine, in _VCrtDbgReportA() argument 276 _ERRCHECK(_itoa_s(nLine, szLineMessage, DBGRPT_MAX_MSG, 10)); in _VCrtDbgReportA() 323 szFile, nLine, szLineMessage)); in _VCrtDbgReportA() 416 if (nLine) in _VCrtDbgReportA() 418 _ERRCHECK(_itoa_s(nLine, szLineMessage, DBGRPT_MAX_MSG, 10)); in _VCrtDbgReportA() 421 …retval = __acrt_MessageWindowA(nRptType, returnAddress, szFile, (nLine ? szLineMessage : nullptr),… in _VCrtDbgReportA() 466 int nLine, in _VCrtDbgReportW() argument 496 _ERRCHECK(_itow_s(nLine, szLineMessage, DBGRPT_MAX_MSG, 10)); in _VCrtDbgReportW() 552 szFile, nLine, szLineMessage)); in _VCrtDbgReportW() 672 if (nLine) in _VCrtDbgReportW() [all …]
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | OpenAs_RunDLL.cpp | 22 int nLine; member 107 …ok(fp != NULL, "Line %d: Unable to create file '%s'\n", pEntry->nLine, wine_dbgstr_w(pEntry->pszFi… in DoEntry() 125 …ok(pEntry->dwError == dwError, "Line %d: error expected %ld, was %ld\n", pEntry->nLine, pEntry->dw… in DoEntry() 132 ok(DeleteFileW(pEntry->pszFileW), "Line %d: DeleteFileA failed\n", pEntry->nLine); in DoEntry() 140 … ok(fp != NULL, "Line %d: Unable to create file '%s'\n", pEntry->nLine, pEntry->pszFileA); in DoEntry() 158 …ok(pEntry->dwError == dwError, "Line %d: error expected %ld, was %ld\n", pEntry->nLine, pEntry->dw… in DoEntry() 165 ok(DeleteFileA(pEntry->pszFileA), "Line %d: DeleteFileA failed\n", pEntry->nLine); in DoEntry()
|
/reactos/sdk/tools/spec2def/ |
H A D | spec2def.c | 862 unsigned nLine, in Fatalv() argument 885 fprintf(stderr, "ERROR: (%s:%u:%u): ", filename, nLine, errorpos); in Fatalv() 912 unsigned nLine, in Fatal() argument 922 Fatalv(filename, nLine, pcLine, pc, errorlen, format, argptr); in Fatal() 931 int cLines, nLine; in ParseFile() local 955 nLine = 1; in ParseFile() 957 for (pcLine = pcStart; *pcLine; pcLine = NextLine(pcLine), nLine++) in ParseFile() 1144 nLine, in ParseFile() 1214 nLine, in ParseFile() 1253 Fatal(pszSourceFileName, nLine, pcLine, pc - 1, 0, "Expected '('"); in ParseFile() [all …]
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | gdidebug.h | 130 GdiDbgAssertNoLocks(char * pszFile, ULONG nLine) in GdiDbgAssertNoLocks() argument 137 pszFile, nLine, pti->cExclusiveLocks); in GdiDbgAssertNoLocks()
|
/reactos/dll/win32/msxml4/ |
H A D | msxml4_tlb.idl | 1912 [out, retval] int * nLine);
|
/reactos/sdk/include/psdk/ |
H A D | msxml6.idl | 1973 [out, retval] int * nLine);
|
H A D | msxml2.idl | 2113 [out, retval] int * nLine);
|