HomeSort by relevance Sort by last modified time
    Searched full:sdl_strcmp (Results 1 - 25 of 39) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 59 ((SDL_strcmp(this->name, "windib") == 0) || \
60 (SDL_strcmp(this->name, "gapi") == 0))) \
67 (SDL_strcmp(this->name, "directx") == 0) \
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_getenv.c 202 if ( value && (SDL_strcmp(value, "VALUE1") == 0) ) {
217 if ( value && (SDL_strcmp(value, "VALUE2") == 0) ) {
232 if ( value && (SDL_strcmp(value, "NOVALUE") == 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarievents.c 99 if (SDL_strcmp(envr, "ikbd") == 0) {
105 if (SDL_strcmp(envr, "gemdos") == 0) {
111 if (SDL_strcmp(envr, "bios") == 0) {
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 364 if ( SDL_strcmp(name, wanted_name) == 0 ) {
408 if ( SDL_strcmp(arg, "-t") == 0) {
435 if ( SDL_strcmp(repeat_proto, "raw") == 0 ) {
553 if ( mousedrv && (SDL_strcmp(mousedrv, "TSLIB") == 0) ) {
573 if ( mousedrv && (SDL_strcmp(mousedrv, "ELO") == 0) ) {
604 if ( SDL_strcmp(proto, "msc") == 0 ) {
606 } else if ( SDL_strcmp(proto, "ps2") == 0 ) {
608 } else if ( SDL_strcmp(proto, "imps2") == 0 ) {
610 } else if ( SDL_strcmp(proto, "ms") == 0 ||
611 SDL_strcmp(proto, "bare") == 0 )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 279 if ( SDL_strcmp(string, "LSB") == 0
281 || SDL_strcmp(string, "SYS") == 0
286 if ( SDL_strcmp(string, "MSB") == 0
288 || SDL_strcmp(string, "SYS") == 0
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 50 if (envr && (SDL_strcmp(envr, DUMMYAUD_DRIVER_NAME) == 0)) {
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 217 } else if (!SDL_strcmp(rotation, "NONE")) {
221 } else if (!SDL_strcmp(rotation, "CW")) {
225 } else if (!SDL_strcmp(rotation, "CCW")) {
229 } else if (!SDL_strcmp(rotation, "UD")) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c 145 else if ( mnttype && (SDL_strcmp(mnttype, MNTTYPE_CDROM) == 0) ) {
218 if ( SDL_strcmp(mnt_type, MNTTYPE_SUPER) == 0 ) {
242 if ( SDL_strcmp(mnt_type, MNTTYPE_CDROM) == 0 ) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
SDL_syscdrom.cc 228 if(SDL_strcmp(e.name, "floppy") == 0)
238 if(SDL_strcmp(e.name, "raw") != 0)
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.c 66 if (envr && (SDL_strcmp(envr, DISKAUD_DRIVER_NAME) == 0)) {
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 72 if ((envr) && (SDL_strcmp(envr, DUMMYVID_DRIVER_NAME) == 0)) {
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 220 ((SDL_strcmp(ServerVendor(SDL_Display), "The XFree86 Project, Inc") == 0) && \
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 519 #define SDL_strcmp strcmp
521 extern DECLSPEC int SDLCALL SDL_strcmp(const char *str1, const char *str2);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 135 if ( SDL_strcmp(SDL_GetError(), "") != 0 ) {
519 return((SDL_strcmp(SDL_GetError(), "") == 0) ? 0 : -1);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 519 #define SDL_strcmp strcmp
521 extern DECLSPEC int SDLCALL SDL_strcmp(const char *str1, const char *str2);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 519 #define SDL_strcmp strcmp
521 extern DECLSPEC int SDLCALL SDL_strcmp(const char *str1, const char *str2);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 519 #define SDL_strcmp strcmp
521 extern DECLSPEC int SDLCALL SDL_strcmp(const char *str1, const char *str2);
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_dma8.c 82 if ((envr) && (SDL_strcmp(envr, MINT_AUDIO_DRIVER_NAME)!=0)) {
SDL_mintaudio_stfa.c 90 if ((envr) && (SDL_strcmp(envr, MINT_AUDIO_DRIVER_NAME)!=0)) {
SDL_mintaudio_gsxb.c 86 if ((envr) && (SDL_strcmp(envr, MINT_AUDIO_DRIVER_NAME)!=0)) {
SDL_mintaudio_mcsn.c 93 if ((envr) && (SDL_strcmp(envr, MINT_AUDIO_DRIVER_NAME)!=0)) {
SDL_mintaudio_xbios.c 94 if ((envr) && (SDL_strcmp(envr, MINT_AUDIO_DRIVER_NAME)!=0)) {
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscostask.c 249 if (env_val && SDL_strcmp(env_val,"0") == 0) riscos_closeaction = 0;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 325 if (!SDL_strcmp(name, joystick_logicalmap[j].name) && (nbuttons==-1 || nbuttons==joystick_logicalmap[j].nbuttons)) {
607 if ( SDL_strcmp(name, special_joysticks[i].name) == 0 ) {
626 if ( SDL_strcmp(name, env_name) == 0 ) {
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 345 if (!SDL_strcmp(mod_name, _dyld_get_image_name(i)))
574 if (!SDL_strcmp(id, name))
    [all...]

Completed in 708 milliseconds

1 2