Searched defs:putchar_unlocked (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dputchar.c54 #undef putchar_unlocked macro
72 putchar_unlocked(int c) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h79 int putchar_unlocked(int);
1468 int putchar_unlocked(int);
1618 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro

Completed in 37 milliseconds