Home | History | Annotate | Download | only in iotest

Lines Matching refs:cNumPrinted

1127     cNumPrinted = sprintf(buffer, cFormat, cValue);\
1131 if (cNumPrinted != uNumPrinted) {\
1132 log_err("%" uFormat " number printed Got: %d, Expected: %d\n", uNumPrinted, cNumPrinted);\
1146 int32_t cNumPrinted;
1265 cNumPrinted = sprintf(buffer, "%d % d %d", -1234, 1234, 1234);
1269 if (cNumPrinted != uNumPrinted) {
1270 log_err("%%d %% d %%d number printed Got: %d, Expected: %d\n", uNumPrinted, cNumPrinted);