Lines Matching full:second

2  * ntp_leapsec.h - leap second processing for NTPD
7 * This is an attempt to get the leap second handling into a dedicated
27 /* Validate a stream containing a leap second file in the NIST / NTPD
42 * automagically manages the leap second, so we don't have to care about
47 * second, and no client actions are needed when crossing the leap era
52 * too close to a leap second. The transition might be lost in that
69 vint64 ttime; /* era end (UTC of next leap second) */
74 /* Query result for a leap second schedule
87 * 'warped' is set only once, when the the leap second occurred between
91 * more useful than an absolute difference to the leap second.
108 * - it is used to indictae the time range covered by the leap second
128 …int leap_occurred; /* not 0 if the leap second has already occurred, i.e., during the leap second
158 /* Clear all leap second data. Use it for init & cleanup */
161 /* Load a leap second file. If 'blimit' is set, do not store (but
173 /* Read a leap second file from stream. This is a convenience wrapper
179 /* Read a leap second file from file. It checks that the file exists and
223 /* Take a time stamp and create a leap second frame for it. This will
224 * schedule a leap second for the beginning of the next month, midnight
225 * UTC. The 'insert' argument tells if a leap second is added (!=0) or
229 * insert a leap second into the current history -- only appending
241 * returns TRUE if a leap second era boundary was crossed between the
255 * useable data, FALSE if there is currently no leap second frame.