Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c11020 win32_putenv(PyObject *name, PyObject *value) in win32_putenv() function
11094 return win32_putenv(name, value); in os_putenv_impl()
11147 return win32_putenv(name, NULL); in os_unsetenv_impl()