Lines Matching refs:dstlen
344 size_t dstlen = SDL_strlen(dst);346 if ( dstlen < maxlen ) {347 SDL_strlcpy(dst+dstlen, src, maxlen-dstlen);349 return dstlen+srclen;