/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/ |
H A D | llvm_bitwriter.mli | 20 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module 21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd 24 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool 33 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m] 34 to the channel [c]. If [unbuffered] is [true], after every write the fd 36 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
|
H A D | llvm_bitwriter.ml | 19 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool 26 let output_bitcode ?unbuffered channel m = 27 write_bitcode_to_fd ?unbuffered m (Unix.descr_of_out_channel channel)
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | pmb.c | 95 bool unbuffered = !!((uint32_t)ub29 & (1u << area)); in st40_pmb_dump() local 97 unbuffered ? "UB" : "--"); in st40_pmb_dump()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | iostream | 62 extern ostream cerr; /// Linked to standard error (unbuffered) 68 extern wostream wcerr; /// Linked to standard error (unbuffered)
|
H A D | fstream | 407 * the stream becomes unbuffered. Otherwise, @c __s is used as a
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | iostream | 62 extern ostream cerr; /// Linked to standard error (unbuffered) 68 extern wostream wcerr; /// Linked to standard error (unbuffered)
|
H A D | fstream | 412 * the stream becomes unbuffered. Otherwise, @c __s is used as a
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 118 explicit raw_ostream(bool unbuffered = false, 120 : Kind(K), BufferMode(unbuffered ? BufferKind::Unbuffered in Kind() 495 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered = false,
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/ |
H A D | README | 21 - added setbuf, with support for unbuffered output via setbuf(0,0)
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream3/ |
H A D | README | 21 - added setbuf, with support for unbuffered output via setbuf(0,0)
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream3/ |
H A D | README | 21 - added setbuf, with support for unbuffered output via setbuf(0,0)
|
/netbsd-src/common/dist/zlib/contrib/iostream3/ |
H A D | README | 21 - added setbuf, with support for unbuffered output via setbuf(0,0)
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/ |
H A D | README | 21 - added setbuf, with support for unbuffered output via setbuf(0,0)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 619 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered, in raw_fd_ostream() argument 621 : raw_pwrite_stream(unbuffered, K), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | unix.c | 220 bool unbuffered; /* Buffer should be flushed after each I/O statement. */ member 693 if (s->unbuffered || s->ndirty >= s->buffer_size / 2) in buf_markeor() 1151 s->unbuffered = true; in fd_to_stream()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | unix.c | 220 bool unbuffered; /* Buffer should be flushed after each I/O statement. */ member 693 if (s->unbuffered || s->ndirty >= s->buffer_size / 2) in buf_markeor() 1151 s->unbuffered = true; in fd_to_stream()
|
/netbsd-src/external/bsd/nsd/dist/doc/ |
H A D | NSD-VERIFY-MODS | 123 convenient to set stdout to unbuffered too.
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2013 | 217 * io/unix.c (struct unix_stream): Add field unbuffered.
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1472 unbuffered
|
/netbsd-src/external/gpl2/lvm2/dist/ |
H A D | WHATS_NEW_DM | 158 Fix default dmsetup report buffering and add --unbuffered.
|
/netbsd-src/external/gpl3/gdb/dist/sim/m32c/ |
H A D | ChangeLog-2021 | 565 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 289 // unbuffered resources.
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2003 | 3747 * include/std/std_fstream.h (xsputn): In the unbuffered case, 4357 simply equivalent to the unbuffered case (0, 0) as far as 4650 case the unbuffered case, which really means simply a one char 4662 unbuffered situation (i.e., put area pointers NULL). 4719 * include/bits/fstream.tcc (_M_underflow): Fix for unbuffered. 4852 * include/bits/fstream.tcc (pbackfail): Add unbuffered bits. 4930 unbuffered case, coalesec into ... 5149 * include/bits/fstream.tcc (_M_overflow): Remove unbuffered bits. 5227 unbuffered bits.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfortran.texi | 643 This environment variable controls whether all I/O is unbuffered. If 645 unbuffered. This will slow down small sequential reads and writes. If 653 whether I/O on a preconnected unit (i.e.@: STDOUT or STDERR) is unbuffered. If 654 the first letter is @samp{y}, @samp{Y} or @samp{1}, I/O is unbuffered. This 1019 files, such as terminals and pipes, are always unbuffered. Sometimes,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.texi | 658 This environment variable controls whether all I/O is unbuffered. If 660 unbuffered. This will slow down small sequential reads and writes. If 668 whether I/O on a preconnected unit (i.e.@: STDOUT or STDERR) is unbuffered. If 669 the first letter is @samp{y}, @samp{Y} or @samp{1}, I/O is unbuffered. This 1403 files, such as terminals and pipes, are always unbuffered. Sometimes,
|