HomeSort by relevance Sort by last modified time
    Searched defs:SDL_strrchr (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
425 #define SDL_strrchr rindex
427 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 419 char *SDL_strrchr(const char *string, int c)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
425 #define SDL_strrchr rindex
427 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
425 #define SDL_strrchr rindex
427 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
425 #define SDL_strrchr rindex
427 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);

Completed in 39 milliseconds