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

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 406 char *SDL_strchr(const char *string, int c)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 437 #define SDL_strchr strchr
439 #define SDL_strchr index
441 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 437 #define SDL_strchr strchr
439 #define SDL_strchr index
441 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 437 #define SDL_strchr strchr
439 #define SDL_strchr index
441 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 437 #define SDL_strchr strchr
439 #define SDL_strchr index
441 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);

Completed in 664 milliseconds