Lines Matching refs:binary
34 and binary files.
225 requests a binary stream rather than a text stream. But this makes no
1475 even on files opened in binary mode, but other systems might not.
1528 of data. You can use these functions to read and write binary data, as
1531 @cindex binary I/O to a stream
1539 objects---can be written to a binary file, and meaningfully read in
1542 Storing data in binary form is often considerably more efficient than
1544 the binary form avoids possible loss of precision in the conversion
1545 process. On the other hand, binary files can't be examined or modified
1667 unsigned value in binary, octal, decimal, or hexadecimal radix
1829 Print an integer as an unsigned binary number. @samp{%b} uses
1916 @samp{%u}, and @samp{%x} print the argument as an unsigned binary, octal,
4205 binary data, and the input and output facilities of @w{ISO C} provide for
4210 @cindex binary stream
4212 @dfn{binary stream}. You indicate that you want a binary stream by
4217 Text and binary streams differ in several ways:
4222 terminated by newline (@code{'\n'}) characters, while a binary stream is
4231 support other characters. However, binary streams can handle any
4244 Since a binary stream is always more capable and more predictable than a
4246 simply always use binary streams? The answer is that on these operating
4247 systems, text and binary streams use different file formats, and the
4252 between text streams and binary streams. When you open a stream, you
4253 get the same kind of stream regardless of whether you ask for binary.
4389 on binary streams. @xref{Binary Streams}.
4455 On some systems where text streams truly differ from binary streams, it