Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 1 of 1) sorted by relevance

/tests/
Dwritetest.c14 char outbuf[BLKSIZE]; variable
64 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()