Searched refs:day_tens (Results 1 – 2 of 2) sorted by relevance
102 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()116 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()167 val.day_tens = t->tm_mday / 10; in atari_mste_hwclk()191 t->tm_mday = val.day_ones + val.day_tens * 10; in atari_mste_hwclk()
787 u_char day_tens; member