Home
last modified time | relevance | path

Searched refs:ms_gmtime_r (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dgenutils.c24 static struct tm *ms_gmtime_r (int64_t *timep, struct tm *result);
654 if (!(ms_gmtime_r (&isec, &tms))) in ms_hptime2btime()
704 if (!(ms_gmtime_r (&isec, &tms))) in ms_hptime2isotimestr()
759 if (!(ms_gmtime_r (&isec, &tms))) in ms_hptime2mdtimestr()
813 if (!(ms_gmtime_r (&isec, &tms))) in ms_hptime2seedtimestr()
1650 ms_gmtime_r (int64_t *timep, struct tm *result) in ms_gmtime_r() function
H A DChangeLog354 - Add internal ms_gmtime_r() to replace call to system gmtime_r(). The