Searched refs:putenv (Results 1 – 17 of 17) sorted by relevance
3 uos.putenv('MICROPYINSPECT', '1')
10 os.putenv("NEW_VARIABLE", "VALUE")
16 os.putenv("NEW_VARIABLE", "VALUE")
83 int putenv(char *string);
105 return putenv(new_variable); in SDL_setenv()
259 int putenv(char *string) in putenv() function
3659 int putenv (char *);3845 /* argument is putenv-style "foo=bar", value of foo is set to bar */3849 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */3853 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */4366 if (putenv (str) != EXIT_SUCCESS)
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 */3873 if (putenv (str) != EXIT_SUCCESS)
4625 int putenv (char *);5308 if (putenv (str) != EXIT_SUCCESS)
804 strtod malloc calloc realloc free getenv setenv putenv unsetenv
17085 …for ac_func in malloc calloc realloc free getenv setenv putenv unsetenv qsort abs bcopy memset mem…
4186 int putenv (char *);4869 if (putenv (str) != EXIT_SUCCESS)
5563 int putenv (char *);6247 if (putenv (str) != EXIT_SUCCESS)
Completed in 98 milliseconds