Home
last modified time | relevance | path

Searched refs:unbuffered (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli20 (** [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 Dllvm_bitwriter.ml19 : ?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 Dpmb.c95 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 Diostream62 extern ostream cerr; /// Linked to standard error (unbuffered)
68 extern wostream wcerr; /// Linked to standard error (unbuffered)
H A Dfstream407 * the stream becomes unbuffered. Otherwise, @c __s is used as a
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Diostream62 extern ostream cerr; /// Linked to standard error (unbuffered)
68 extern wostream wcerr; /// Linked to standard error (unbuffered)
H A Dfstream412 * the stream becomes unbuffered. Otherwise, @c __s is used as a
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h118 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 DREADME21 - added setbuf, with support for unbuffered output via setbuf(0,0)
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A DREADME21 - added setbuf, with support for unbuffered output via setbuf(0,0)
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A DREADME21 - added setbuf, with support for unbuffered output via setbuf(0,0)
/netbsd-src/common/dist/zlib/contrib/iostream3/
H A DREADME21 - added setbuf, with support for unbuffered output via setbuf(0,0)
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A DREADME21 - added setbuf, with support for unbuffered output via setbuf(0,0)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp619 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 Dunix.c220 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 Dunix.c220 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 DNSD-VERIFY-MODS123 convenient to set stdout to unbuffered too.
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2013217 * io/unix.c (struct unix_stream): Add field unbuffered.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1472 unbuffered
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW_DM158 Fix default dmsetup report buffering and add --unbuffered.
/netbsd-src/external/gpl3/gdb/dist/sim/m32c/
H A DChangeLog-2021565 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSchedule.td289 // unbuffered resources.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20033747 * 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 Dgfortran.texi643 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 Dgfortran.texi658 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,

12