Searched refs:setbuf (Results 1 – 25 of 49) sorted by relevance
12
| /dragonfly/lib/libc/stdio/ |
| HD | Makefile.inc | 23 rget.c scanf.c setbuf.c setbuffer.c setvbuf.c snprintf.c sprintf.c \ 40 scanf.3 scanf_l.3 setbuf.3 stdio.3 tmpnam.3 \ 131 MLINKS+=setbuf.3 setbuffer.3 \ 132 setbuf.3 setlinebuf.3 \ 133 setbuf.3 setvbuf.3
|
| HD | setbuf.c | 41 setbuf(FILE * __restrict fp, char * __restrict buf) in setbuf() function
|
| HD | Symbol.map | 100 setbuf;
|
| /dragonfly/usr.sbin/fdwrite/ |
| HD | fdwrite.c | 79 setbuf(stdout,0); in main() 118 setbuf(tty,0); in main()
|
| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | gcd.c | 207 setbuf (stdout, NULL); in main() 208 setbuf (stderr, NULL); in main()
|
| /dragonfly/usr.sbin/lpr/lptest/ |
| HD | lptest.c | 49 setbuf(stdout, outbuf); in main()
|
| /dragonfly/games/mille/ |
| HD | varpush.c | 87 setbuf(outf, NULL); in varpush()
|
| HD | mille.c | 56 setbuf(outf, NULL); in main()
|
| /dragonfly/usr.bin/tip/ |
| HD | cu.c | 110 setbuf(stdout, NULL); in cumain()
|
| HD | tip.c | 149 setbuf(stdout, NULL); in main()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/ |
| D | cstdio | 84 #undef setbuf 131 using ::setbuf;
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
| D | cstdio | 85 #undef setbuf 135 using ::setbuf;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/ |
| D | cstdio | 84 #undef setbuf 131 using ::setbuf;
|
| /dragonfly/games/random/ |
| HD | random.c | 131 setbuf(stdout, NULL); in main()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/ |
| D | stdio.h | 46 using std::setbuf;
|
| /dragonfly/sbin/startslip/ |
| HD | startslip.c | 197 setbuf(stdout, NULL); in main() 348 setbuf(wfd, NULL); in main()
|
| /dragonfly/usr.sbin/rmt/ |
| HD | rmt.c | 79 setbuf(debug, NULL); in main()
|
| /dragonfly/bin/cat/ |
| HD | cat.c | 100 setbuf(stdout, NULL); in main()
|
| /dragonfly/usr.bin/msgs/ |
| HD | msgs.c | 161 setbuf(stdout, NULL); in main() 625 setbuf(outf, NULL); in prmesg()
|
| /dragonfly/games/worm/ |
| HD | worm.c | 93 setbuf(stdout, outbuf); in main()
|
| /dragonfly/sbin/sysctl/ |
| HD | sysctl.c | 81 setbuf(stdout,0); in main() 82 setbuf(stderr,0); in main()
|
| /dragonfly/lib/libc/resolv/ |
| HD | res_query.c | 409 setbuf(fp, NULL); in res_hostalias()
|
| /dragonfly/usr.bin/tr/ |
| HD | tr.c | 88 setbuf(stdout, NULL); in main()
|
| /dragonfly/games/hack/ |
| HD | hack.main.c | 176 setbuf(stdout, obuf); in main()
|
| /dragonfly/games/atc/ |
| HD | graphics.c | 115 setbuf(stdout, buffer); in init_gr()
|
12