Searched defs:p2cwrite (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _posixsubprocess.c.h | 64 int p2cwrite; in subprocess_fork_exec() local
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 662 int p2cread, int p2cwrite, in child_exec() 872 int p2cread, int p2cwrite, in do_fork_exec() 1010 PyObject *env_list, int p2cread, int p2cwrite, in subprocess_fork_exec_impl()
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 1293 p2cread, p2cwrite, argument 1449 p2cread, p2cwrite, argument 1763 p2cread, p2cwrite, argument 1805 p2cread, p2cwrite, argument
|