Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libbc/libc/stdio/common/
H A Dputchar.c36 putchar(c) in putchar() function
/titanic_52/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dputchar.c47 putchar(int ch) in putchar() function
/titanic_52/usr/src/lib/libc/port/stdio/
H A Dputchar.c47 putchar(ch) in putchar() function
/titanic_52/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_52/usr/src/boot/sys/boot/i386/common/
H A Dcons.c55 putchar(int c) in putchar() function
/titanic_52/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_52/usr/src/grub/grub-0.97/docs/
H A Dkernel.c218 putchar (int c) in putchar() function
/titanic_52/usr/src/boot/sys/boot/common/
H A Dconsole.c144 putchar(int c) in putchar() function
/titanic_52/usr/src/lib/libbc/inc/include/
H A Dstdio.h76 #define putchar(x) putc((x),stdout) macro
/titanic_52/usr/src/ucbhead/
H A Dstdio.h245 #define putchar(x) putc((x), stdout) macro
/titanic_52/usr/src/lib/libbc/inc/5include/
H A Dstdio.h168 #define putchar(x) putc((x), stdout) macro
/titanic_52/usr/src/uts/sun4v/promif/
H A Dpromif_io.c189 void (*putchar)(cons_polledio_arg_t, uchar_t); in promif_do_write() local
/titanic_52/usr/src/cmd/vi/port/
H A Dex_put.c273 putchar(int c) putchar() function
[all...]
/titanic_52/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c711 putchar(int c) in putchar() function
/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c1410 #define putchar(c) (*buf++ = (c)) macro
/titanic_52/usr/src/cmd/troff/
H A Dn1.c494 #define putchar(n) (*pfbp++ = (n)) /* NO CHECKING! */ macro
/titanic_52/usr/src/boot/include/
H A Dstdio.h505 #define putchar(x) putc(x, stdout) macro
/titanic_52/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c169 putchar(int ch) in putchar() function
/titanic_52/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c558 putchar(char c, void *arg) in putchar() function
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c82 #define putchar(ed,c) ed_putchar(ed,c) macro
H A Dvi.c138 #define putchar(c) ed_putchar(vp->ed,c) macro
[all...]