Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c4655 #define POPEN_4 4 macro
4757 f = _PyPopen(cmdstring, tm, POPEN_4, bufsize); in os2emx_popen4()
4922 case POPEN_4: in _PyPopen()
5216 #define POPEN_4 4 macro
5375 f = _PyPopen(cmdstring, tm, POPEN_4); in win32_popen4()
5586 if (n != POPEN_4) { in _PyPopen()
5651 case POPEN_4: in _PyPopen()
5717 if (n == POPEN_4) { in _PyPopen()