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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 553 #define SDL_snprintf snprintf
555 extern DECLSPEC int SDLCALL SDL_snprintf(char *text, size_t maxlen, const char *fmt, ...);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 999 int SDL_snprintf(char *text, size_t maxlen, const char *fmt, ...)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 553 #define SDL_snprintf snprintf
555 extern DECLSPEC int SDLCALL SDL_snprintf(char *text, size_t maxlen, const char *fmt, ...);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 553 #define SDL_snprintf snprintf
555 extern DECLSPEC int SDLCALL SDL_snprintf(char *text, size_t maxlen, const char *fmt, ...);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 553 #define SDL_snprintf snprintf
555 extern DECLSPEC int SDLCALL SDL_snprintf(char *text, size_t maxlen, const char *fmt, ...);

Completed in 172 milliseconds