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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
387 extern DECLSPEC size_t SDLCALL SDL_strlcat(char *dst, const char *src, size_t maxlen);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 342 size_t SDL_strlcat(char *dst, const char *src, size_t maxlen)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
387 extern DECLSPEC size_t SDLCALL SDL_strlcat(char *dst, const char *src, size_t maxlen);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
387 extern DECLSPEC size_t SDLCALL SDL_strlcat(char *dst, const char *src, size_t maxlen);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
387 extern DECLSPEC size_t SDLCALL SDL_strlcat(char *dst, const char *src, size_t maxlen);

Completed in 341 milliseconds