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