Home | History | Annotate | Download | only in tests

Lines Matching refs:buf

18 	char buf[10];
21 buf[9] = '\0';
30 SAFE_READ(cleanup, 0, fd, buf, 9);
31 printf("buf: %s\n", buf);
32 SAFE_READ(cleanup, 1, fd, buf, 9);
33 printf("buf: %s\n", buf);
34 SAFE_WRITE(cleanup, 0, -1, buf, 9);
35 SAFE_WRITE(NULL, 0, fd, buf, 9);
36 SAFE_WRITE(NULL, 1, fd, buf, 9);