/titanic_50/usr/src/lib/libbc/libc/stdio/common/ |
H A D | putchar.c | 36 putchar(c) in putchar() function
|
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | putchar.c | 47 putchar(ch) in putchar() function
|
/titanic_50/usr/src/head/iso/ |
H A D | stdio_iso.h | 298 inline int putchar(int _x) { return putc(_x, stdout); } in putchar() function 302 #define putchar(x) putc((x), stdout) macro
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | term.h | 66 void (*putchar) (int c); member
|
H A D | shared.h | 391 #define putchar grub_putchar macro
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c | 218 putchar (int c) in putchar() function
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 76 #define putchar(x) putc((x),stdout) macro
|
/titanic_50/usr/src/ucbhead/ |
H A D | stdio.h | 245 #define putchar(x) putc((x), stdout) macro
|
/titanic_50/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 168 #define putchar(x) putc((x), stdout) macro
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 543 #define putchar(c) sfputc(sfstdout,c) macro 572 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 564 #define putchar(c) sfputc(sfstdout,c) macro 593 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 564 #define putchar(c) sfputc(sfstdout,c) macro 593 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 543 #define putchar(c) sfputc(sfstdout,c) macro 572 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 543 #define putchar(c) sfputc(sfstdout,c) macro 572 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 543 #define putchar(c) sfputc(sfstdout,c) macro 572 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 564 #define putchar(c) sfputc(sfstdout,c) macro 593 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 564 #define putchar(c) sfputc(sfstdout,c) macro 593 #define putchar(c) fputc(c,stdout) macro
|
/titanic_50/usr/src/uts/sun4v/promif/ |
H A D | promif_io.c | 189 void (*putchar)(cons_polledio_arg_t, uchar_t); in promif_do_write() local
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 273 putchar(int c) in putchar() function
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | malloc.c | 1410 #define putchar(c) (*buf++ = (c)) macro
|
/titanic_50/usr/src/cmd/troff/ |
H A D | n1.c | 494 #define putchar(n) (*pfbp++ = (n)) /* NO CHECKING! */ macro
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 82 #define putchar(ed,c) ed_putchar(ed,c) macro
|
H A D | vi.c | 143 #define putchar(c) ed_putchar(vp->ed,c) macro
|