Searched defs:stdin (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DRmPkg.py27 from sys import stdin namespace
55 Input = stdin.readline()
190 Input = stdin.readline()
202 Input = stdin.readline()
H A DMkPkg.py26 from sys import stdin namespace
63 Input = stdin.readline()
H A DInstallPkg.py26 from sys import stdin namespace
79 Input = stdin.readline()
106 Input = stdin.readline()
123 Input = stdin.readline()
352 Input = stdin.readline()
413 Input = stdin.readline()
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h93 #define stdin (_iob+STDIN_FILENO) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h103 #define stdin (_iob+STDIN_FILENO) macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c21 FILE *stdin = NULL; variable
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h323 #define stdin (&__sF[0]) /**< FILE reference for the STanDard INput stream. */ macro
928 /** Formatted input from stdin.
930 The scanf function is equivalent to fscanf with stdin used as the input stream.
1140 /** Get a character from stdin.
1142 The getchar function is equivalent to getc with the argument stdin.
1144 @return If the end-of-file indicator for stdin is set, or if stdin
1147 stdin. If a read error occurs, the error indicator for stdin is
1152 /** Read a string from stdin int
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h518 #undef stdin macro
519 #define stdin xf86stdin macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h562 #undef stdin macro
563 #define stdin xf86stdin macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h562 #undef stdin macro
563 #define stdin xf86stdin macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h568 #undef stdin macro
569 #define stdin xf86stdin macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h566 #undef stdin macro
567 #define stdin xf86stdin macro

Completed in 79 milliseconds