Lines Matching refs:LEAP
19 * a leap second in UTC. Note however, the ultimate accuracy is limited
35 * 1946Z on 1 January 2006 is 060011946. The l option lights the leap
37 * behavior at the next leap second epoch. The remaining options are
45 * left to right. For WWV/H The leap warning L preceeds the first bit.
122 #define LEAP 4 /* leap warning */
134 {LEAP, 0}, /* 3 leap warning */
191 {DATA, DATA0}, /* 60 leap */
245 int leap = 0; /* leap indicator */
292 case 'l': /* set leap warning bit (WWV/H only) */
293 leap++;
424 * At year rollover check for leap second.
427 if (leap) {
430 leap = 0;
526 case LEAP: /* send leap bit */
527 if (leap) {