Home
last modified time | relevance | path

Searched defs:putchar (Results 1 – 23 of 23) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Dputchar.c36 putchar(c) in putchar() function
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dputchar.c47 putchar(ch) in putchar() function
/titanic_50/usr/src/head/iso/
H A Dstdio_iso.h298 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 Dterm.h66 void (*putchar) (int c); member
H A Dshared.h391 #define putchar grub_putchar macro
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dkernel.c218 putchar (int c) in putchar() function
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dstdio.h76 #define putchar(x) putc((x),stdout) macro
/titanic_50/usr/src/ucbhead/
H A Dstdio.h245 #define putchar(x) putc((x), stdout) macro
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dstdio.h168 #define putchar(x) putc((x), stdout) macro
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h543 #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 Dast_stdio.h564 #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 Dast_stdio.h564 #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 Dast_stdio.h543 #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 Dast_stdio.h543 #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 Dast_stdio.h543 #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 Dast_stdio.h564 #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 Dast_stdio.h564 #define putchar(c) sfputc(sfstdout,c) macro
593 #define putchar(c) fputc(c,stdout) macro
/titanic_50/usr/src/uts/sun4v/promif/
H A Dpromif_io.c189 void (*putchar)(cons_polledio_arg_t, uchar_t); in promif_do_write() local
/titanic_50/usr/src/cmd/vi/port/
H A Dex_put.c273 putchar(int c) in putchar() function
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c1410 #define putchar(c) (*buf++ = (c)) macro
/titanic_50/usr/src/cmd/troff/
H A Dn1.c494 #define putchar(n) (*pfbp++ = (n)) /* NO CHECKING! */ macro
/titanic_50/usr/src/lib/libshell/common/edit/
H A Demacs.c82 #define putchar(ed,c) ed_putchar(ed,c) macro
H A Dvi.c143 #define putchar(c) ed_putchar(vp->ed,c) macro