Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/contrib/
H A Dlog_accum.in207 $tzoff = sprintf("%05d", -($2) * 100);
217 $tzoff = sprintf("%05d", ($gmtoff / 60) * 100);
226 $hour, $min, $sec, $tzoff, $TZ);
/openbsd/lib/libpcap/
H A Dpcap-int.h83 int tzoff; /* timezone offset */ member
H A Dsavefile.c161 p->tzoff = hdr.thiszone; in pcap_fopen_offline()
420 if (sf_write_header(f, p->linktype, p->tzoff, p->snapshot) == -1) { in pcap_setup_dump()
/openbsd/usr.sbin/tcpdump/
H A Dprivsep_pcap.c407 p->tzoff = hdr.thiszone; in priv_pcap_offline()
508 (void)sf_write_header(f, p->linktype, p->tzoff, p->snapshot); in priv_pcap_dump_open()
/openbsd/sbin/pflogd/
H A Dpflogd.c385 hdr.thiszone = hpcap->tzoff; in reset_dump()