Searched refs:toffset (Results 1 – 2 of 2) sorted by relevance
26 long toffset; in check_time() local44 toffset = (long)off_day * SECS_PER_DAY + off_sec; in check_time()45 if (!TEST_long_eq(offset, toffset)) in check_time()
1043 struct timeval toffset; in adjust_clock() local1056 toffset = *offset; in adjust_clock()1057 toffset.tv_sec = l_abs(toffset.tv_sec); in adjust_clock()1058 toffset.tv_usec = l_abs(toffset.tv_usec); in adjust_clock()1059 if (toffset.tv_sec || in adjust_clock()1060 (!toffset.tv_sec && toffset.tv_usec > max_adj_offset_usec)) in adjust_clock()