Searched defs:fputwc (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfputwc.c27 fputwc(wchar_t c, Sfio_t* f) function
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfputwc.c111 fputwc(wchar_t wc, FILE *fp) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_wchar.h122 #undef fputwc macro
133 #define fputwc _ast_fputwc macro
186 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_wchar.h101 #undef fputwc macro
112 #define fputwc _ast_fputwc macro
165 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_wchar.h122 #undef fputwc macro
133 #define fputwc _ast_fputwc macro
186 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_wchar.h101 #undef fputwc macro
112 #define fputwc _ast_fputwc macro
165 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_wchar.h122 #undef fputwc macro
133 #define fputwc _ast_fputwc macro
186 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_wchar.h101 #undef fputwc macro
112 #define fputwc _ast_fputwc macro
165 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_wchar.h122 #undef fputwc macro
133 #define fputwc _ast_fputwc macro
186 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_wchar.h101 #undef fputwc macro
112 #define fputwc _ast_fputwc macro
165 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h175 #pragma redefine_extname fputwc __fputwc_xpg5
195 #define fputwc __fputwc_xpg5 macro
207 extern wint_t fputwc(wint_t, __FILE *);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h177 #undef fputwc macro
197 #define fputwc fputc macro

Completed in 65 milliseconds