Home
last modified time | relevance | path

Searched refs:expect_char (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dhp-scl.c1750 char expect[16], expect_char; in _hp_scl_inq() local
1772 expect_char = 'p'; in _hp_scl_inq()
1774 expect_char = tolower(SCL_PARAM_CHAR(inq_cmnd) - 1); in _hp_scl_inq()
1776 count = sprintf(expect, "\033*s%d%c", SCL_INQ_ID(scl), expect_char); in _hp_scl_inq()
1798 expect_char = lengthp ? 'W' : 'V'; in _hp_scl_inq()
1799 if (*buf++ != expect_char) in _hp_scl_inq()
1802 expect_char, buf - 1); in _hp_scl_inq()
1832 char expect[16], expect_char; in sanei_hp_scl_upload_binary() local
1854 expect_char = 't'; in sanei_hp_scl_upload_binary()
1855 count = sprintf(expect, "\033*s%d%c", SCL_INQ_ID(scl), expect_char); in sanei_hp_scl_upload_binary()
[all...]

Completed in 3 milliseconds