Home | History | Annotate | Download | only in libusb-compat

Lines Matching refs:putenv

3173 int putenv (char *);
3359 /* argument is putenv-style "foo=bar", value of foo is set to bar */
3363 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
3367 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
3879 if (putenv (str) != EXIT_SUCCESS)