Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_posixsubprocess.c189 static void _Py_FreeCharPArray(char *const array[]);
252 _Py_FreeCharPArray(array); in _PySequence_BytesToCharpArray()
259 _Py_FreeCharPArray(char *const array[]) in _Py_FreeCharPArray() function
1293 _Py_FreeCharPArray(envp); in subprocess_fork_exec_impl()
1297 _Py_FreeCharPArray(argv); in subprocess_fork_exec_impl()
1299 _Py_FreeCharPArray(exec_array); in subprocess_fork_exec_impl()