Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c5269 static PyObject *posix_putenv_garbage; variable
5317 if (PyDict_SetItem(posix_putenv_garbage, in posix_putenv()
5354 if (PyDict_DelItem(posix_putenv_garbage, in posix_unsetenv()
7382 if (posix_putenv_garbage == NULL) in INITFUNC()
7383 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c6922 static PyObject *posix_putenv_garbage; variable
6970 if (PyDict_SetItem(posix_putenv_garbage, in posix_putenv()
7007 if (PyDict_DelItem(posix_putenv_garbage, in posix_unsetenv()
9320 if (posix_putenv_garbage == NULL) in INITFUNC()
9321 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c7183 static PyObject *posix_putenv_garbage; variable
7246 if (PyDict_SetItem(posix_putenv_garbage, in posix_putenv()
7292 if (PyDict_DelItem(posix_putenv_garbage, in posix_unsetenv()
9515 if (posix_putenv_garbage == NULL) in INITFUNC()
9516 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c7183 static PyObject *posix_putenv_garbage; variable
7246 if (PyDict_SetItem(posix_putenv_garbage, in posix_putenv()
7292 if (PyDict_DelItem(posix_putenv_garbage, in posix_unsetenv()
9515 if (posix_putenv_garbage == NULL) in INITFUNC()
9516 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dposixmodule.c9292 static PyObject *posix_putenv_garbage; variable
9301 if (PyDict_SetItem(posix_putenv_garbage, name, value)) in posix_putenv_garbage_setitem()
9438 if (PyDict_DelItem(posix_putenv_garbage, name)) { in os_unsetenv_impl()
13571 if (posix_putenv_garbage == NULL) in INITFUNC()
13572 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c10179 static PyObject *posix_putenv_garbage; variable
10188 if (PyDict_SetItem(posix_putenv_garbage, name, value)) in posix_putenv_garbage_setitem()
10332 if (PyDict_DelItem(posix_putenv_garbage, name)) { in os_unsetenv_impl()
14683 if (posix_putenv_garbage == NULL) in INITFUNC()
14684 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dposixmodule.c10179 static PyObject *posix_putenv_garbage; variable
10188 if (PyDict_SetItem(posix_putenv_garbage, name, value)) in posix_putenv_garbage_setitem()
10332 if (PyDict_DelItem(posix_putenv_garbage, name)) { in os_unsetenv_impl()
14683 if (posix_putenv_garbage == NULL) in INITFUNC()
14684 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c10222 static PyObject *posix_putenv_garbage; variable
10231 if (PyDict_SetItem(posix_putenv_garbage, name, value)) in posix_putenv_garbage_setitem()
10375 if (PyDict_DelItem(posix_putenv_garbage, name)) { in os_unsetenv_impl()
14726 if (posix_putenv_garbage == NULL) in INITFUNC()
14727 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c10179 static PyObject *posix_putenv_garbage; variable
10188 if (PyDict_SetItem(posix_putenv_garbage, name, value)) in posix_putenv_garbage_setitem()
10332 if (PyDict_DelItem(posix_putenv_garbage, name)) { in os_unsetenv_impl()
14683 if (posix_putenv_garbage == NULL) in INITFUNC()
14684 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dposixmodule.c10179 static PyObject *posix_putenv_garbage; variable
10188 if (PyDict_SetItem(posix_putenv_garbage, name, value)) in posix_putenv_garbage_setitem()
10332 if (PyDict_DelItem(posix_putenv_garbage, name)) { in os_unsetenv_impl()
14683 if (posix_putenv_garbage == NULL) in INITFUNC()
14684 posix_putenv_garbage = PyDict_New(); in INITFUNC()
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/
H A DTODO143 Modules/posixmodule.c:posix_putenv_garbage static PyObject *posix_putenv_garb…
H A Dknown.tsv765 Modules/posixmodule.c - posix_putenv_garbage variable static PyObject *posix_putenv_garbage
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/
H A DTODO140 Modules/posixmodule.c:posix_putenv_garbage static PyObject *posix_putenv_garb…