av_strndup        115 fftools/ffmpeg_hw.c     type_name = av_strndup(arg, k);
av_strndup        129 fftools/ffmpeg_hw.c         name = av_strndup(p + 1, k);
av_strndup        161 fftools/ffmpeg_hw.c                 device = av_strndup(p, q - p);
av_strndup       1037 libavformat/dashenc.c                 as->descriptor = av_strndup(p, n);
av_strndup        877 libavformat/http.c     if (!(name = av_strndup(p, eql - p))) return AVERROR(ENOMEM);
av_strndup        980 libavformat/http.c             s->http_version = av_strndup(p, 3);
av_strndup        508 libavformat/libsrt.c             s->passphrase = av_strndup(buf, strlen(buf));
av_strndup        283 libavformat/mpjpegdec.c             res = av_strndup(start, len);
av_strndup       5249 libavformat/utils.c                key = val ? av_strndup(spec, val - spec) : av_strdup(spec);
av_strndup        484 libavutil/mem.h char *av_strndup(const char *s, size_t len) av_malloc_attrib;