Lines Matching refs:pch
87 char *pch = &g_szRTAssertMsg[cch];
88 cch += RTStrFormatV(rtR0Os2AssertOutputCB, &pch, NULL, NULL, pszFormat, va);
106 char *pch = *ppch;
115 if (pch + 1 >= &g_szRTAssertMsg[sizeof(g_szRTAssertMsg)])
117 *pch++ = '\r';
119 if (pch + 1 >= &g_szRTAssertMsg[sizeof(g_szRTAssertMsg)])
121 *pch++ = ch;
123 *pch = '\0';
125 size_t cbWritten = pch - *ppch;
126 *ppch = pch;