Home | History | Annotate | Download | only in cpp

Lines Matching refs:putenv

3667 int putenv (char *);
3853 /* argument is putenv-style "foo=bar", value of foo is set to bar */
3857 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
3861 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
4373 if (putenv (str) != EXIT_SUCCESS)