Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3081 os_system_impl(PyObject *module, const wchar_t *command);
3128 _return_value = os_system_impl(module, command); in os_system()
3155 os_system_impl(PyObject *module, PyObject *command);
3197 _return_value = os_system_impl(module, command); in os_system()
/external/python/cpython3/Modules/
Dposixmodule.c5989 os_system_impl(PyObject *module, const wchar_t *command) in os_system_impl() function
6015 os_system_impl(PyObject *module, PyObject *command) in os_system_impl() function