Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c10705 win32_putenv(PyObject *name, PyObject *value) in win32_putenv() function
10779 return win32_putenv(name, value); in os_putenv_impl()
10832 return win32_putenv(name, NULL); in os_unsetenv_impl()