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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
541 #define SDL_strncasecmp _strnicmp
543 extern DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *str2, size_t maxlen);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 714 int SDL_strncasecmp(const char *str1, const char *str2, size_t maxlen)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
541 #define SDL_strncasecmp _strnicmp
543 extern DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *str2, size_t maxlen);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
541 #define SDL_strncasecmp _strnicmp
543 extern DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *str2, size_t maxlen);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 539 #define SDL_strncasecmp strncasecmp
541 #define SDL_strncasecmp _strnicmp
543 extern DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *str2, size_t maxlen);

Completed in 736 milliseconds