Lines Matching defs:expected
945 "read wrong # bytes from input stream, expected %d, got %d\n",
1520 "read() request returned wrong # of bytes - expected %d, got %d\n%s\n",
1828 "write() returned wrong # bytes - expected %d, got %d\n%s\n",
3426 "%s() request returned wrong # of bytes - expected %d, got %d\n%s\n%s\n",
3649 char actual[33], expected[33];
3667 if ((unsigned int)nb > sizeof(expected) - 1) {
3668 nb = sizeof(expected) - 1;
3677 * Fill in the expected and actual patterns
3679 memset(expected, 0x00, sizeof(expected));
3683 expected[i] =
3686 if (!isprint(expected[i])) {
3687 expected[i] = '.';
3698 " 1st %2d expected bytes: %s\n",
3699 nb, expected);