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

/netbsd-current/lib/libc/time/
H A Dzdump.c847 struct tm tm, gmtm; local
851 gmtmp = my_gmtime_r(&t, &gmtm);
890 struct tm localtm[2], gmtm[2]; local
904 if (! my_gmtime_r(&lo, &gmtm[old]))
905 gmtm[old].tm_sec = -1;
915 if (! my_gmtime_r(&t, &gmtm[new]))
916 gmtm[new].tm_sec = -1;
918 | ((gmtm[old].tm_sec < 0) != (gmtm[new].tm_sec < 0))) {
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_oncore.c3159 int mo, d, y, h, m, s, gmth, gmtm; local
3171 gmtm = buf[13];
3175 d, months[mo-1], y, h, m, s, gmts, gmth, gmtm);

Completed in 113 milliseconds