Home
last modified time | relevance | path

Searched defs:unsetenv (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/shared/
Dvg_replace_strmem.c2006 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, unsetenv) (const char* name) in VG_WRAP_FUNCTION_ZU() argument
/external/python/cpython2/Lib/
Dos.py407 def unsetenv(key): function
/external/python/cpython3/Lib/
Dos.py655 def __init__(self, data, encodekey, decodekey, encodevalue, decodevalue, putenv, unsetenv): argument
/external/libevent/test/
Dregress.c2596 static void unsetenv(const char *k) in unsetenv() function