Lines Matching refs:tzoff
148 int tzoff; /* time zone offest from GMT */ member
495 int tzoff; in datum_pts_receive() local
602 tzoff = 0; /* set time zone offset to 0 */ in datum_pts_receive()
620 for (tzoff=0; tzoff<24; tzoff++) { in datum_pts_receive()
625 (tzoff + datum_pts->tzoff) % 24, in datum_pts_receive()
634 printf("Time Zone (clocktime method) = %d, error = %d\n", tzoff, error); in datum_pts_receive()
638 tzoff = (tzoff + datum_pts->tzoff) % 24; in datum_pts_receive()
639 datum_pts->tzoff = tzoff; in datum_pts_receive()
643 printf("Time Zone found (clocktime method) = %d\n",tzoff); in datum_pts_receive()
666 tzoff, in datum_pts_receive()
676 tzoff, in datum_pts_receive()