Lines Matching refs:env
48 #include "atf-c++/detail/env.hpp"
266 atf::env::set("HOME", workdir.str());
267 atf::env::unset("LANG");
268 atf::env::unset("LC_ALL");
269 atf::env::unset("LC_COLLATE");
270 atf::env::unset("LC_CTYPE");
271 atf::env::unset("LC_MESSAGES");
272 atf::env::unset("LC_MONETARY");
273 atf::env::unset("LC_NUMERIC");
274 atf::env::unset("LC_TIME");
275 atf::env::set("TZ", "UTC");
277 atf::env::set("__RUNNING_INSIDE_ATF_RUN", "internal-yes-value");