Home | History | Annotate | Download | only in stdlib

Lines Matching defs:SDL_strlcpy

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);