Home
last modified time | relevance | path

Searched defs:stdin (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cgi.py12 stdin = sys.stdin variable in HackedSysModule
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py79 def __init__(self, completekey='tab', stdin=None, stdout=None): argument
Dpdb.py61 def __init__(self, completekey='tab', stdin=None, stdout=None, skip=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py79 def __init__(self, completekey='tab', stdin=None, stdout=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dhandlers.py369 def __init__(self,stdin,stdout,stderr,environ, argument
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h323 #define stdin (&__sF[0]) /**< FILE reference for the STanDard INput stream. */ macro
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c21 FILE *stdin = NULL; variable