Searched defs:stdout (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DLog.py21 from sys import stdout namespace
257 # different place (stdout or stderr), we have to use different "Logger"
262 _DebugChannel = StreamHandler(stdout)
269 _InfoChannel = StreamHandler(stdout)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h94 #define stdout (_iob+STDOUT_FILENO) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h104 #define stdout (_iob+STDOUT_FILENO) macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c22 FILE *stdout = NULL; variable
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h324 #define stdout (&__sF[1]) /**< FILE reference for the STanDard OUTput stream. */ macro
912 /** Formatted print to stdout.
914 The printf function is equivalent to fprintf with stdout used as the output stream.
1008 /** Formatted print, to stdout, from an argument list.
1185 /** Write a character to stdout.
1187 The putchar function is equivalent to putc with stdout as the Stream argument.
1189 @param[in] C The character to be written to stdout.
1192 error occurs, the error indicator for stdout is set and putchar
1197 /** Write String to stdout.
1200 pointed to by stdout, an
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h426 # define stdout NULL macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h520 #undef stdout macro
521 #define stdout xf86stdout macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h564 #undef stdout macro
565 #define stdout xf86stdout macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h564 #undef stdout macro
565 #define stdout xf86stdout macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h570 #undef stdout macro
571 #define stdout xf86stdout macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h568 #undef stdout macro
569 #define stdout xf86stdout macro

Completed in 62 milliseconds