Lines Matching defs:expected
335 "%s( ) prototype mismatch: %d args passed, 1 expected\n",
378 "%s( ) prototype mismatch: %d args passed, %d expected\n",
440 "%s( ) prototype mismatch: %d args passed, %s expected\n",
524 "%s( ) prototype mismatch: %d args passed, %d expected\n",
763 "mismatch: expected at most 3 args\n");
1344 "declaration: expected %d, found %d\n",
1351 " declaration: expected %d, found %d\n",
1359 "declaration: expected %d, found %d\n",
1495 int expected = 0, found = 0;
1497 for (i = 0; expected == found; i++) {
1500 expected = (oarg >> args[i].shift) & UINT16_MAX;
1506 "declaration: expected %d, found %d\n",
1507 args[i - 1].str, i, expected, found);
1533 "mismatch: %d args passed, at most %d expected",