Searched refs:posix_putenv_garbage (Results 1 – 3 of 3) sorted by relevance
84 posix_putenv_garbage
7176 static PyObject *posix_putenv_garbage; variable7239 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()
9191 static PyObject *posix_putenv_garbage; variable9200 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()