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.12/include/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 406 char *SDL_strchr(const char *string, int c)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);

Completed in 149 milliseconds