HomeSort by relevance Sort by last modified time
    Searched defs:SDL_strlcpy (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 329 size_t SDL_strlcpy(char *dst, const char *src, size_t maxlen)
347 SDL_strlcpy(dst+dstlen, src, maxlen-dstlen);
359 SDL_strlcpy(newstr, string, len);
1023 SDL_strlcpy(text, num, size+1);
1037 SDL_strlcpy(text, num, size+1);
1052 SDL_strlcpy(text, num, size+1);
1066 SDL_strlcpy(text, num, size+1);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 401 #define SDL_strlcpy strlcpy
403 extern DECLSPEC size_t SDLCALL SDL_strlcpy(char *dst, const char *src, size_t maxlen);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 401 #define SDL_strlcpy strlcpy
403 extern DECLSPEC size_t SDLCALL SDL_strlcpy(char *dst, const char *src, size_t maxlen);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 401 #define SDL_strlcpy strlcpy
403 extern DECLSPEC size_t SDLCALL SDL_strlcpy(char *dst, const char *src, size_t maxlen);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 401 #define SDL_strlcpy strlcpy
403 extern DECLSPEC size_t SDLCALL SDL_strlcpy(char *dst, const char *src, size_t maxlen);

Completed in 48 milliseconds