Searched refs:SDL_strcasecmp (Results 1 – 6 of 6) sorted by relevance
553 #define SDL_strcasecmp strcasecmp macro555 #define SDL_strcasecmp _stricmp macro557 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2);
203 SDL_strcasecmp
320 if ( SDL_strcasecmp(bootstrap[i]->name, "esd") == 0 ) { in SDL_AudioInit()351 if (SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) { in SDL_AudioInit()
183 if ( SDL_strcasecmp(fromcode, encodings[i].name) == 0 ) { in SDL_iconv_open()189 if ( SDL_strcasecmp(tocode, encodings[i].name) == 0 ) { in SDL_iconv_open()
697 int SDL_strcasecmp(const char *str1, const char *str2) in SDL_strcasecmp() function
184 if ( SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) { in SDL_VideoInit()