Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c572 #define _NO_CONSOLE_FILENO (intptr_t)-2 macro
595 if (fd != _NO_CONSOLE_FILENO) { in _PyVerify_fd()
618 if (fd2 == _NO_CONSOLE_FILENO) in _PyVerify_fd_dup2()