Searched refs:fputwc (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/lib/libc/stdio/
H A Dputwc.c44 return fputwc(wc, fp);
H A Dputwchar.c44 return fputwc(wc, stdout);
H A Dfputwc.c1 /* $OpenBSD: fputwc.c,v 1.7 2016/01/26 13:57:02 schwarze Exp $ */
2 /* $NetBSD: fputwc.c,v 1.3 2003/03/07 07:11:37 tshiozak Exp $ */
78 fputwc(wchar_t wc, FILE *fp) function
88 DEF_STRONG(fputwc); variable
H A DMakefile.inc18 fgetwc.c fgetwln.c fgetws.c fputwc.c fputws.c fwide.c getwc.c \
/openbsd-current/lib/libc/hidden/
H A Dwchar.h26 PROTO_NORMAL(fputwc); variable
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwchar.h45 using std::fputwc;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwchar.h45 using std::fputwc;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h80 #undef fputwc macro
151 using ::fputwc;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h78 #undef fputwc macro
140 using ::fputwc;
/openbsd-current/include/
H A Dwchar.h203 wint_t fputwc(wchar_t, FILE *);
235 #define putwc(wc, f) fputwc((wc), (f))
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dprintf.c286 if (fputwc (result[i], stream) == WEOF)
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c232 TEST_WIDE(fputwc(L'c', f));
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure4877 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
6016 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
6996 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
7986 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
8990 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
9885 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
22342 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \

Completed in 357 milliseconds