Lines Matching +full:open +full:- +full:source
8 .\" Redistribution and use in source and binary forms, with or without
11 .\" 1. Redistributions of source code must retain the above copyright
40 .Nd stream open functions
64 .Bl -tag -width indent
66 Open for reading.
70 Open for writing.
74 Open for writing.
117 .St -isoC
145 .St -isoC
147 .St -p1003.1
150 an input operation encounters end-of-file.
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.
234 Buffers can be opened in text-mode (default) or binary-mode
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
294 .Xr open 2 .
310 .Xr open 2 ,
324 .Xr open 2 ,
336 .St -isoC ,
340 .St -isoC-2011 .
345 .St -p1003.1-88 .
354 .St -p1003.1-2008 .