Home | History | Annotate | Download | only in test

Lines Matching full:putenv

1833   // C++Builder's putenv only stores a pointer to its parameter; we have to
1838 // Because putenv stores a pointer to the string buffer, we can't delete the
1846 // The standard signature of putenv accepts a 'char*' argument. Other
1849 putenv(const_cast<char*>(added_env[name]->c_str()));