Searched refs:gmtm (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | zdump.c | 838 struct tm tm, gmtm; in show() local 842 gmtmp = my_gmtime_r(&t, &gmtm); in show() 881 struct tm localtm[2], gmtm[2]; in showextrema() local 895 if (! my_gmtime_r(&lo, &gmtm[old])) in showextrema() 896 gmtm[old].tm_sec = -1; in showextrema() 906 if (! my_gmtime_r(&t, &gmtm[new])) in showextrema() 907 gmtm[new].tm_sec = -1; in showextrema() 909 | ((gmtm[old].tm_sec < 0) != (gmtm[new].tm_sec < 0))) { in showextrema()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_oncore.c | 3159 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()
|