Lines Matching full:output

33 .Nd standard input/output library functions
47 Input and output is mapped into logical data streams
72 function; all output takes place as if all characters were
80 Output streams are flushed (any unwritten buffer contents are transferred
92 function is called, all open files are closed (hence all output
96 buffered output may be lost.
120 .Em standard output
121 (for writing conventional output), and
124 (for writing diagnostic output).
131 is unbuffered; the standard input and output streams are
142 pending output to such streams is written automatically
150 part of a line on an output terminal, it is necessary to
152 the standard output before going off and computing so that the output
241 .It "asprintf formatted output conversion"
243 .It "dprintf formatted output conversion"
257 .It "fprintf formatted output conversion"
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"
273 .It "fwprintf formatted wide character output conversion"
274 .It "fwrite binary stream input/output"
286 .It "printf formatted output conversion"
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"
300 .It "snprintf formatted output conversion"
301 .It "sprintf formatted output conversion"
304 .It "swprintf formatted wide character output conversion"
312 .It "vasprintf formatted output conversion"
313 .It "vdprintf formatted output conversion"
314 .It "vfprintf formatted output conversion"
316 .It "vfwprintf formatted wide character output conversion"
317 .It "vprintf formatted output conversion"
319 .It "vsnprintf formatted output conversion"
320 .It "vsprintf formatted output conversion"
322 .It "vswprintf formatted wide character output conversion"
323 .It "vwprintf formatted wide character output conversion"
324 .It "wprintf formatted wide character output conversion"