Lines Matching +full:isoc +full:- +full:in
8 .\" Redistribution and use in source and binary forms, with or without
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
64 .Bl -tag -width indent
117 .St -isoC
141 Reads and writes may be intermixed on read/write streams in any order,
142 and do not require an intermediate seek as in previous versions of
145 .St -isoC
147 .St -p1003.1
150 an input operation encounters end-of-file.
182 argument is used just as in the
191 attempts to re-open the file associated with
196 Streams open for reading can only be re-opened for reading,
197 streams open for writing can only be re-opened for writing,
198 and streams open for reading and writing can be re-opened in any mode.
201 mode option is not meaningful in this context.
234 Buffers can be opened in text-mode (default) or binary-mode
237 is present in the second or third position of the
240 Buffers opened in text-mode make sure that writes are terminated with a
243 Buffers opened in binary-mode never append a
262 .Bl -tag -width Er
336 .St -isoC ,
340 .St -isoC-2011 .
345 .St -p1003.1-88 .
354 .St -p1003.1-2008 .
362 function appeared in