Home
last modified time | relevance | path

Searched refs:tmbuf (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/time/
H A Dgetdate.c11 static struct tm tmbuf; in getdate() local
33 p = strptime(s, fmt, &tmbuf); in getdate()
35 ret = &tmbuf; in getdate()
/third_party/ffmpeg/libavutil/
H A Ddict.c261 struct tm *ptm, tmbuf; in avpriv_dict_set_timestamp() local
262 ptm = gmtime_r(&seconds, &tmbuf); in avpriv_dict_set_timestamp()
H A Dparseutils.c594 struct tm dt = { 0 }, tmbuf; in av_parse_time() local
726 struct tm dt2 = is_utc ? *gmtime_r(&now, &tmbuf) : *localtime_r(&now, &tmbuf); in av_parse_time()
/third_party/ffmpeg/libavformat/
H A Dwtvdec.c391 struct tm tmbuf; in filetime_to_iso8601() local
392 struct tm *tm = gmtime_r(&t, &tmbuf); in filetime_to_iso8601()
407 struct tm tmbuf; in crazytime_to_iso8601() local
408 struct tm *tm = gmtime_r(&t, &tmbuf); in crazytime_to_iso8601()
423 struct tm tmbuf; in oledate_to_iso8601() local
424 struct tm *tm= gmtime_r(&t, &tmbuf); in oledate_to_iso8601()
H A Dhlsenc.c1865 struct tm *p, tmbuf; in get_default_pattern_localtime_fmt() local
1868 p = localtime_r(&t, &tmbuf); in get_default_pattern_localtime_fmt()
2929 struct tm *p, tmbuf; in hls_init() local
2930 if (!(p = localtime_r(&t, &tmbuf))) in hls_init()
H A Dasfdec_o.c548 struct tm tmbuf; in asf_read_properties() local
556 tm = gmtime_r(&creation_time, &tmbuf); in asf_read_properties()
H A Dmxfenc.c2450 struct tm tmbuf; in mxf_parse_timestamp() local
2451 struct tm *time = gmtime_r(&timestamp, &tmbuf); in mxf_parse_timestamp()

Completed in 16 milliseconds