/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | dribble.c | 43 setvbuf (info_dribble_file, _IONBF, (char *)NULL, 1); in open_dribble_file() 45 setvbuf (info_dribble_file, (char *)NULL, _IONBF, 1); in open_dribble_file()
|
/openbsd/regress/lib/libpthread/socket/2a/ |
H A D | socket2a.c | 103 setvbuf(stdout, NULL, _IONBF, 0); in main() 104 setvbuf(stderr, NULL, _IONBF, 0); in main()
|
/openbsd/lib/libc/stdio/ |
H A D | setvbuf.c | 55 if (mode != _IONBF) in setvbuf() 78 if (mode == _IONBF) in setvbuf()
|
H A D | setbuf.c | 40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
H A D | setbuffer.c | 40 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
/openbsd/regress/lib/libc/fread/ |
H A D | fread.c | 50 case _IONBF: in iomode2str() 150 errors += dotest(_IONBF, NULL, 0); in main()
|
/openbsd/regress/lib/libpthread/socket/2/ |
H A D | socket2.c | 180 setvbuf(stdout, NULL, _IONBF, 0); in main() 181 setvbuf(stderr, NULL, _IONBF, 0); in main()
|
/openbsd/regress/lib/libpthread/socket/1/ |
H A D | socket1.c | 179 setvbuf(stdout, NULL, _IONBF, 0); in main() 180 setvbuf(stderr, NULL, _IONBF, 0); in main()
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_ptrace.c | 222 setvbuf(stdout, NULL, _IONBF, 0); in ATF_TP_ADD_TCS() 223 setvbuf(stderr, NULL, _IONBF, 0); in ATF_TP_ADD_TCS()
|
/openbsd/gnu/usr.bin/perl/dist/IO/t/ |
H A D | io_const.t | 16 foreach (qw(SEEK_SET SEEK_CUR SEEK_END _IOFBF _IOLBF _IONBF)) {
|
/openbsd/games/mille/ |
H A D | varpush.c | 92 setvbuf(outf, NULL, _IONBF, 0); in varpush()
|
H A D | mille.c | 56 setvbuf(outf, NULL, _IONBF, 0); in main()
|
/openbsd/regress/lib/libc/orientation/ |
H A D | orientation_test.c | 162 TEST_UNCHANGED(setvbuf(f, buffer, _IONBF, BUFSIZ)); in main() 165 TEST_UNCHANGED(setvbuf(f, NULL, _IONBF, 0)); in main()
|
/openbsd/regress/sys/kern/noexec/ |
H A D | noexec.c | 203 setvbuf(stdout, NULL, _IONBF, 0); in worker() 204 setvbuf(stderr, NULL, _IONBF, 0); in worker()
|
/openbsd/games/random/ |
H A D | random.c | 222 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
/openbsd/bin/cat/ |
H A D | cat.c | 83 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_stdio.cc | 133 setvbuf(_M_cfile, reinterpret_cast<char*>(NULL), _IONBF, 0); in sys_open()
|
/openbsd/sys/arch/powerpc64/stand/rdboot/ |
H A D | rdboot.c | 66 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
/openbsd/bin/ed/ |
H A D | buf.c | 267 setvbuf(stdin, NULL, _IONBF, 0); in init_buffers()
|
/openbsd/sys/arch/octeon/stand/rdboot/ |
H A D | rdboot.c | 66 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | main.c | 801 (void) setvbuf (stdout, (char *) NULL, _IONBF, 0); 802 (void) setvbuf (stderr, (char *) NULL, _IONBF, 0);
|
/openbsd/usr.bin/openssl/ |
H A D | enc.c | 472 setvbuf(stdin, (char *) NULL, _IONBF, 0); in enc_main() 522 setvbuf(stdout, (char *)NULL, _IONBF, 0); in enc_main()
|
/openbsd/usr.sbin/rmt/ |
H A D | rmt.c | 117 setvbuf(debug, NULL, _IONBF, 0); in main()
|
/openbsd/gnu/gcc/libstdc++-v3/config/io/ |
H A D | basic_file_stdio.cc | 223 setvbuf(_M_cfile, __buf, _IONBF, 0); in sys_open()
|
/openbsd/include/ |
H A D | stdio.h | 166 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
|