Searched refs:TOFFSET (Results 1 – 7 of 7) sorted by relevance
64 #define TOFFSET ((unsigned int)86400*(365*70 + 17)) macro156 time = ntohl(time) - TOFFSET; in main()
60 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro143 thetime = thetime - TOFFSET;
62 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro149 timep->tv_sec = thetime - TOFFSET; in rtime_tli()
95 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro588 thetime = thetime - TOFFSET; in __rpc_get_time_offset()
73 #define TOFFSET ((uint32_t)86400 * (365 * 70 + (70 / 4))) macro358 thetime += TOFFSET; in rtime()368 thetime -= TOFFSET; in rtime()
269 #define TOFFSET 0x07FF macro270 #define TINVALID (TSIGN|TOFFSET)
373 sec = tzone & TOFFSET; in ud_dtime2utime()