Searched refs:dt_hour (Results 1 – 2 of 2) sorted by relevance
53 u_int8_t dt_hour; member
1117 dt->dt_hour = secs / 3600;1162 if (dt->dt_hour >= 24) goto out;1184 tmp = tmp * 24 + dt->dt_hour;