Home | History | Annotate | Download | only in libnfnetlink

Lines Matching refs:putenv

3166 int putenv (char *);
3352 /* argument is putenv-style "foo=bar", value of foo is set to bar */
3356 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
3360 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
3872 if (putenv (str) != EXIT_SUCCESS)