/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscostask.c | 199 p = SDL_strrchr(buffer, '.'); 204 p = SDL_strrchr(buffer, '.');
|
/external/qemu/distrib/sdl-1.2.15/src/main/win32/ |
SDL_win32_main.c | 280 if ( (bufp=SDL_strrchr(argv[0], '\\')) != NULL ) { 283 if ( (bufp=SDL_strrchr(argv[0], '/')) != NULL ) { 287 if ( (bufp=SDL_strrchr(appname, '.')) == NULL )
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/ |
SDL_syscdrom.c | 238 char* l = SDL_strrchr(entry.fs_spec,'/'); 267 char* l = SDL_strrchr(entry->fs_spec,'/'); 375 lastsl = SDL_strrchr(cdromname,'/'); 379 lastsl = SDL_strrchr(SDL_cdlist[drive],'/');
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_stdinc.h | 445 #define SDL_strrchr strrchr 447 #define SDL_strrchr rindex 449 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_stdinc.h | 445 #define SDL_strrchr strrchr 447 #define SDL_strrchr rindex 449 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_stdinc.h | 445 #define SDL_strrchr strrchr 447 #define SDL_strrchr rindex 449 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_stdinc.h | 445 #define SDL_strrchr strrchr 447 #define SDL_strrchr rindex 449 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/ |
SDL_esdaudio.c | 259 progname = SDL_strrchr(temp, '/');
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_audio.c | 346 if ( SDL_strrchr(driver_name, ':') != NULL ) { 347 idx = atoi(SDL_strrchr(driver_name, ':')+1);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 366 progname = SDL_strrchr(temp, '/');
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_video.c | 179 if ( SDL_strrchr(driver_name, ':') != NULL ) { 180 index = atoi(SDL_strrchr(driver_name, ':')+1); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_string.c | 419 char *SDL_strrchr(const char *string, int c) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 310 spot = SDL_strrchr(linkfile, '/'); [all...] |