Home | History | Annotate | Download | only in Efi

Lines Matching refs:unsetenv

5336 "unsetenv(key)\n\n\

5344 if (!PyArg_ParseTuple(args, "s:unsetenv", &s1))
5347 unsetenv(s1);
5351 * happen after the real unsetenv() call because the
5363 #endif /* unsetenv */
7039 {"unsetenv", posix_unsetenv, METH_VARARGS, posix_unsetenv__doc__},