Searched refs:bytebuf (Results 1 – 2 of 2) sorted by relevance
131 unsigned char bytebuf[2]; local188 read(fd, (char *)bytebuf, 2);189 if (bytebuf[1] == 0377) {190 if (bytebuf[0] == 0376) /* -2 == cancelled */192 else if (bytebuf[0] == 0377)196 UN[i] = bytebuf[0] + 256 * bytebuf[1];198 UN[i] = bytebuf[0] + 256 * bytebuf[1];
132 unsigned char ch, bytebuf[2]; local