Searched refs:leap (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A DMakefile.am18 EXTRA_SCRIPTS= update-leap
23 man_MANS= update-leap.$(UPDATE_LEAP_MS)
25 noinst_MANS= update-leap.$(UPDATE_LEAP_MS)
29 invoke-update-leap.menu \
30 invoke-update-leap.texi \
31 update-leap-opts.def \
32 update-leap-opts \
33 update-leap.1update-leapman \
34 update-leap.1update-leapmdoc \
35 update-leap
[all...]
H A DMakefile.in92 subdir = scripts/update-leap
137 CONFIG_CLEAN_FILES = update-leap
196 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/update-leap.in
482 EXTRA_SCRIPTS = update-leap
485 @INSTALL_UPDATE_LEAP_TRUE@man_MANS = update-leap.$(UPDATE_LEAP_MS)
486 @INSTALL_UPDATE_LEAP_FALSE@noinst_MANS = update-leap.$(UPDATE_LEAP_MS)
488 invoke-update-leap.menu \
489 invoke-update-leap.texi \
490 update-leap-opts.def \
491 update-leap
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in35 if (!exists $info->{status_line}{leap}) {
40 my $leap = $info->{status_line}{leap};
43 if ($leap =~ /(sync|leap)_alarm/) {
49 if ($leap =~ /leap_(none|((add|del)_sec))/) {
55 print "\bUnexpected 'leap' status <$leap>\n";
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_local.c120 pp->leap = LEAP_NOTINSYNC;
134 * system calls, the leap bits are extracted from the kernel. If there
135 * is a kernel error or the kernel leap bits are set to 11, the NTP leap
137 * NTP leap bits are set to the kernel leap bits and the stratum is set
181 * the leap bits and quality indicators from the kernel.
187 pp->leap = LEAP_NOWARNING;
192 pp->leap = LEAP_ADDSECOND;
197 pp->leap
[all...]
H A Drefclock_acts.c738 u_int leap; /* ACTS leap indicator */ local
745 char leapchar; /* WWVB leap indicator */
749 int leapmonth; /* PTB/NPL month of leap */
750 char leapdir; /* PTB/NPL leap direction */
780 &pp->minute, &pp->second, &dst, &leap, &dut1,
786 pp->leap = LEAP_NOWARNING;
787 if (leap == 1)
788 pp->leap = LEAP_ADDSECOND;
789 else if (leap
[all...]
H A Drefclock_hopfpci.c74 #define LEWAPWAR 0x20 /* leap second warning bit */
88 char leap_status; /* leap second flag */
211 pp->leap = LEAP_ADDSECOND;
213 pp->leap = LEAP_NOWARNING;
229 pp->leap = LEAP_NOTINSYNC;
241 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_ulink.c198 char leapchar; /* leap indicator */
269 * + Leap year indicator. '+' if a leap year,
285 * to 'I' or 'D' during month preceding leap
341 * + Leap year indicator. '+' if a leap year,
357 * to '+' or '-' during month preceding leap
412 * + = '+' if current year is a leap year, else ' '
508 * Decode synchronization, and leap characters. If
509 * unsynchronized, set the leap bits accordingly and exit.
510 * Otherwise, set the leap bits according to the leap characte
[all...]
H A Drefclock_hopfser.c90 char leap_status; /* leap second flag */
263 (pp->second > 60) /*Allow for leap seconds.*/ ||
275 pp->leap=0;
300 pp->leap = LEAP_NOTINSYNC;
309 pp->leap = LEAP_NOTINSYNC;
321 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_tsyncpci.c518 /* Read the leap seconds info from the TSYNC-PCI device */
555 // Extract leap second info from ioctl payload and perform byte swapping
651 // Subtract leap second info by one second to determine effective day
654 // If there is a leap second today and the KTS is using a time scale
655 // which handles leap seconds then
663 pp->leap = LEAP_ADDSECOND;
668 pp->leap = LEAP_DELSECOND;
670 // Else report no leap second pending (no handling of offsets
674 pp->leap = LEAP_NOWARNING;
677 // Else report no leap secon
[all...]
H A Drefclock_shm.c101 int leap; member in struct:shmTime
371 int leap; member in struct:shm_stat_t
500 * leap field is not a leap offset but a leap notification code.
504 shm_stat->leap = shmcopy.leap;
634 pp->leap = shm_stat.leap;
H A Drefclock_tt560.c222 pp->leap = LEAP_NOTINSYNC;
224 pp->leap = LEAP_NOWARNING;
H A Drefclock_tpro.c190 pp->leap = LEAP_NOTINSYNC;
192 pp->leap = LEAP_NOWARNING;
H A Drefclock_pcf.c219 pp->leap = LEAP_NOTINSYNC;
221 pp->leap = LEAP_NOWARNING;
H A Drefclock_heath.c175 * leap.
351 * the residue of the seconds mod the seconds in a leap cycle.
383 pp->leap = LEAP_NOTINSYNC;
386 pp->leap = LEAP_NOWARNING;
H A Drefclock_hpgps.c108 * Viva la leap.
469 /* not a leap year */
477 /* a leap year */
532 pp->leap = LEAP_NOTINSYNC;
535 pp->leap = LEAP_NOWARNING;
542 * Ignore leap announcements unless June or December.
548 pp->leap = LEAP_ADDSECOND;
553 pp->leap = LEAP_DELSECOND;
559 printf("hpgps: unrecognized leap indicator: %c\n",
H A Drefclock_wwvb.c80 * but is set to 'L' early in the month of an upcoming UTC leap second
262 char leapchar; /* leap indicator */
390 * Decode synchronization, quality and leap characters. If
391 * unsynchronized, set the leap bits accordingly and exit.
392 * Otherwise, set the leap bits according to the leap character.
425 pp->leap = LEAP_NOTINSYNC;
427 pp->leap = LEAP_ADDSECOND;
429 pp->leap = LEAP_NOWARNING;
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmain.h19 void set_li_vn_mode(struct pkt *spkt, char leap, char version, char mode);
H A Dnetworking.h56 u_char leap; member in struct:speer
/freebsd-9.3-release/contrib/ntp/util/
H A Dsht.c39 int leap; member in struct:shmTime
132 printf (" lnnnn set leap to nnn\n");
154 p->leap=atoi(argp+1);
177 printf (" leap=%d, precision=%d, nsamples=%d, valid=%d\n",
178 p->leap, p->precision, p->nsamples, p->valid);
H A Dtg.c17 * a leap second in UTC. Note however, the ultimate accuracy is limited
33 * 1946Z on 1 January 2006 is 060011946. The l option lights the leap
35 * behavior at the next leap second epoch. The remaining options are
43 * left to right. For WWV/H The leap warning L preceeds the first bit.
120 #define LEAP 4 /* leap warning */
132 {LEAP, 0}, /* 3 leap warning */
189 {DATA, DATA0}, /* 60 leap */
243 int leap = 0; /* leap indicator */ variable
290 case 'l': /* set leap warnin
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h236 * leap - Number of EAP methods using LEAP
241 int leap; member in struct:wpa_ssid
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.h20 u_char leap; /* leap indicator */ member in struct:server
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_refclock.h60 * refclock_receive. ORed in leap
86 u_char leap; /* leap bits */ member in struct:refclockstat
147 u_char leap; /* leap/synchronization code */ member in struct:refclockproc
/freebsd-9.3-release/usr.sbin/ntp/doc/
H A DMakefile15 huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \
/freebsd-9.3-release/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm49 $out_vars{status_line}{leap} = $2;

Completed in 291 milliseconds

123