Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/tzcode/
HDzdump.c852 struct tm tm, gmtm; in show() local
856 gmtmp = my_gmtime_r(&t, &gmtm); in show()
895 struct tm localtm[2], gmtm[2]; in showextrema() local
909 if (! my_gmtime_r(&lo, &gmtm[old])) in showextrema()
910 gmtm[old].tm_sec = -1; in showextrema()
920 if (! my_gmtime_r(&t, &gmtm[new])) in showextrema()
921 gmtm[new].tm_sec = -1; in showextrema()
923 | ((gmtm[old].tm_sec < 0) != (gmtm[new].tm_sec < 0))) { in showextrema()
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_oncore.c3159 int mo, d, y, h, m, s, gmth, gmtm; in oncore_get_timestamp() local
3171 gmtm = buf[13]; in oncore_get_timestamp()
3175 d, months[mo-1], y, h, m, s, gmts, gmth, gmtm); in oncore_get_timestamp()