Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt84 posix_putenv_garbage
/external/python/cpython2/Modules/
Dposixmodule.c7176 static PyObject *posix_putenv_garbage; variable
7239 if (PyDict_SetItem(posix_putenv_garbage, in posix_putenv()
7285 if (PyDict_DelItem(posix_putenv_garbage, in posix_unsetenv()
9508 if (posix_putenv_garbage == NULL) in INITFUNC()
9509 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/external/python/cpython3/Modules/
Dposixmodule.c9191 static PyObject *posix_putenv_garbage; variable
9200 if (PyDict_SetItem(posix_putenv_garbage, name, value)) in posix_putenv_garbage_setitem()
9337 if (PyDict_DelItem(posix_putenv_garbage, name)) { in os_unsetenv_impl()
13470 if (posix_putenv_garbage == NULL) in INITFUNC()
13471 posix_putenv_garbage = PyDict_New(); in INITFUNC()