Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 42) sorted by relevance

12

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_stdlib.c135 int overwrite; in stdlib_getsetenv() local
158 overwrite = 0; in stdlib_getsetenv()
160 result = SDL_setenv(name, value1, overwrite); in stdlib_getsetenv()
177 overwrite = 1; in stdlib_getsetenv()
179 result = SDL_setenv(name, value2, overwrite); in stdlib_getsetenv()
196 overwrite = 0; in stdlib_getsetenv()
198 result = SDL_setenv(name, value1, overwrite); in stdlib_getsetenv()
215 overwrite = 1; in stdlib_getsetenv()
217 result = SDL_setenv(name, value1, overwrite); in stdlib_getsetenv()
234 for (overwrite=0; overwrite <= 1; overwrite++) { in stdlib_getsetenv()
[all …]
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_getenv.c48 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv() argument
55 return setenv(name, value, overwrite); in SDL_setenv()
59 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv() argument
66 if (!overwrite) { in SDL_setenv()
79 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv() argument
90 if (overwrite) { in SDL_setenv()
110 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv() argument
123 if (!overwrite && SDL_getenv(name)) { in SDL_setenv()
/AliOS-Things-master/components/posix/include/
A Denviro.h80 int setenv(const char *envname, const char *envval, int overwrite);
/AliOS-Things-master/components/posix/src/
A Denviro.c100 int setenv(const char *envname, const char *envval, int overwrite) in setenv() argument
137 if (overwrite != 0) { in setenv()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dos.h205 int os_setenv(const char *name, const char *value, int overwrite);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DHOWTO-RELEASE52 installed library files don't overwrite existing files. If APIs
A Daclocal.m4224 # overwrite some of them when testing with obscure command lines.
824 # compilers refuse to overwrite an existing .o file with -o,
/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h399 extern DECLSPEC int SDLCALL SDL_setenv(const char *name, const char *value, int overwrite);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure.ac16 # Hack: disable autoheader so that it doesn't overwrite our cfg template.
A Dusage.txt652 file; it does not modify the input file. DO NOT try to overwrite the input
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md110 Note that it is possible to build in-place; this will however overwrite the
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfig.guess1435 operating system you are using. If your script is old, overwrite *all*
A Daclocal.m4244 # overwrite some of them when testing with obscure command lines.
827 # compilers refuse to overwrite an existing .o file with -o,
A DCHANGES3396 Added memory overwrite and palette image checks to pngvalid.c
3646 Fixed a relatively harmless memory overwrite in compressed text writing
3656 overwrite the partial byte at the end of each row if the row width was not
3957 Fixed a memory overwrite bug in simplified read of RGB PNG with
/AliOS-Things-master/components/SDL2/src/image/
A Dconfig.guess1439 operating system you are using. If your script is old, overwrite *all*
A Daclocal.m4324 # overwrite some of them when testing with obscure command lines.
888 # compilers refuse to overwrite an existing .o file with -o,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Daclocal.m4284 # overwrite some of them when testing with obscure command lines.
831 # compilers refuse to overwrite an existing .o file with -o,
/AliOS-Things-master/components/SDL2/build-scripts/
A Dconfig.guess1435 operating system you are using. If your script is old, overwrite *all*
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.21898 # overwrite some of them when testing with obscure command lines.
2291 # compilers refuse to overwrite an existing .o file with -o,
A Dtraces.0849 # overwrite some of them when testing with obscure command lines.
1242 # compilers refuse to overwrite an existing .o file with -o,
A Doutput.03443 # compilers refuse to overwrite an existing .o file with -o,
7643 # do not overwrite the value of need_locks provided by the user
10953 # overwrite some of them when testing with obscure command lines.
11646 # compilers refuse to overwrite an existing .o file with -o,
11973 # overwrite some of them when testing with obscure command lines.
A Doutput.13443 # compilers refuse to overwrite an existing .o file with -o,
7643 # do not overwrite the value of need_locks provided by the user
10953 # overwrite some of them when testing with obscure command lines.
11646 # compilers refuse to overwrite an existing .o file with -o,
11973 # overwrite some of them when testing with obscure command lines.
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile1243 # Makefile don't overwrite each other's variables.
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile1315 # Makefile don't overwrite each other's variables.
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak3087 * which overwrite the value set by this option.

Completed in 102 milliseconds

12