OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thiszone
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/bootp/bootptest/
bootptest.c
82
int
thiszone
;
variable
/src/usr.sbin/ndp/
ndp.c
134
static int32_t
thiszone
; /* time difference with gmt */
variable
210
thiszone
= gmt2local(0L);
973
s = (tvp->tv_sec +
thiszone
) % 86400;
/src/crypto/dist/ipsec-tools/src/setkey/
setkey.c
148
static time_t
thiszone
;
variable
177
thiszone
= gmt2local(0);
1019
s = (tp.tv_sec +
thiszone
) % 86400;
/src/external/bsd/top/dist/machine/
m_irix5.c
627
struct timezone
thiszone
;
local
632
gettimeofday (&thistime, &
thiszone
);
/src/external/bsd/libpcap/dist/pcap/
pcap.h
215
bpf_int32
thiszone
; /* not used - SHOULD be filled with 0 */
member in struct:pcap_file_header
Completed in 128 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026