/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_stdlib.c | 135 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 D | SDL_getenv.c | 48 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 D | enviro.h | 80 int setenv(const char *envname, const char *envval, int overwrite);
|
/AliOS-Things-master/components/posix/src/ |
A D | enviro.c | 100 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 D | os.h | 205 int os_setenv(const char *name, const char *value, int overwrite);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | HOWTO-RELEASE | 52 installed library files don't overwrite existing files. If APIs
|
A D | aclocal.m4 | 224 # 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 D | SDL_stdinc.h | 399 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 D | configure.ac | 16 # Hack: disable autoheader so that it doesn't overwrite our cfg template.
|
A D | usage.txt | 652 file; it does not modify the input file. DO NOT try to overwrite the input
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.mbedtls.md | 110 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 D | config.guess | 1435 operating system you are using. If your script is old, overwrite *all*
|
A D | aclocal.m4 | 244 # overwrite some of them when testing with obscure command lines. 827 # compilers refuse to overwrite an existing .o file with -o,
|
A D | CHANGES | 3396 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 D | config.guess | 1439 operating system you are using. If your script is old, overwrite *all*
|
A D | aclocal.m4 | 324 # 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 D | aclocal.m4 | 284 # 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 D | config.guess | 1435 operating system you are using. If your script is old, overwrite *all*
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 1898 # overwrite some of them when testing with obscure command lines. 2291 # compilers refuse to overwrite an existing .o file with -o,
|
A D | traces.0 | 849 # overwrite some of them when testing with obscure command lines. 1242 # compilers refuse to overwrite an existing .o file with -o,
|
A D | output.0 | 3443 # 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 D | output.1 | 3443 # 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 D | doxyfile | 1243 # Makefile don't overwrite each other's variables.
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 1315 # Makefile don't overwrite each other's variables.
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 3087 * which overwrite the value set by this option.
|