HomeSort by relevance Sort by last modified time
    Searched full:sdl_strcasecmp (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 203 SDL_strcasecmp
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp
533 #define SDL_strcasecmp _stricmp
535 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp
533 #define SDL_strcasecmp _stricmp
535 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp
533 #define SDL_strcasecmp _stricmp
535 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 531 #define SDL_strcasecmp strcasecmp
533 #define SDL_strcasecmp _stricmp
535 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2);
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 320 if ( SDL_strcasecmp(bootstrap[i]->name, "esd") == 0 ) {
351 if (SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) {
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 183 if ( SDL_strcasecmp(fromcode, encodings[i].name) == 0 ) {
189 if ( SDL_strcasecmp(tocode, encodings[i].name) == 0 ) {
SDL_string.c 697 int SDL_strcasecmp(const char *str1, const char *str2)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 178 if ( SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) {
    [all...]

Completed in 270 milliseconds