HomeSort by relevance Sort by last modified time
    Searched refs:SDL_strncmp (Results 1 - 14 of 14) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 43 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
78 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
109 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
146 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
181 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
437 if ( SDL_strncmp(haystack, needle, length) == 0 ) {
515 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
537 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
613 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
635 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) )
    [all...]
SDL_getenv.c 128 if ( SDL_strncmp(SDL_env[i], name, len) == 0 ) {
165 if ( (SDL_strncmp(SDL_env[i], name, len) == 0) &&
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 327 if (SDL_strncmp(line,"geometry",8)==0)
349 if (SDL_strncmp(line,"hsync",5)==0) {
351 if (SDL_strncmp(option,"high",4)==0)
354 else if (SDL_strncmp(line,"vsync",5)==0) {
356 if (SDL_strncmp(option,"high",4)==0)
359 else if (SDL_strncmp(line,"csync",5)==0) {
361 if (SDL_strncmp(option,"high",4)==0)
364 else if (SDL_strncmp(line,"extsync",5)==0) {
366 if (SDL_strncmp(option,"true",4)==0)
369 else if (SDL_strncmp(line,"laced",5)==0)
    [all...]
SDL_fbevents.c 418 if ( SDL_strncmp(arg, "-R", 2) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 547 #define SDL_strncmp strncmp
549 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
SDL_syscdrom.c 240 if ( !SDL_strncmp("cd",++l,2) ) {
269 if ( !SDL_strncmp("cd",++l,2) ) {
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 547 #define SDL_strncmp strncmp
549 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 547 #define SDL_strncmp strncmp
549 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 547 #define SDL_strncmp strncmp
549 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 285 if (! SDL_strncmp(path, "/dev/joy", 8)) {
527 if (SDL_strncmp(joy->hwdata->path, "/dev/joy", 8)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 87 if (SDL_strncmp(cpuinfo, "Revision", 8) == 0)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 100 if ( SDL_strncmp(magic, "BM", 2) != 0 ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 78 if ( (SDL_strncmp(XDisplayName(display), ":", 1) == 0) ||
79 (SDL_strncmp(XDisplayName(display), "unix:", 5) == 0) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 593 if ( (SDL_strncmp(XDisplayName(display), ":", 1) == 0) ||
594 (SDL_strncmp(XDisplayName(display), "unix:", 5) == 0) ) {
    [all...]

Completed in 2511 milliseconds