Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c4631 #define POPEN_4 4 macro
4733 f = _PyPopen(cmdstring, tm, POPEN_4, bufsize); in os2emx_popen4()
4898 case POPEN_4: in _PyPopen()
5192 #define POPEN_4 4 macro
5351 f = _PyPopen(cmdstring, tm, POPEN_4); in win32_popen4()
5562 if (n != POPEN_4) { in _PyPopen()
5627 case POPEN_4: in _PyPopen()
5693 if (n == POPEN_4) { in _PyPopen()