Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4457 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value);
4470 return_value = os_putenv_impl(module, name, value); in os_putenv()
4490 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value);
4503 return_value = os_putenv_impl(module, name, value); in os_putenv()
/external/python/cpython3/Modules/
Dposixmodule.c9220 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) in os_putenv_impl() function
9277 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) in os_putenv_impl() function