Home | History | Annotate | Download | only in test

Lines Matching full:putenv

2095   // C++Builder's putenv only stores a pointer to its parameter; we have to
2100 // Because putenv stores a pointer to the string buffer, we can't delete the
2107 putenv(added_env[name]->c_str());