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

12

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dputwchar.c29 return fputwc(c, sfstdout);
H A Dputwc.c29 return fputwc(c, f);
H A Dfputwc.c27 fputwc(wchar_t c, Sfio_t* f) function
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dputws.c56 if (fputwc(*ptr, stdout) == EOF) {
61 (void) fputwc('\n', stdout); /* append a new line */
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c210 if (fputwc(*p, stderr) == WEOF) {
225 if (fputwc(*p, stderr) == WEOF)
230 if (fputwc(L'\n', stderr) == WEOF)
245 (void) fputwc(L' ', stderr);
/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/head/
H A Dwidec.h54 #define putwc(x, p) fputwc((x), (p))
H A Dwchar.h48 using std::fputwc;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h177 #undef fputwc macro
197 #define fputwc fputc macro
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c203 (void) fputwc(*s, stderr);
H A Dm4.c1183 return (fputwc(wc, fp));
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c1259 (void) fputwc(wc, stdout);
1286 (void) fputwc(Itabc, stdout);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com393 common/stdio/fputwc.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com778 fputwc.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com755 fputwc.o \
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1540 (void) fputwc(c, tmp_fou);

Completed in 107 milliseconds

12