Lines Matching refs:stdout
19 setbuf(stdout, NULL); in test_setbuf()
23 setbuf(stdout, buf); in test_setbuf()
29 setbuf(stdout, NULL); in test_setbuf()
35 setbuffer(stdout, NULL, 0); in test_setbuffer()
41 setbuffer(stdout, buf, BUFSIZ / 2); in test_setbuffer()
47 setbuffer(stdout, NULL, 0); in test_setbuffer()
51 setlinebuf(stdout); in test_setlinebuf()
59 setvbuf(stdout, NULL, _IONBF, 0); in test_setvbuf()
63 setvbuf(stdout, buf, _IOLBF, BUFSIZ); in test_setvbuf()
69 setvbuf(stdout, buf, _IOFBF, BUFSIZ); in test_setvbuf()
75 setvbuf(stdout, NULL, _IONBF, 0); in test_setvbuf()