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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 431 #define SDL_strstr strstr
433 extern DECLSPEC char * SDLCALL SDL_strstr(const char *haystack, const char *needle);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 433 char *SDL_strstr(const char *haystack, const char *needle)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 431 #define SDL_strstr strstr
433 extern DECLSPEC char * SDLCALL SDL_strstr(const char *haystack, const char *needle);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 431 #define SDL_strstr strstr
433 extern DECLSPEC char * SDLCALL SDL_strstr(const char *haystack, const char *needle);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 431 #define SDL_strstr strstr
433 extern DECLSPEC char * SDLCALL SDL_strstr(const char *haystack, const char *needle);

Completed in 33 milliseconds