Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c2782 #define POPEN_1 1 macro
3343 #define POPEN_1 1 macro
3391 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
3393 f = _PyPopen(cmdstring, tm | _O_BINARY, POPEN_1); in posix_popen()
3395 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
3731 case POPEN_1: in _PyPopen()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c4372 #define POPEN_1 1 macro
4933 #define POPEN_1 1 macro
4981 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
4983 f = _PyPopen(cmdstring, tm | _O_BINARY, POPEN_1); in posix_popen()
4985 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
5321 case POPEN_1: in _PyPopen()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c4652 #define POPEN_1 1 macro
5213 #define POPEN_1 1 macro
5261 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
5263 f = _PyPopen(cmdstring, tm | _O_BINARY, POPEN_1); in posix_popen()
5265 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
5601 case POPEN_1: in _PyPopen()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c4652 #define POPEN_1 1 macro
5213 #define POPEN_1 1 macro
5261 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
5263 f = _PyPopen(cmdstring, tm | _O_BINARY, POPEN_1); in posix_popen()
5265 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1); in posix_popen()
5601 case POPEN_1: in _PyPopen()