Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c4657 static PyObject *_PyPopen(char *, int, int, int);
4693 f = _PyPopen(cmdstring, tm, POPEN_2, bufsize); in os2emx_popen2()
4725 f = _PyPopen(cmdstring, tm, POPEN_3, bufsize); in os2emx_popen3()
4757 f = _PyPopen(cmdstring, tm, POPEN_4, bufsize); in os2emx_popen4()
4780 _PyPopen(char *cmdstring, int mode, int n, int bufsize) in _PyPopen() function
5218 static PyObject *_PyPopen(char *, int, int);
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()
5301 f = _PyPopen(cmdstring, tm, POPEN_2); in win32_popen2()
[all …]