Searched refs:tmbuf (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/src/time/ |
H A D | getdate.c | 11 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 D | dict.c | 261 struct tm *ptm, tmbuf; in avpriv_dict_set_timestamp() local 262 ptm = gmtime_r(&seconds, &tmbuf); in avpriv_dict_set_timestamp()
|
H A D | parseutils.c | 594 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 D | wtvdec.c | 391 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 D | hlsenc.c | 1865 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 D | asfdec_o.c | 548 struct tm tmbuf; in asf_read_properties() local 556 tm = gmtime_r(&creation_time, &tmbuf); in asf_read_properties()
|
H A D | mxfenc.c | 2450 struct tm tmbuf; in mxf_parse_timestamp() local 2451 struct tm *time = gmtime_r(×tamp, &tmbuf); in mxf_parse_timestamp()
|
Completed in 17 milliseconds