Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c2785 #define POPEN_4 4 macro
2887 f = _PyPopen(cmdstring, tm, POPEN_4, bufsize); in os2emx_popen4()
3052 case POPEN_4: in _PyPopen()
3346 #define POPEN_4 4 macro
3505 f = _PyPopen(cmdstring, tm, POPEN_4); in win32_popen4()
3716 if (n != POPEN_4) { in _PyPopen()
3781 case POPEN_4: in _PyPopen()
3847 if (n == POPEN_4) { in _PyPopen()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c4375 #define POPEN_4 4 macro
4477 f = _PyPopen(cmdstring, tm, POPEN_4, bufsize); in os2emx_popen4()
4642 case POPEN_4: in _PyPopen()
4936 #define POPEN_4 4 macro
5095 f = _PyPopen(cmdstring, tm, POPEN_4); in win32_popen4()
5306 if (n != POPEN_4) { in _PyPopen()
5371 case POPEN_4: in _PyPopen()
5437 if (n == POPEN_4) { in _PyPopen()