Lines Matching full:output
35 .Nd standard input/output library functions
49 Input and output is mapped into logical data streams
74 function; all output takes place as if all characters were
82 Output streams are flushed (any unwritten buffer contents are transferred
94 function is called, all open files are closed (hence all output
98 buffered output may be lost.
122 .Em standard output
123 (for writing conventional output), and
126 (for writing diagnostic output).
133 is unbuffered; the standard input and output streams are
144 pending output to such streams is written automatically
152 part of a line on an output terminal, it is necessary to
154 the standard output before going off and computing so that the output
243 .It "asprintf formatted output conversion"
245 .It "dprintf formatted output conversion"
259 .It "fprintf formatted output conversion"
261 .It "fputc output a character or word to a stream"
262 .It "fputs output a line to a stream"
263 .It "fputwc output a wide character to a stream"
264 .It "fputws output a line of wide characters to a stream"
265 .It "fread binary stream input/output"
275 .It "fwprintf formatted wide character output conversion"
276 .It "fwrite binary stream input/output"
288 .It "printf formatted output conversion"
289 .It "putc output a character or word to a stream"
290 .It "putchar output a character or word to a stream"
291 .It "puts output a line to a stream"
292 .It "putw output a character or word to a stream"
293 .It "putwc output a wide character to a stream"
294 .It "putwchar output a wide character to a stream"
302 .It "snprintf formatted output conversion"
303 .It "sprintf formatted output conversion"
306 .It "swprintf formatted wide character output conversion"
314 .It "vasprintf formatted output conversion"
315 .It "vdprintf formatted output conversion"
316 .It "vfprintf formatted output conversion"
318 .It "vfwprintf formatted wide character output conversion"
319 .It "vprintf formatted output conversion"
321 .It "vsnprintf formatted output conversion"
322 .It "vsprintf formatted output conversion"
324 .It "vswprintf formatted wide character output conversion"
325 .It "vwprintf formatted wide character output conversion"
326 .It "wprintf formatted wide character output conversion"