Searched refs:TOFFSET (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Drtime.c67 #define TOFFSET (unsigned long)(60*60*24*(365*NYEARS + (NYEARS/4))) macro
145 timep->tv_sec = thetime - TOFFSET;
H A Dauth_time.c77 #define TOFFSET ((u_long)60*60*24*(365*NYEARS + (NYEARS/4))) macro
457 thetime = thetime - TOFFSET; /* adjust to UNIX time */

Completed in 81 milliseconds