/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | fmtmsg.c | 206 if (fputwc(*p, stderr) == WEOF) { in wrap() 221 if (fputwc(*p, stderr) == WEOF) in wrap() 226 if (fputwc(L'\n', stderr) == WEOF) in wrap() 241 (void) fputwc(L' ', stderr); in wrap()
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | putws.c | 54 if (fputwc(*ptr, stdout) == EOF) { in putws() 59 (void) fputwc('\n', stdout); /* append a new line */ in putws()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | wchar | 63 #undef fputwc 74 #define fputwc _ast_fputwc 126 extern wint_t fputwc(wchar_t, FILE*);
|
/illumos-gate/usr/src/head/iso/ |
H A D | wchar_iso.h | 175 #pragma redefine_extname fputwc __fputwc_xpg5 195 #define fputwc __fputwc_xpg5 macro 207 extern wint_t fputwc(wint_t, __FILE *);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | putwchar.c | 30 return fputwc(c, sfstdout); in putwchar()
|
H A D | putwc.c | 30 return fputwc(c, f); in putwc()
|
H A D | fputwc.c | 27 fputwc(wchar_t c, Sfio_t* f) in fputwc() function
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | wchar | 103 #undef fputwc 114 #define fputwc _ast_fputwc 167 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | wchar | 103 #undef fputwc 114 #define fputwc _ast_fputwc 167 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | wchar | 103 #undef fputwc 114 #define fputwc _ast_fputwc 167 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | wchar | 103 #undef fputwc 114 #define fputwc _ast_fputwc 167 extern __MANGLE__ wint_t fputwc __PROTO__((wchar_t, FILE*));
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | fputwc.c | 111 fputwc(wchar_t wc, FILE *fp) in fputwc() function
|
/illumos-gate/usr/src/head/ |
H A D | widec.h | 54 #define putwc(x, p) fputwc((x), (p))
|
H A D | wchar.h | 48 using std::fputwc;
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 175 #undef fputwc 195 #define fputwc fputc macro
|
/illumos-gate/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 102 fputwc { TYPE = FUNCTION };
|
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | orientation_test.c | 227 TEST_WIDE(fputwc(L'c', f)); in main()
|
H A D | memstream.c | 1383 if (fputwc('a', f) != 'a') { in open_wmemstream_bad_flush() 1536 if (fputwc('a', f) != 'a') { in open_wmemstream_append_nul() 1914 if (fputwc(test, f) == WEOF) { in open_wmemstream_ftell()
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4macs.c | 203 (void) fputwc(*s, stderr); in dump()
|
H A D | m4.c | 1187 return (fputwc(wc, fp)); in myfputwc()
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 1258 (void) fputwc(wc, stdout); in put() 1285 (void) fputwc(Itabc, stdout);
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 422 stdio/fputwc.o \
|
/illumos-gate/usr/src/cmd/pg/ |
H A D | pg.c | 1524 (void) fputwc(c, tmp_fou); in fgetputc()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 186 fputwc.c getwc.c swscanf.c vswscanf.c \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 779 fputwc.o \
|