Searched refs:TOFFSET (Results 1 – 7 of 7) sorted by relevance
66 #define TOFFSET ((unsigned int)86400*(365*70 + 17)) macro158 time = ntohl(time) - TOFFSET; in main()
62 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro145 thetime = thetime - TOFFSET;
64 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro151 timep->tv_sec = thetime - TOFFSET; in rtime_tli()
97 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro590 thetime = thetime - TOFFSET; in __rpc_get_time_offset()
72 #define TOFFSET ((uint32_t)86400 * (365 * 70 + (70 / 4))) macro357 thetime += TOFFSET; in rtime()367 thetime -= TOFFSET; in rtime()
269 #define TOFFSET 0x07FF macro270 #define TINVALID (TSIGN|TOFFSET)
373 sec = tzone & TOFFSET; in ud_dtime2utime()