Lines Matching full:stream

44 library provides a simple and efficient buffered stream
54 A stream is associated with an external file (which may be a physical
63 associated with the stream is positioned at the start of the file (byte
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.
130 Initially, the standard error stream
143 whenever such an input stream is read.
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"