Searched defs:SDL_SetError (Results 1 - 1 of 1) sorted by path

/external/qemu/distrib/sdl-1.2.15/src/
H A DSDL_error.c50 void SDL_SetError (const char *fmt, ...) function
111 fprintf(stderr, "SDL_SetError: %s\n", SDL_GetError());
207 SDL_SetError("Out of memory");
210 SDL_SetError("Error reading from datastream");
213 SDL_SetError("Error writing to datastream");
216 SDL_SetError("Error seeking in datastream");
219 SDL_SetError("Unknown SDL error");
229 SDL_SetError("Hi there!");
234 SDL_SetError("This is the error: %s (%f)", buffer, 1.0);

Completed in 185 milliseconds