Searched refs:_IONBF (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dset_unbuffered_mode.c26 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
27 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
H A Dunbuffer_output.c36 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
37 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dset_unbuffered_mode.c26 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
27 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
H A Dunbuffer_output.c36 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
37 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Ddribble.c45 setvbuf (info_dribble_file, _IONBF, (char *)NULL, 1);
47 setvbuf (info_dribble_file, (char *)NULL, _IONBF, 1);
/netbsd-current/lib/libc/stdio/
H A Dsetbuf.c57 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Dsetbuffer.c55 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
H A Dsetvbuf.c69 * when setting _IONBF.
71 if (mode != _IONBF)
94 if (mode == _IONBF)
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_wait.c163 setvbuf(stdout, NULL, _IONBF, 0);
164 setvbuf(stderr, NULL, _IONBF, 0);
H A Dt_ptrace.c218 setvbuf(stdout, NULL, _IONBF, 0);
219 setvbuf(stderr, NULL, _IONBF, 0);
H A Dt_ptrace_sigchld.c234 setvbuf(stdout, NULL, _IONBF, 0);
235 setvbuf(stderr, NULL, _IONBF, 0);
/netbsd-current/external/bsd/top/dist/
H A Dos.h66 #define setbuffer(f, b, s) setvbuf((f), (b), (b) ? _IOFBF : _IONBF, (s))
/netbsd-current/usr.bin/leave/
H A Dleave.c81 if (setvbuf(stdout, NULL, _IONBF, 0) != 0)
/netbsd-current/usr.bin/xlint/lint1/
H A Dmain1.c218 setvbuf(stdout, NULL, _IONBF, 0);
/netbsd-current/external/mit/libuv/dist/test/
H A Drunner-win.c66 setvbuf(stdout, NULL, _IONBF, 0);
67 setvbuf(stderr, NULL, _IONBF, 0);
H A Drunner-unix.c72 setvbuf(stdout, NULL, _IONBF, 0);
73 setvbuf(stderr, NULL, _IONBF, 0);
/netbsd-current/tests/lib/libc/stdio/
H A Dh_intr.c59 int btype; /* buffering type: _IONBF, ... */
70 { "IONBF", _IONBF },
332 case 0: return _IONBF;
463 opts.btype = _IONBF;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dbench_httpclient.c192 setvbuf(stdout, NULL, _IONBF, 0);
H A Dtinytest.c428 #ifdef _IONBF
429 setvbuf(stdout, NULL, _IONBF, 0);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dbench_httpclient.c193 setvbuf(stdout, NULL, _IONBF, 0);
H A Dtinytest.c520 #ifdef _IONBF
521 setvbuf(stdout, NULL, _IONBF, 0);
/netbsd-current/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c164 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
165 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
/netbsd-current/usr.bin/sed/
H A Dmain.c191 #ifdef _IONBF
192 c = setvbuf(stdout, NULL, _IONBF, 0);
/netbsd-current/tests/fs/lfs/
H A Dt_rfw.c74 setvbuf(stdout, NULL, _IONBF, 0);
/netbsd-current/external/bsd/libpcap/dist/
H A Dsf-pcap.c814 setvbuf(f, NULL, _IONBF, 0);
1014 setvbuf(f, NULL, _IONBF, 0);

Completed in 172 milliseconds

12