Searched refs:putwchar (Results 1 - 14 of 14) sorted by path

/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwchar.h74 using std::putwchar;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h92 #undef putwchar macro
163 using ::putwchar;
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure4880 mbsrtowcs wcsrtombs putwc putwchar ungetwc wcrtomb wcstod wcstof wcstol \
6019 mbsrtowcs wcsrtombs putwc putwchar ungetwc wcrtomb wcstod wcstof wcstol \
6999 mbsrtowcs wcsrtombs putwc putwchar ungetwc wcrtomb wcstod wcstof wcstol \
7989 mbsrtowcs wcsrtombs putwc putwchar ungetwc wcrtomb wcstod wcstof wcstol \
8993 mbsrtowcs wcsrtombs putwc putwchar ungetwc wcrtomb wcstod wcstof wcstol \
9888 mbsrtowcs wcsrtombs putwc putwchar ungetwc wcrtomb wcstod wcstof wcstol \
22345 mbsrtowcs wcsrtombs putwc putwchar ungetwc wcrtomb wcstod wcstof wcstol \
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwchar.h68 using std::putwchar;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h90 #undef putwchar macro
152 using ::putwchar;
/openbsd-current/include/
H A Dwchar.h206 wint_t putwchar(wchar_t);
236 #define putwchar(wc) putwc((wc), stdout) macro
/openbsd-current/lib/libc/hidden/
H A Dwchar.h40 PROTO_NORMAL(putwchar); variable
/openbsd-current/lib/libc/stdio/
H A Dputwchar.c1 /* $OpenBSD: putwchar.c,v 1.2 2015/08/31 02:53:57 guenther Exp $ */
2 /* $NetBSD: putwchar.c,v 1.3 2003/01/18 11:29:56 thorpej Exp $ */
36 * A subroutine version of the macro putwchar.
38 #undef putwchar macro
41 putwchar(wchar_t wc) function
46 DEF_STRONG(putwchar); variable
H A DMakefile.inc19 getwchar.c putwc.c putwchar.c ungetwc.c \
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c241 TEST_WIDE_STD(stdout, putwchar(L'c'));
/openbsd-current/regress/lib/libedit/chared/
H A Dtest_gets.c85 putwchar(buf[i]);
88 putwchar(el.el_line.buffer[i]);
/openbsd-current/usr.bin/ul/
H A Dul.c297 putwchar(L'\f');
366 putwchar(L'\n');
384 putwchar(L'\r');
392 putwchar(L' ');
396 putwchar(obuf[i].c_char);
399 putwchar(L'_');
435 putwchar(L' ');
439 putwchar(c);
441 putwchar(L'\n');
531 return (putwchar(
[all...]
/openbsd-current/usr.bin/join/
H A Djoin.c486 putwchar(*tabchar);
/openbsd-current/usr.bin/mandoc/
H A Dterm_ascii.c390 putwchar(L' ');
403 putwchar(L'\n');
410 putwchar(c);

Completed in 436 milliseconds