Lines Matching defs:szPath3
50 char szPath3[RTPATH_MAX];
52 RTStrCopy(szPath3, sizeof(szPath3), pszTarget);
57 char *psz = szPath3;
79 RTTESTI_CHECK_MSG(strcmp(szPath2, szPath3) == 0, ("got=\"%s\" expected=\"%s\"", szPath2, szPath3));
84 RTTESTI_CHECK_MSG(strcmp(szPath2, szPath3) == 0, ("got=\"%s\" expected=\"%s\"", szPath2, szPath3));
89 RTTESTI_CHECK_MSG( strncmp(szPath2, szPath3, cchTarget - 1) == 0
91 ("got=\"%s\" expected=\"%.*s\"", szPath2, cchTarget - 1, szPath3));