Home
last modified time | relevance | path

Searched refs:TOFFSET (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drdate.c66 #define TOFFSET ((unsigned int)86400*(365*70 + 17)) macro
158 time = ntohl(time) - TOFFSET; in main()
/titanic_41/usr/src/ucblib/librpcsoc/
H A Drtime.c62 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
145 thetime = thetime - TOFFSET;
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c64 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
151 timep->tv_sec = thetime - TOFFSET; in rtime_tli()
H A Dauth_time.c97 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
590 thetime = thetime - TOFFSET; in __rpc_get_time_offset()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c72 #define TOFFSET ((uint32_t)86400 * (365 * 70 + (70 / 4))) macro
357 thetime += TOFFSET; in rtime()
367 thetime -= TOFFSET; in rtime()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_volume.h269 #define TOFFSET 0x07FF macro
270 #define TINVALID (TSIGN|TOFFSET)
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c373 sec = tzone & TOFFSET; in ud_dtime2utime()