Searched refs:UNSETENV (Results 1 – 1 of 1) sorted by relevance
20 #define UNSETENV(name) _putenv_s(name, "") macro24 #define UNSETENV(name) unsetenv(name) macro42 CHECK_EQ(0, UNSETENV(kTZ)); in ~ScopedSetTZ()