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

/freebsd-10.2-release/lib/libc/rpc/
H A Drtime.c65 #define TOFFSET (unsigned long)(60*60*24*(365*NYEARS + (NYEARS/4))) macro
145 timep->tv_sec = thetime - TOFFSET;
H A Dauth_time.c78 #define TOFFSET ((u_long)60*60*24*(365*NYEARS + (NYEARS/4))) macro
462 thetime = thetime - TOFFSET; /* adjust to UNIX time */

Completed in 84 milliseconds