Home
last modified time | relevance | path

Searched refs:putenv (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/cmdline/
A Drepl_micropyinspect3 uos.putenv('MICROPYINSPECT', '1')
/AliOS-Things-master/components/py_engine/tests/cpydiff/
A Dmodules_os_getenv.py10 os.putenv("NEW_VARIABLE", "VALUE")
A Dmodules_os_environ.py16 os.putenv("NEW_VARIABLE", "VALUE")
/AliOS-Things-master/components/posix/include/
A Denviro.h83 int putenv(char *string);
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_getenv.c105 return putenv(new_variable); in SDL_setenv()
/AliOS-Things-master/components/posix/src/
A Denviro.c259 int putenv(char *string) in putenv() function
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool3659 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)
A Dltmain.sh3166 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)
/AliOS-Things-master/components/SDL2/
A Dlibtool4625 int putenv (char *);
5308 if (putenv (str) != EXIT_SUCCESS)
A DCMakeLists.txt804 strtod malloc calloc realloc free getenv setenv putenv unsetenv
A Dconfigure17085 …for ac_func in malloc calloc realloc free getenv setenv putenv unsetenv qsort abs bcopy memset mem…
/AliOS-Things-master/components/SDL2/build-scripts/
A Dltmain.sh4186 int putenv (char *);
4869 if (putenv (str) != EXIT_SUCCESS)
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltmain.sh4186 int putenv (char *);
4869 if (putenv (str) != EXIT_SUCCESS)
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltmain.sh4186 int putenv (char *);
4869 if (putenv (str) != EXIT_SUCCESS)
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dltmain.sh5563 int putenv (char *);
6247 if (putenv (str) != EXIT_SUCCESS)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dltmain.sh5563 int putenv (char *);
6247 if (putenv (str) != EXIT_SUCCESS)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh5563 int putenv (char *);
6247 if (putenv (str) != EXIT_SUCCESS)

Completed in 98 milliseconds