Lines Matching refs:BYTE
87 "unused", "numeric", "static", "string", "byte", "cchar", "wchar", "ERR",
179 %token <retval> BYTE
236 | ASSIGN VARNAME BYTE {
270 | BYTE {
345 | BYTE {
394 | BYTE {
419 | BYTE MULTIPLIER numeric {
459 | BYTE {
658 /* can only be a byte value */
663 err(1, "Could not malloc memory to assign byte string");
831 "Could not malloc memory for byte string");
997 fprintf(stderr, "Saving reference byte 0x%x (%c)"
998 " against slave byte 0x%x (%c)\n",
1002 fprintf(stderr, "Comparing reference byte 0x%x (%c)"
1003 " against slave byte 0x%x (%c)\n",
1642 fprintf(stderr, "checking returned byte stream: ");
1647 fprintf(stderr, "%s byte stream: ",
1660 "Byte validation failed, length mismatch, "
1665 * If check is 0 then we want to throw an error IFF the byte streams
1666 * do not match, if check is 1 then throw an error if the byte
1674 errx(1, "%s:%zu: Validate expected %s byte stream",
1678 fprintf(stderr, "%s:%zu: Validated expected %s byte stream\n",
1870 errx(1, "Byte validation failed, length mismatch");
1874 * the byte streams do not match, if check is 1 then
1875 * throw an error if the byte streams match.
1882 errx(1, "%s:%zu: Validate expected %s byte stream",
1887 "%s:%zu: Validated expected %s byte stream\n",