av_strlcpy         96 cmdutils.c                 av_strlcpy(buf, po->name, sizeof(buf));
av_strlcpy       3299 ffmpeg.c           av_strlcpy(oc->filename, filename, sizeof(oc->filename));
av_strlcpy       3730 ffmpeg.c               av_strlcpy(filename, arg, sizeof(filename));
av_strlcpy       2143 ffplay.c           av_strlcpy(is->filename, filename, sizeof(is->filename));
av_strlcpy        419 ffserver.c                     av_strlcpy(pathname, my_program_name, sizeof(pathname));
av_strlcpy       1204 ffserver.c         av_strlcpy(file1, filename, sizeof(file1));
av_strlcpy       1209 ffserver.c             av_strlcpy(file2, stream->filename, sizeof(file2));
av_strlcpy       1214 ffserver.c                 av_strlcpy(filename, stream->filename, max_size);
av_strlcpy       1247 ffserver.c         av_strlcpy(c->method, cmd, sizeof(c->method));
av_strlcpy       1257 ffserver.c         av_strlcpy(c->url, url, sizeof(c->url));
av_strlcpy       1263 ffserver.c         av_strlcpy(c->protocol, protocol, sizeof(c->protocol));
av_strlcpy       1271 ffserver.c             av_strlcpy(info, p, sizeof(info));
av_strlcpy       1276 ffserver.c         av_strlcpy(filename, url + ((*url == '/') ? 1 : 0), sizeof(filename)-1);
av_strlcpy       1313 ffserver.c             av_strlcpy(filename, "index.html", sizeof(filename) - 1);
av_strlcpy       1451 ffserver.c                                 av_strlcpy(hostname, hostbuf, sizeof(hostname));
av_strlcpy       1685 ffserver.c                 av_strlcpy(sfilename, stream->filename, sizeof(sfilename) - 10);
av_strlcpy       2636 ffserver.c         av_strlcpy(c->method, cmd, sizeof(c->method));
av_strlcpy       2637 ffserver.c         av_strlcpy(c->url, url, sizeof(c->url));
av_strlcpy       2638 ffserver.c         av_strlcpy(c->protocol, protocol, sizeof(c->protocol));
av_strlcpy       3062 ffserver.c         av_strlcpy(session_id, rtp_c->session_id, sizeof(session_id));
av_strlcpy       3104 ffserver.c         av_strlcpy(c->session_id, session_id, sizeof(c->session_id));
av_strlcpy       3124 ffserver.c         av_strlcpy(c->protocol, "RTP/", sizeof(c->protocol));
av_strlcpy        131 libavcodec/audioconvert.c             av_strlcpy(buf, channel_layout_map[i].name, buf_size);
av_strlcpy        216 libavformat/avio.c     av_strlcpy(buf, h->filename, buf_size);
av_strlcpy         77 libavformat/http.c         av_strlcpy(hoststr, hostname, sizeof(hoststr));
av_strlcpy        130 libavformat/http.c     av_strlcpy(s->location, uri, URL_SIZE);
av_strlcpy        198 libavformat/img2.c     av_strlcpy(s->path, s1->filename, sizeof(s->path));
av_strlcpy        318 libavformat/img2.c     av_strlcpy(img->path, s->filename, sizeof(img->path));
av_strlcpy       1016 libavformat/matroskadec.c         else         av_strlcpy(key, tags[i].name, sizeof(key));
av_strlcpy         68 libavformat/metadata_compat.c                         av_strlcpy((char *)ptr, m->elems[j].value, compat_tab[i].size);
av_strlcpy         98 libavformat/metadata_compat.c                     av_strlcpy(ctx->streams[i]->language, m->elems[j].value, 4);
av_strlcpy        202 libavformat/mp3.c         av_strlcpy(dst, id3v1_genre_str[genre], sizeof(dst));
av_strlcpy        213 libavformat/rmdec.c             av_strlcpy(st->codec->codec_name, buf, sizeof(st->codec->codec_name));
av_strlcpy        432 libavformat/rtsp.c         av_strlcpy(rtsp_st->control_url, s->filename, sizeof(rtsp_st->control_url));
av_strlcpy        448 libavformat/rtsp.c                 av_strlcpy(rtsp_st->control_url, p,   sizeof(rtsp_st->control_url));
av_strlcpy        693 libavformat/rtsp.c         av_strlcpy(reply->real_challenge, p, sizeof(reply->real_challenge));
av_strlcpy        696 libavformat/rtsp.c         av_strlcpy(reply->server, p, sizeof(reply->server));
av_strlcpy        754 libavformat/rtsp.c     av_strlcpy(buf, cmd, sizeof(buf));
av_strlcpy        807 libavformat/rtsp.c         av_strlcpy(rt->session_id, reply->session_id, sizeof(rt->session_id));
av_strlcpy        427 libavformat/utils.c     av_strlcpy(ic->filename, filename, sizeof(ic->filename));
av_strlcpy       3228 libavformat/utils.c         av_strlcpy(proto, url, FFMIN(proto_size, p + 1 - url));
av_strlcpy       3234 libavformat/utils.c         av_strlcpy(path, url, path_size);
av_strlcpy       3243 libavformat/utils.c         av_strlcpy(path, ls, path_size);
av_strlcpy       3251 libavformat/utils.c             av_strlcpy(authorization, p,
av_strlcpy       3258 libavformat/utils.c             av_strlcpy(hostname, p + 1,
av_strlcpy       3263 libavformat/utils.c             av_strlcpy(hostname, p,
av_strlcpy       3267 libavformat/utils.c             av_strlcpy(hostname, p,
av_strlcpy         65 libavutil/avstring.c     return len + av_strlcpy(dst + len, src, size - len);
av_strlcpy         60 libavutil/avstring.h size_t av_strlcpy(char *dst, const char *src, size_t size);