Lines Matching defs:expect_char
1750 char expect[16], expect_char;
1772 expect_char = 'p';
1774 expect_char = tolower(SCL_PARAM_CHAR(inq_cmnd) - 1);
1776 count = sprintf(expect, "\033*s%d%c", SCL_INQ_ID(scl), expect_char);
1798 expect_char = lengthp ? 'W' : 'V';
1799 if (*buf++ != expect_char)
1802 expect_char, buf - 1);
1832 char expect[16], expect_char;
1854 expect_char = 't';
1855 count = sprintf(expect, "\033*s%d%c", SCL_INQ_ID(scl), expect_char);
1877 expect_char = 'W';
1878 if (*buf++ != expect_char)
1881 expect_char, buf - 1);