Searched refs:SDL_strchr (Results 1 - 20 of 20) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscostask.c197 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/
H A DSDL_rwops.c73 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/
H A DSDL_syscdrom.c224 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/
H A DSDL_stdinc.h437 #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/stdlib/
H A DSDL_getenv.c45 sep = SDL_strchr(variable, '=');
H A DSDL_iconv.c154 ptr = SDL_strchr(lang, '.');
160 ptr = SDL_strchr(buffer, '@');
H A DSDL_string.c406 char *SDL_strchr(const char *string, int c) function
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
H A DSDL_syscdrom.c163 delim = SDL_strchr(SDLcdrom, ':');
192 insert = SDL_strchr(drive, '?');
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
H A DSDL_syscdrom.c172 delim = SDL_strchr(SDLcdrom, ':');
201 insert = SDL_strchr(drive, '?');
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
H A DSDL_syscdrom.c181 delim = SDL_strchr(SDLcdrom, ':');
220 insert = SDL_strchr(drive, '?');
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
H A DSDL_syscdrom.c276 delim = SDL_strchr(SDLcdrom, ':');
305 insert = SDL_strchr(drive, '?');
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11mouse.c208 pin = SDL_strchr(mouse_param, '/');
H A DSDL_x11gl.c71 where = SDL_strchr(extension, ' ');
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc176 delim = SDL_strchr(SDLcdrom, ':');
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
H A DSDL_syscdrom.c313 delim = SDL_strchr(SDLcdrom, ':');
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
H A DSDL_syscdrom.c183 delim = SDL_strchr(SDLcdrom, ':');
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c426 delim = SDL_strchr(envpath, ':');
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c413 s = SDL_strchr(t, ' ');
422 s = SDL_strchr(t, ' ');
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c86 where = SDL_strchr(extension, ' ');
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c453 if (SDL_strchr(file, '/'))

Completed in 1544 milliseconds