Searched refs:SDL_tolower (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c398 *bufp = SDL_tolower((unsigned char) *bufp);
702 a = SDL_tolower((unsigned char) *str1);
703 b = SDL_tolower((unsigned char) *str2);
719 a = SDL_tolower((unsigned char) *str1);
720 b = SDL_tolower((unsigned char) *str2);
824 if ( SDL_tolower((unsigned char) text[index+1]) == 'x' ) {
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h247 #define SDL_tolower(X) tolower(X) macro
252 #define SDL_tolower(X) (((X) >= 'A') && ((X) <= 'Z') ? ('a'+((X)-'A')) : (X)) macro

Completed in 1206 milliseconds