Home | History | Annotate | Download | only in test

Lines Matching refs:_putenv

446     // ...Unless it's MSVC, whose standard library's _putenv doesn't
450 _putenv(env_var.c_str());
1650 _putenv((Message() << name << "=" << value).GetString().c_str());