HomeSort by relevance Sort by last modified time
    Searched defs:SDL_putenv (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_getenv.c 39 int SDL_putenv(const char *variable)
93 int SDL_putenv(const char *variable)
194 if ( SDL_putenv("FIRST=VALUE1") == 0 ) {
209 if ( SDL_putenv("SECOND=VALUE2") == 0 ) {
224 if ( SDL_putenv("FIRST=NOVALUE") == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 222 #define SDL_putenv putenv
224 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 222 #define SDL_putenv putenv
224 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 222 #define SDL_putenv putenv
224 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 222 #define SDL_putenv putenv
224 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);

Completed in 427 milliseconds