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

/freebsd-13-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dtime.h287 isc_time_seconds(const isc_time_t *t);
/freebsd-13-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dtime.h241 isc_time_seconds(const isc_time_t *t);
262 * function in place of isc_time_seconds() any time you need to set a
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dtime.c328 isc_time_seconds(const isc_time_t *t) { function
354 * size as the return value of isc_time_seconds.
H A Dfile.c133 * and isc_time_seconds > LONG_MAX, or
134 * * isc_time_seconds is changed to be > 32 bits but long is 32 bits
135 * and isc_time_seconds has at least 33 significant bits.
137 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(itime);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dtime.c228 isc_time_seconds(const isc_time_t *t) { function
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dtimer.c228 isc_time_seconds(&manager->due) != 0);

Completed in 132 milliseconds