Lines Matching full:output

35 .Nd standard input/output library functions
45 Input and output is mapped into logical data streams and the physical I/O
67 function; all output takes place as if all characters were
75 Output streams are flushed (any unwritten buffer contents are transferred
86 function is called, all open files are closed (hence all output
89 buffered output may be lost.
117 .Em standard output
118 (for writing conventional output), and
121 (for writing diagnostic output).
130 is unbuffered; the standard input and output streams are
141 pending output to such streams is written automatically
149 part of a line on an output terminal, it is necessary to
151 the standard output so that the output will appear immediately.
208 .It asprintf Ta "formatted output conversion with allocation"
210 .It dprintf Ta "formatted output conversion"
224 .It fprintf Ta "formatted output conversion"
226 .It fputc Ta "output a character or word to a stream"
227 .It fputs Ta "output a line to a stream"
228 .It fputwc Ta "output a wide character to a stream"
229 .It fputws Ta "output a line of wide characters to a stream"
230 .It fread Ta "binary stream input/output"
240 .It fwprintf Ta "formatted wide character output conversion"
241 .It fwrite Ta "binary stream input/output"
253 .It printf Ta "formatted output conversion"
254 .It putc Ta "output a character or word to a stream"
255 .It putchar Ta "output a character or word to a stream"
256 .It puts Ta "output a line to a stream"
257 .It putw Ta "output a character or word to a stream"
258 .It putwc Ta "output a wide character to a stream"
259 .It putwchar Ta "output a wide character to a stream"
267 .It snprintf Ta "formatted output conversion"
268 .It sprintf Ta "formatted output conversion"
271 .It swprintf Ta "formatted wide character output conversion"
279 .It vasprintf Ta "formatted output conversion with allocation"
280 .It vdprintf Ta "formatted output conversion"
281 .It vfprintf Ta "formatted output conversion"
283 .It vfwprintf Ta "formatted wide character output conversion"
284 .It vprintf Ta "formatted output conversion"
286 .It vsnprintf Ta "formatted output conversion"
287 .It vsprintf Ta "formatted output conversion"
289 .It vswprintf Ta "formatted wide character output conversion"
290 .It vwprintf Ta "formatted wide character output conversion"
291 .It wprintf Ta "formatted wide character output conversion"