Home
last modified time | relevance | path

Searched refs:s_char (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/contrib/ntp/include/
HDntp.h82 typedef signed char s_char; typedef
84 typedef char s_char; typedef
301 s_char precision; /* remote clock precision */
554 s_char precision; /* peer clock precision */
HDntp_request.h356 s_char hpoll; /* host polling interval */
357 s_char ppoll; /* peer polling interval */
385 s_char precision; /* peer.precision */
481 s_char precision; /* local clock precision */
HDntpd.h519 extern s_char sys_precision; /* local clock precision */
/freebsd-14-stable/contrib/ntp/sntp/m4/
HDntp_libntp.m4275 AC_CHECK_TYPES([s_char, long long])
290 # We have a typedef for s_char. Might as well believe it...
293 # We have signed chars, can't say 'signed char', no s_char typedef.
295 [Do we need an s_char typedef?])
298 # We have signed chars, can say 'signed char', no s_char typedef.
300 [Do we need an s_char typedef?])
303 # We have unsigned chars, can't say 'signed char', no s_char typedef.
307 # We have unsigned chars, can say 'signed char', no s_char typedef.
309 [Do we need an s_char typedef?])
/freebsd-14-stable/contrib/ntp/ntpdate/
HDntpdate.h22 s_char precision; /* server's clock precision */
HDntpdate.c110 s_char sys_precision; /* local clock precision (log2 s) */
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_oncore.c311s_char traim; /* do we have traim? yes UT/VP, M12+T, no BASIC, GT, M12, -1 unknown, 0 no, +1 yes …
341 s_char saw_Bj;
342 s_char saw_Gj;
345 s_char saw_tooth;
346 s_char chan_in; /* chan number from INPUT, will always use it */
349 s_char traim_in; /* TRAIM from INPUT, will always use ON/OFF specified */
350 s_char traim_id; /* TRAIM determined from part number */
353 s_char assert;
355 s_char pps_control; /* PPS control, M12 only */
356 s_char pps_control_msg_seen;
[all …]
HDrefclock_local.c76 extern s_char sys_precision;
HDntp_peer.c42 const s_char AM[AM_MODES][AM_MODES] = {
HDntp_proto.c111 s_char sys_precision; /* local clock precision (log2 s) */
5309 sys_precision = (s_char)i; in set_sys_tick_precision()
/freebsd-14-stable/contrib/ntp/sntp/
HDconfig.h.in544 /* Define to 1 if the system has the type `s_char'. */
742 /* Do we need an s_char typedef? */
/freebsd-14-stable/contrib/ntp/ntpdc/
HDntpdc.c69 s_char sys_precision; /* local clock precision (log2 s) */
/freebsd-14-stable/contrib/ntp/
HDconfig.h.in1116 /* Define to 1 if the system has the type `s_char'. */
1432 /* Do we need an s_char typedef? */
HDCommitLog-4.1.02767 * configure.in: Use AC_CHECK_TYPES((s_char)) instead of
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.c89 s_char sys_precision; /* local clock precision (log2 s) */