Home | History | Annotate | Download | only in iotest

Lines Matching defs:cVal

986     char cVal;
1096 n += fscanf(myCFile, "%c", &cVal);
1097 if (cVal != C_NEW_LINE[num]) {
1102 n += fscanf(myCFile, "%c", &cVal);
1103 if (cVal != C_NEW_LINE[num]) {
1109 cVal = -1;
1110 n += fscanf(myCFile, "%c", &cVal);
1111 if (num != cVal) {
1112 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num);