Searched refs:os_putenv_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 4457 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/ |
D | posixmodule.c | 9220 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
|