Searched defs:putchar (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | putchar.c | 2 Implementation of a subroutine version of the macro putchar, 44 NetBSD: putchar.c,v 1.9 2003/08/07 16:43:29 agc Exp 45 putchar.c 8.1 (Berkeley) 6/4/93 53 #undef putchar macro 57 * putchar 60 putchar(int c) function
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | console.c | 21 * each device's console_driver::putchar() method. 24 void putchar ( int character ) { function 29 putchar ( '\r' ); 34 console->putchar ) 35 console->putchar ( character );
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | console.h | 13 * putchar(), getchar() and iskey() delegate to the individual console 36 * The console's putchar(), getchar() and iskey() methods will 51 void ( *putchar ) ( int character ); member in struct:console_driver 99 * .putchar = my_putchar,
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdio.h | 47 int putchar (int); 1187 The putchar function is equivalent to putc with stdout as the Stream argument. 1191 @return The putchar function returns the character written. If a write 1192 error occurs, the error indicator for stdout is set and putchar 1195 int putchar (int C); 1610 #define putchar(x) putc(x, stdout) macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 580 #undef putchar macro 581 #define putchar(i) xf86fputc(i, xf86stdout) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 626 #undef putchar macro 627 #define putchar(i) xf86fputc(i, xf86stdout) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 626 #undef putchar macro 627 #define putchar(i) xf86fputc(i, xf86stdout) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 632 #undef putchar macro 633 #define putchar(i) xf86fputc(i, xf86stdout) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 630 #undef putchar macro 631 #define putchar(i) xf86fputc(i, xf86stdout) macro
|
Completed in 399 milliseconds