Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c2787 static PyObject *_PyPopen(char *, int, int, int);
2823 f = _PyPopen(cmdstring, tm, POPEN_2, bufsize); in os2emx_popen2()
2855 f = _PyPopen(cmdstring, tm, POPEN_3, bufsize); in os2emx_popen3()
2887 f = _PyPopen(cmdstring, tm, POPEN_4, bufsize); in os2emx_popen4()
2910 _PyPopen(char *cmdstring, int mode, int n, int bufsize) in _PyPopen() function
3348 static PyObject *_PyPopen(char *, int, int);
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()
3431 f = _PyPopen(cmdstring, tm, POPEN_2); in win32_popen2()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c4377 static PyObject *_PyPopen(char *, int, int, int);
4413 f = _PyPopen(cmdstring, tm, POPEN_2, bufsize); in os2emx_popen2()
4445 f = _PyPopen(cmdstring, tm, POPEN_3, bufsize); in os2emx_popen3()
4477 f = _PyPopen(cmdstring, tm, POPEN_4, bufsize); in os2emx_popen4()
4500 _PyPopen(char *cmdstring, int mode, int n, int bufsize) in _PyPopen() function
4938 static PyObject *_PyPopen(char *, int, int);
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()
5021 f = _PyPopen(cmdstring, tm, POPEN_2); in win32_popen2()
[all …]