gmtime_r          978 libavfilter/vf_drawtext.c             gmtime_r(&ms, &tm);
gmtime_r         1020 libavfilter/vf_drawtext.c         tm = *gmtime_r(&now, &tm);
gmtime_r          670 libavformat/asfdec_o.c         tm = gmtime_r(&creation_time, &tmbuf);
gmtime_r           33 libavformat/cutils.c     tm = gmtime_r(&secs, tm);
gmtime_r          789 libavformat/dashenc.c     ptm = gmtime_r(&time_s, &tmbuf);
gmtime_r          169 libavformat/hlsplaylist.c             tm = gmtime_r(&tt, &tmpbuf);
gmtime_r         2384 libavformat/mxfenc.c     struct tm *time = gmtime_r(&timestamp, &tmbuf);
gmtime_r          100 libavformat/webmdashenc.c         struct tm *gmt = gmtime_r(&local_time, &gmt_buffer);
gmtime_r          386 libavformat/wtvdec.c     struct tm *tm = gmtime_r(&t, &tmbuf);
gmtime_r          402 libavformat/wtvdec.c     struct tm *tm = gmtime_r(&t, &tmbuf);
gmtime_r          418 libavformat/wtvdec.c     struct tm *tm= gmtime_r(&t, &tmbuf);
gmtime_r          262 libavutil/dict.c     ptm = gmtime_r(&seconds, &tmbuf);
gmtime_r          724 libavutil/parseutils.c             struct tm dt2 = is_utc ? *gmtime_r(&now, &tmbuf) : *localtime_r(&now, &tmbuf);
gmtime_r           25 libavutil/time_internal.h #if !HAVE_GMTIME_R && !defined(gmtime_r)