Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dntp_calendar.c1033 struct tm *utm, in ntpcal_rd_to_tm() argument
1041 utm->tm_wday = i32mod7(rd); in ntpcal_rd_to_tm()
1045 utm->tm_year = split.hi - 1899; in ntpcal_rd_to_tm()
1046 utm->tm_yday = split.lo; /* 0-based */ in ntpcal_rd_to_tm()
1050 utm->tm_mon = split.hi; /* 0-based */ in ntpcal_rd_to_tm()
1051 utm->tm_mday = split.lo + 1; /* 1-based */ in ntpcal_rd_to_tm()
1087 struct tm *utm, in ntpcal_daysec_to_tm() argument
1095 utm->tm_hour = ts[0]; in ntpcal_daysec_to_tm()
1096 utm->tm_min = ts[1]; in ntpcal_daysec_to_tm()
1097 utm->tm_sec = ts[2]; in ntpcal_daysec_to_tm()
[all …]