Searched refs:SDL_snprintf (Results 26 - 30 of 30) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c165 SDL_snprintf(devnamebuf, sizeof(devnamebuf), WSCONSDEV_FORMAT, activeVT - 1);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c301 SDL_snprintf(procfile, SDL_arraysize(procfile), "/proc/%d/exe", getpid());
303 SDL_snprintf(procfile, SDL_arraysize(procfile), "/proc/%d/file", getpid());
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c999 int SDL_snprintf(char *text, size_t maxlen, const char *fmt, ...) function
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c664 SDL_snprintf(message, SDL_arraysize(message), fmt, mem);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c837 SDL_snprintf(errbuf, SDL_arraysize(errbuf),
843 SDL_snprintf(errbuf, SDL_arraysize(errbuf), "%s: %s", function, error);

Completed in 965 milliseconds

12