Searched refs:SDL_strtol (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h483 #define SDL_strtol strtol macro
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c95 return SDL_strtol(ptr, NULL, 10);
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c312 SDL_Window = SDL_strtol (SDL_windowid, NULL, 0) ;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c341 WMwindow = SDL_strtol(SDL_windowid, NULL, 0);
931 SDL_Window = SDL_strtol(SDL_windowid, NULL, 0);
H A DSDL_x11modes.c371 template.visualid = SDL_strtol(visual_id, NULL, 0);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c509 long SDL_strtol(const char *string, char **endp, int base) function

Completed in 112 milliseconds