/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 550 (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 D | allprint.c | 72 (void) putwc(c, yyout); in allprint()
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 806 (void) putwc(c, ftable); in setup() 1308 (void) putwc(c, ftable); in cpyunion() 1310 (void) putwc(c, fdefine); in cpyunion() 1353 (void) putwc(L'\\', ftable); in cpycode() 1358 (void) putwc(L'%', ftable); in cpycode() 1360 (void) putwc(c, ftable); in cpycode() 1426 (void) putwc(c, faction); in cpyact() 1587 (void) putwc(L'$', faction); in cpyact() 1589 (void) putwc(L'-', faction); in cpyact() 1594 (void) putwc(c, faction); in cpyact() [all …]
|
H A D | y1.c | 280 (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 D | fputwc.c | 47 #pragma weak _putwc = putwc 121 putwc(wchar_t wc, FILE *fp) in putwc() function
|
/illumos-gate/usr/src/head/ |
H A D | widec.h | 54 #define putwc(x, p) fputwc((x), (p)) macro 56 #define putwchar(x) putwc((x), stdout)
|
H A D | wchar.h | 53 using std::putwc;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | wchar | 68 #undef putwc 82 #define putwc _ast_putwc 132 extern wint_t putwc(wchar_t, FILE*);
|
/illumos-gate/usr/src/head/iso/ |
H A D | wchar_iso.h | 176 #pragma redefine_extname putwc __putwc_xpg5 196 #define putwc __putwc_xpg5 macro 212 extern wint_t putwc(wint_t, __FILE *);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | putwc.c | 28 putwc(wchar_t c, Sfio_t* f) in putwc() function
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | wchar | 108 #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 D | wchar | 108 #undef putwc 122 #define putwc _ast_putwc 173 extern __MANGLE__ wint_t putwc __PROTO__((wchar_t, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | wchar | 108 #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 D | wchar | 108 #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 D | mtlib.h | 71 #define PUTWC(c, s) putwc(c, s)
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 176 #undef putwc 196 #define putwc putc macro
|
/illumos-gate/usr/src/cmd/split/ |
H A D | split.c | 331 if (putwc(wc, out_file) == WEOF) { in main()
|
/illumos-gate/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 49 putwc { TYPE = FUNCTION };
|
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | orientation_test.c | 226 TEST_WIDE(putwc(L'c', f)); in main()
|
/illumos-gate/usr/src/cmd/fmt/ |
H A D | fmt.c | 561 putwc(*cp++, stdout); in tabulate()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 452 stdio/putwc.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 188 fwide.c putwc.c vfwprintf.c vwscanf.c \
|
H A D | Mamfile | 5426 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 D | Makefile | 1190 putwc.3c \ 1923 putwc.3c := LINKSRC = fputwc.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1790 putwc;
|