Home
last modified time | relevance | path

Searched refs:thiszone (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c148 static time_t thiszone; variable
177 thiszone = gmt2local(0); in main()
1019 s = (tp.tv_sec + thiszone) % 86400; in printdate()
/netbsd-src/usr.sbin/ndp/
H A Dndp.c134 static int32_t thiszone; /* time difference with gmt */ variable
210 thiszone = gmt2local(0L); in main()
973 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_irix5.c627 struct timezone thiszone; local
632 gettimeofday (&thistime, &thiszone);
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddump.c106 hdr.thiszone = 0;
/netbsd-src/usr.sbin/bootp/bootptest/
H A Dbootptest.c82 int thiszone; variable