Searched refs:outbuf (Results 1 – 1 of 1) sorted by relevance
14 char outbuf[BLKSIZE]; variable64 ret = OSRead(fd, outbuf, off, sizeof(outbuf)); in read()77 if (memcmp(inbuf, outbuf, sizeof(inbuf)) != 0) { in read()80 printf("Got: %c %c %c %c\n", outbuf[0], outbuf[1], outbuf[2], outbuf[3]); in read()