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.h1353 os_system_impl(PyObject *module, const Py_UNICODE *command);
1368 _return_value = os_system_impl(module, command); in os_system()
1392 os_system_impl(PyObject *module, PyObject *command);
1407 _return_value = os_system_impl(module, command); in os_system()
/external/python/cpython3/Modules/
Dposixmodule.c4197 os_system_impl(PyObject *module, const Py_UNICODE *command) in os_system_impl() function
4218 os_system_impl(PyObject *module, PyObject *command) in os_system_impl() function