Searched refs:SDL_tolower (Results 1 – 2 of 2) sorted by relevance
398 *bufp = SDL_tolower((unsigned char) *bufp); in SDL_strlwr()702 a = SDL_tolower((unsigned char) *str1); in SDL_strcasecmp()703 b = SDL_tolower((unsigned char) *str2); in SDL_strcasecmp()719 a = SDL_tolower((unsigned char) *str1); in SDL_strncasecmp()720 b = SDL_tolower((unsigned char) *str2); in SDL_strncasecmp()824 if ( SDL_tolower((unsigned char) text[index+1]) == 'x' ) { in SDL_sscanf()
227 #define SDL_tolower(X) tolower(X) macro232 #define SDL_tolower(X) (((X) >= 'A') && ((X) <= 'Z') ? ('a'+((X)-'A')) : (X))