/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_riscostask.c | 197 p = SDL_strchr(buffer, ' '); in RISCOS_GetTaskName() 213 char *q = SDL_strchr(p, '$'); in RISCOS_GetTaskName() 214 if (q == 0) q = SDL_strchr(p,'>'); /* Use variable name if not */ in RISCOS_GetTaskName()
|
/external/qemu/distrib/sdl-1.2.15/src/file/ |
D | SDL_rwops.c | 73 must_exist = ( SDL_strchr(mode,'r') != NULL ) ? OPEN_EXISTING : 0; in win32_file_open() 74 truncate = ( SDL_strchr(mode,'w') != NULL ) ? CREATE_ALWAYS : 0; in win32_file_open() 75 r_right = ( SDL_strchr(mode,'+') != NULL || must_exist ) ? GENERIC_READ : 0; in win32_file_open() 76 a_mode = ( SDL_strchr(mode,'a') != NULL ) ? OPEN_ALWAYS : 0; in win32_file_open() 77 w_right = ( a_mode || SDL_strchr(mode,'+') || truncate ) ? GENERIC_WRITE : 0; in win32_file_open() 459 const char *end = SDL_strchr(src, '/'); in unix_to_mac()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/ |
D | SDL_syscdrom.c | 224 tmp = SDL_strchr(mnt_type, ','); in CheckMounts() 235 tmp = SDL_strchr(mnt_dev, ','); in CheckMounts() 292 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit() 344 insert = SDL_strchr(drive, '?'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_stdinc.h | 437 #define SDL_strchr strchr macro 439 #define SDL_strchr index macro 441 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/ |
D | SDL_syscdrom.c | 172 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit() 201 insert = SDL_strchr(drive, '?'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/ |
D | SDL_syscdrom.c | 163 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit() 192 insert = SDL_strchr(drive, '?'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/ |
D | SDL_syscdrom.c | 181 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit() 220 insert = SDL_strchr(drive, '?'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_getenv.c | 45 sep = SDL_strchr(variable, '='); in SDL_putenv()
|
D | SDL_iconv.c | 154 ptr = SDL_strchr(lang, '.'); in getlocale() 160 ptr = SDL_strchr(buffer, '@'); in getlocale()
|
D | SDL_string.c | 406 char *SDL_strchr(const char *string, int c) in SDL_strchr() function
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/ |
D | SDL_syscdrom.c | 276 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit() 305 insert = SDL_strchr(drive, '?'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11mouse.c | 208 pin = SDL_strchr(mouse_param, '/'); in SetMouseAccel()
|
D | SDL_x11gl.c | 71 where = SDL_strchr(extension, ' '); in glXExtensionSupported()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/ |
D | SDL_syscdrom.cc | 176 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/ |
D | SDL_syscdrom.c | 183 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbevents.c | 413 s = SDL_strchr(t, ' '); in gpm_available() 422 s = SDL_strchr(t, ' '); in gpm_available()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/ |
D | SDL_syscdrom.c | 313 delim = SDL_strchr(SDLcdrom, ':'); in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_wingl.c | 86 where = SDL_strchr(extension, ' '); in ExtensionSupported()
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
D | SDL_dlcompat.c | 453 if (SDL_strchr(file, '/')) in findFile()
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
D | SDL_sysjoystick.c | 426 delim = SDL_strchr(envpath, ':'); in SDL_SYS_JoystickInit()
|