Lines Matching full:character
249 .It "fgetc get next character or word from input stream"
253 .It "fgetwc get next wide character from input stream"
259 .It "fputc output a character or word to a stream"
261 .It "fputwc output a wide character to a stream"
273 .It "fwprintf formatted wide character output conversion"
275 .It "getc get next character or word from input stream"
276 .It "getchar get next character or word from input 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"
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"
304 .It "swprintf formatted wide character output conversion"
310 .It "ungetc un-get character from input stream"
311 .It "ungetwc un-get wide character from input stream"
316 .It "vfwprintf formatted wide character 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"