Searched refs:SDL_strncmp (Results 1 - 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c43 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(strin
680 int SDL_strncmp(const char *str1, const char *str2, size_t maxlen) function
[all...]
H A DSDL_getenv.c128 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/
H A DSDL_fbvideo.c327 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(lin
[all...]
H A DSDL_fbevents.c418 if ( SDL_strncmp(arg, "-R", 2) == 0 ) {
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h547 #define SDL_strncmp strncmp macro
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/
H A DSDL_syscdrom.c240 if ( !SDL_strncmp("cd",++l,2) ) {
269 if ( !SDL_strncmp("cd",++l,2) ) {
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c285 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/
H A DSDL_bmp.c100 if ( SDL_strncmp(magic, "BM", 2) != 0 ) {
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c87 if (SDL_strncmp(cpuinfo, "Revision", 8) == 0)
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c78 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/
H A DSDL_x11video.c593 if ( (SDL_strncmp(XDisplayName(display), ":", 1) == 0) ||
594 (SDL_strncmp(XDisplayName(display), "unix:", 5) == 0) ) {

Completed in 725 milliseconds