Searched refs:cTestResult (Results 1 – 1 of 1) sorted by relevance
316 u_austrncpy(cTestResult, testStr, sizeof(cTestResult)/sizeof(cTestResult[0]));\317 if (size != expectedSize || strcmp(cTestResult, expectedStr) != 0) {\319 size, expectedSize, cTestResult, expectedStr);\322 log_verbose("Got: %s\n", cTestResult);\330 char cTestResult[256]; in TestSnprintf() local