HomeSort by relevance Sort by last modified time
    Searched refs:SDL_strlen (Results 1 - 25 of 46) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/
SDL_sysloadso.c 49 size_t len = 1+SDL_strlen(name)+1;
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 318 size_t SDL_strlen(const char *string)
331 size_t srclen = SDL_strlen(src);
344 size_t dstlen = SDL_strlen(dst);
345 size_t srclen = SDL_strlen(src);
356 size_t len = SDL_strlen(string)+1;
368 size_t len = SDL_strlen(string);
421 const char *bufp = string + SDL_strlen(string) - 1;
435 size_t length = SDL_strlen(needle);
515 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
537 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) )
    [all...]
SDL_getenv.c 49 bufferlen = SDL_strlen(variable)+1;
163 len = SDL_strlen(name);
  /external/qemu/distrib/sdl-1.2.15/test/
testiconv.c 51 ucs4 = SDL_iconv_string("UCS-4", "UTF-8", buffer, SDL_strlen(buffer)+1);
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscostask.c 191 size_t len = SDL_strlen(command_line)+1;
222 len = SDL_strlen(p) + 18; /* 18 is larger than the biggest variable name */
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c 202 mnt_type_len = SDL_strlen(mntent->mnt_type) + 1;
207 mnt_dev_len = SDL_strlen(mntent->mnt_fsname) + 1;
222 mnt_type = SDL_strdup(tmp + SDL_strlen("fs="));
233 mnt_dev = SDL_strdup(tmp + SDL_strlen("dev="));
286 size_t len = SDL_strlen(SDLcdrom)+1;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiodev.c 76 if ( (audio_fd < 0) && (SDL_strlen(audiodev) < (sizeof(audiopath)-3)) ) {
  /external/qemu/distrib/sdl-1.2.15/src/loadso/win32/
SDL_sysloadso.c 91 int length = SDL_strlen(name);
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 374 buf_size = SDL_strlen(ldlp) + SDL_strlen(dyldlp) + SDL_strlen(stdpath) + 4;
750 if (!savedErrorStr || !SDL_strlen(savedErrorStr))
845 if (!errstr || (!SDL_strlen(errstr)))
1016 int sym_len = SDL_strlen(symbol);
1062 int sym_len = SDL_strlen(symbol);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 288 n = SDL_strlen(appname);
381 nLen = SDL_strlen(bufp)+1;
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 90 size_t size = SDL_strlen(filename)+1;
109 const size_t size = SDL_strlen(filename)+1;
145 char *utf16 = SDL_iconv_string("UCS2", "UTF8", filename, SDL_strlen(filename) + 1);
446 int flen = SDL_strlen(file);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 241 srclen = SDL_strlen(buf);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 119 len = SDL_strlen(drive)+1;
170 size_t len = SDL_strlen(SDLcdrom)+1;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
SDL_syscdrom.c 307 size_t len = SDL_strlen(SDLcdrom)+1;
372 len = SDL_strlen(SDL_cdlist[drive])+2;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 177 size_t len = SDL_strlen(SDLcdrom)+1;
212 name_len = SDL_strlen(checklist[i].name);
  /external/qemu/distrib/sdl-1.2.15/src/audio/mme/
SDL_mmeaudio.c 101 len = SDL_strlen(errbuf);
  /external/qemu/distrib/sdl-1.2.15/src/audio/windib/
SDL_dibaudio.c 134 len = SDL_strlen(errbuf);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 199 len = SDL_strlen(accel_param)+1;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 266 arglen = SDL_strlen(temparg) + 1;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
SDLMain.m 266 arglen = SDL_strlen(temparg) + 1;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
SDLMain.m 266 arglen = SDL_strlen(temparg) + 1;

Completed in 131 milliseconds

1 2