Lines Matching refs:psz
66 const char *psz = &g_szRTAssertMsg2[0];68 while (psz < pszEnd && (*psz == ' ' || *psz == '\t' || *psz == '\n' || *psz == '\r'))69 psz++;71 if (psz < pszEnd && *psz)72 assfail(psz, g_pszRTAssertFile, g_u32RTAssertLine);