Searched refs:putenv (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp138 #define putenv _putenv // Windows deprecates putenv macro
144 putenv(const_cast<char*>("SC_SIGNAL_WRITE_CHECK=CONFLICT"));
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc1630 // C++Builder's putenv only stores a pointer to its parameter; we have to
1635 // Because putenv stores a pointer to the string buffer, we can't delete the
1644 // The standard signature of putenv accepts a 'char*' argument. Other
1647 putenv(const_cast<char*>(added_env[name]->c_str()));

Completed in 29 milliseconds