Lines Matching defs:bytes
4 file to read xor-bytes out of. Any zero in the xor-bytes array is treated
20 char bytes[256];
23 /* do the xor, in place. Uses global ptr "py" to maintain "bytes" state */
38 py = bytes;
52 memset (bytes, 0, sizeof (bytes));
53 bytes[0] = 0xff;
76 read (x, bytes, 250); /* nothin' fancy here */
79 py = bytes;