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

  /external/qemu/distrib/sdl-1.2.12/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.12/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;
399 const char *end = SDL_strchr(src, '/');
  /external/qemu/distrib/sdl-1.2.12/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.12/include/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 415 #define SDL_strchr strchr
417 #define SDL_strchr index
419 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
  /external/qemu/distrib/sdl-1.2.12/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.12/src/cdrom/freebsd/
SDL_syscdrom.c 163 delim = SDL_strchr(SDLcdrom, ':');
192 insert = SDL_strchr(drive, '?');
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 172 delim = SDL_strchr(SDLcdrom, ':');
201 insert = SDL_strchr(drive, '?');
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 181 delim = SDL_strchr(SDLcdrom, ':');
220 insert = SDL_strchr(drive, '?');
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/
SDL_syscdrom.c 276 delim = SDL_strchr(SDLcdrom, ':');
305 insert = SDL_strchr(drive, '?');
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 208 pin = SDL_strchr(mouse_param, '/');
SDL_x11gl.c 64 where = SDL_strchr(extension, ' ');
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
SDL_syscdrom.cc 178 delim = SDL_strchr(SDLcdrom, ':');
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 313 delim = SDL_strchr(SDLcdrom, ':');
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/osf/
SDL_syscdrom.c 183 delim = SDL_strchr(SDLcdrom, ':');
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 86 where = SDL_strchr(extension, ' ');
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 412 s = SDL_strchr(t, ' ');
421 s = SDL_strchr(t, ' ');
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 453 if (SDL_strchr(file, '/'))
    [all...]

Completed in 66 milliseconds