Home
last modified time | relevance | path

Searched refs:putwc (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c550 (void) putwc(c, fout); in cpyact()
562 (void) putwc(c, fout); in cpyact()
568 (void) putwc(c, fout); in cpyact()
572 (void) putwc(c, fout); in cpyact()
576 (void) putwc(c, fout); in cpyact()
581 (void) putwc(c, fout); in cpyact()
594 (void) putwc(c, fout); in cpyact()
597 (void) putwc(c, fout); in cpyact()
603 (void) putwc(c, fout); in cpyact()
624 (void) putwc(c, fout); in cpyact()
[all …]
H A Dallprint.c72 (void) putwc(c, yyout); in allprint()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c831 (void) putwc(c, ftable); in setup()
1333 (void) putwc(c, ftable); in cpyunion()
1335 (void) putwc(c, fdefine); in cpyunion()
1385 (void) putwc(c, ftable); in cpycode()
1451 (void) putwc(c, faction); in cpyact()
1619 (void) putwc(c, faction); in cpyact()
1622 (void) putwc(c, faction); in cpyact()
1627 (void) putwc(c, faction); in cpyact()
1635 (void) putwc(c, faction); in cpyact()
1645 (void) putwc(c, faction); in cpyact()
[all …]
H A Dy1.c280 (void) putwc(c, ftable); in others()
293 (void) putwc(L'$', ftable); in others()
309 (void) putwc(c, ftable); in others()
320 (void) putwc(c, ftable); in others()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfputwc.c47 #pragma weak _putwc = putwc
121 putwc(wchar_t wc, FILE *fp) in putwc() function
/illumos-gate/usr/src/head/
H A Dwidec.h54 #define putwc(x, p) fputwc((x), (p)) macro
56 #define putwchar(x) putwc((x), stdout)
H A Dwchar.h53 using std::putwc;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwchar68 #undef putwc
82 #define putwc _ast_putwc
132 extern wint_t putwc(wchar_t, FILE*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dputwc.c28 putwc(wchar_t c, Sfio_t* f) in putwc() function
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h176 #pragma redefine_extname putwc __putwc_xpg5
196 #define putwc __putwc_xpg5 macro
212 extern wint_t putwc(wint_t, __FILE *);
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dwchar108 #undef putwc
122 #define putwc _ast_putwc
173 extern __MANGLE__ wint_t putwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dwchar108 #undef putwc
122 #define putwc _ast_putwc
173 extern __MANGLE__ wint_t putwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwchar108 #undef putwc
122 #define putwc _ast_putwc
173 extern __MANGLE__ wint_t putwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dwchar108 #undef putwc
122 #define putwc _ast_putwc
173 extern __MANGLE__ wint_t putwc __PROTO__((wchar_t, FILE*));
/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h71 #define PUTWC(c, s) putwc(c, s)
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h176 #undef putwc
196 #define putwc putc macro
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c331 if (putwc(wc, out_file) == WEOF) { in main()
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dorientation_test.c226 TEST_WIDE(putwc(L'c', f)); in main()
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers49 putwc { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c561 putwc(*cp++, stdout); in tabulate()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs452 stdio/putwc.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile188 fwide.c putwc.c vfwprintf.c vwscanf.c \
H A DMamfile5426 make putwc.o
5427 make stdio/putwc.c
5430 done stdio/putwc.c
5431 meta putwc.o %.c>%.o stdio/putwc.c putwc
5432 prev stdio/putwc.c
5433 …comp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c stdio/putwc.c
5434 done putwc.o generated
6105 …c.o swscanf.o vswscanf.o fputws.o getwchar.o ungetwc.o vwprintf.o fwide.o putwc.o vfwprintf.o vwsc…
/illumos-gate/usr/src/man/man3c/
H A DMakefile1162 putwc.3c \
1821 putwc.3c := LINKSRC = fputwc.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1668 putwc;

12