Home
last modified time | relevance | path

Searched refs:fputwc (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c206 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 Dputws.c54 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 Dwchar63 #undef fputwc
74 #define fputwc _ast_fputwc
126 extern wint_t fputwc(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/contrib/ast/src/lib/libast/stdio/
H A Dputwchar.c30 return fputwc(c, sfstdout); in putwchar()
H A Dputwc.c30 return fputwc(c, f); in putwc()
H A Dfputwc.c27 fputwc(wchar_t c, Sfio_t* f) in fputwc() function
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwchar103 #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 Dwchar103 #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 Dwchar103 #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 Dwchar103 #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 Dfputwc.c111 fputwc(wchar_t wc, FILE *fp) in fputwc() function
/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.h175 #undef fputwc
195 #define fputwc fputc macro
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers102 fputwc { TYPE = FUNCTION };
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dorientation_test.c227 TEST_WIDE(fputwc(L'c', f)); in main()
H A Dmemstream.c1383 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 Dm4macs.c203 (void) fputwc(*s, stderr); in dump()
H A Dm4.c1187 return (fputwc(wc, fp)); in myfputwc()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c1258 (void) fputwc(wc, stdout); in put()
1285 (void) fputwc(Itabc, stdout);
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs422 stdio/fputwc.o \
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1524 (void) fputwc(c, tmp_fou); in fgetputc()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile186 fputwc.c getwc.c swscanf.c vswscanf.c \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com779 fputwc.o \

12