Home
last modified time | relevance | path

Searched refs:sysstdin (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c770 PyObject *enc, *sysstdin, *decoded, *utf8; in tok_stdin_decode() local
776 sysstdin = PySys_GetObject("stdin"); in tok_stdin_decode()
777 if (sysstdin == NULL || !PyFile_Check(sysstdin)) in tok_stdin_decode()
780 enc = ((PyFileObject *)sysstdin)->f_encoding; in tok_stdin_decode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c790 PyObject *enc, *sysstdin, *decoded, *utf8; in tok_stdin_decode() local
796 sysstdin = PySys_GetObject("stdin"); in tok_stdin_decode()
797 if (sysstdin == NULL || !PyFile_Check(sysstdin)) in tok_stdin_decode()
800 enc = ((PyFileObject *)sysstdin)->f_encoding; in tok_stdin_decode()