Lines Matching +full:stream +full:- +full:mode +full:- +full:support

44 library provides a simple and efficient buffered stream
54 A stream is associated with an external file (which may be a physical
60 If a file can support positioning requests (such as a disk file, as opposed
63 associated with the stream is positioned at the start of the file (byte
64 zero), unless the file is opened with append mode.
65 If append mode
66 is used, the position indicator will be placed at the end-of-file.
77 A file is disassociated from a stream by
81 to the host environment) before the stream is disassociated from the file.
111 No translation is performed and no extra padding appears on any stream.
115 .Bl -bullet -compact -offset indent
130 Initially, the standard error stream
140 freshly-opened streams that refer to terminal devices
143 whenever such an input stream is read.
170 these names may not be re-used
237 .St -isoC-99 .
239 .Bl -column "Description"
242 .It "clearerr check and reset stream status"
244 .It "fclose close a stream"
245 .It "fdopen stream open functions"
246 .It "feof check and reset stream status"
247 .It "ferror check and reset stream status"
248 .It "fflush flush a stream"
249 .It "fgetc get next character or word from input stream"
250 .It "fgetln get a line from a stream"
251 .It "fgetpos reposition a stream"
252 .It "fgets get a line from a stream"
253 .It "fgetwc get next wide character from input stream"
254 .It "fgetws get a line of wide characters from a stream"
255 .It "fileno map a stream pointer to a file descriptor"
256 .It "fopen stream open functions"
258 .It "fpurge flush a stream"
259 .It "fputc output a character or word to a stream"
260 .It "fputs output a line to a stream"
261 .It "fputwc output a wide character to a stream"
262 .It "fputws output a line of wide characters to a stream"
263 .It "fread binary stream input/output"
264 .It "freopen stream open functions"
265 .It "fropen open a stream"
267 .It "fseek reposition a stream"
268 .It "fsetpos reposition a stream"
269 .It "ftell reposition a stream"
270 .It "funopen open a stream"
271 .It "fwide set/get orientation of stream"
272 .It "fwopen open a stream"
274 .It "fwrite binary stream input/output"
275 .It "getc get next character or word from input stream"
276 .It "getchar get next character or word from input stream"
277 .It "getdelim get a line from a stream"
278 .It "getline get a line from a stream"
279 .It "getw get next character or word from input stream"
280 .It "getwc get next wide character from input stream"
281 .It "getwchar get next wide character from input stream"
287 .It "putc output a character or word to a stream"
288 .It "putchar output a character or word to a stream"
289 .It "puts output a line to a stream"
290 .It "putw output a character or word to a stream"
291 .It "putwc output a wide character to a stream"
292 .It "putwchar output a wide character to a stream"
294 .It "rewind reposition a stream"
296 .It "setbuf stream buffering operations"
297 .It "setbuffer stream buffering operations"
298 .It "setlinebuf stream buffering operations"
299 .It "setvbuf stream buffering operations"
310 .It "ungetc un-get character from input stream"
311 .It "ungetwc un-get wide character from input stream"