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

  /prebuilt/windows/sdl/host/include/SDL/
SDL_getenv.h 17 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
18 #define putenv(X) SDL_putenv(X)
  /external/qemu/distrib/sdl-1.2.12/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.12/src/main/macos/exports/
SDL.x 191 SDL_putenv
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 202 #define SDL_putenv putenv
204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 539 SDL_putenv("SDL_VIDEODRIVER=DSp");
543 SDL_putenv("SDL_VIDEODRIVER=toolbox");
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 202 #define SDL_putenv putenv
204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 202 #define SDL_putenv putenv
204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 202 #define SDL_putenv putenv
204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);

Completed in 26 milliseconds