Searched refs:os_putenv_impl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 6369 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value); 6397 return_value = os_putenv_impl(module, name, value); in os_putenv() 6417 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value); 6435 return_value = os_putenv_impl(module, name, value); in os_putenv()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | posixmodule.c | 11088 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) in os_putenv_impl() function 11108 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) in os_putenv_impl() function
|