OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_strtol
(Results
1 - 9
of
9
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
461
#define
SDL_strtol
strtol
463
extern DECLSPEC long SDLCALL
SDL_strtol
(const char *string, char **endp, int base);
509
#define SDL_atoi(X)
SDL_strtol
(X, NULL, 0)
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
461
#define
SDL_strtol
strtol
463
extern DECLSPEC long SDLCALL
SDL_strtol
(const char *string, char **endp, int base);
509
#define SDL_atoi(X)
SDL_strtol
(X, NULL, 0)
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
461
#define
SDL_strtol
strtol
463
extern DECLSPEC long SDLCALL
SDL_strtol
(const char *string, char **endp, int base);
509
#define SDL_atoi(X)
SDL_strtol
(X, NULL, 0)
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
461
#define
SDL_strtol
strtol
463
extern DECLSPEC long SDLCALL
SDL_strtol
(const char *string, char **endp, int base);
509
#define SDL_atoi(X)
SDL_strtol
(X, NULL, 0)
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c
95
return
SDL_strtol
(ptr, NULL, 10);
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c
312
SDL_Window =
SDL_strtol
(SDL_windowid, NULL, 0) ;
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c
340
WMwindow =
SDL_strtol
(SDL_windowid, NULL, 0);
911
SDL_Window =
SDL_strtol
(SDL_windowid, NULL, 0);
[
all
...]
SDL_x11modes.c
342
template.visualid =
SDL_strtol
(visual_id, NULL, 0);
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c
509
long
SDL_strtol
(const char *string, char **endp, int base)
[
all
...]
Completed in 39 milliseconds