Searched refs:tzoff (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dparsedate.c341 int tzoff=-1; local
371 if(!found && (tzoff == -1)) {
373 tzoff = checktz(buf);
374 if(tzoff != -1)
420 if((tzoff == -1) &&
434 tzoff = (val/100 * 60 + val%100)*60;
438 tzoff = date[-1]=='+'?-tzoff:tzoff;
529 long delta = (long)(tzoff!
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h72 int tzoff; /* timezone offset */ member in struct:pcap
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/
H A Dpcap-int.h71 int tzoff; /* timezone offset */ member in struct:pcap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dsf-pcap.c187 p->tzoff = hdr.thiszone;
510 if (sf_write_header(f, linktype, p->tzoff, p->snapshot) == -1) {
H A Dpcap-int.h263 int tzoff; /* timezone offset */ member in struct:pcap
H A Dsf-pcap-ng.c747 p->tzoff = 0; /* XXX - not used in pcap */

Completed in 89 milliseconds