Lines Matching defs:utm
1033 struct tm *utm,
1041 utm->tm_wday = i32mod7(rd);
1045 utm->tm_year = split.hi - 1899;
1046 utm->tm_yday = split.lo; /* 0-based */
1050 utm->tm_mon = split.hi; /* 0-based */
1051 utm->tm_mday = split.lo + 1; /* 1-based */
1087 struct tm *utm,
1095 utm->tm_hour = ts[0];
1096 utm->tm_min = ts[1];
1097 utm->tm_sec = ts[2];
1135 struct tm *utm,
1140 dof += ntpcal_daysec_to_tm(utm, ds->lo);
1142 return ntpcal_rd_to_tm(utm, ds->hi + dof);
1473 const struct tm *utm
1476 return ntpcal_edate_to_eradays(utm->tm_year + 1899,
1477 utm->tm_mon,
1478 utm->tm_mday - 1) + 1;
1569 const struct tm *utm
1572 return ntpcal_etime_to_seconds(utm->tm_hour, utm->tm_min,
1573 utm->tm_sec);