Home
last modified time | relevance | path

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

/trueos/contrib/ntp/include/
HDntp.h79 typedef signed char s_char; typedef
81 typedef char s_char; typedef
289 s_char precision; /* remote clock precision */
598 s_char precision; /* peer clock precision */
HDntp_request.h342 s_char hpoll; /* host polling interval */
343 s_char ppoll; /* peer polling interval */
371 s_char precision; /* peer.precision */
467 s_char precision; /* local clock precision */
HDntpd.h385 extern s_char sys_precision; /* local clock precision */
/trueos/contrib/ntp/ntpdate/
HDntpdate.h22 s_char precision; /* server's clock precision */
HDntpdate.c118 s_char sys_precision; /* local clock precision (log2 s) */
/trueos/contrib/ntp/ntpd/
HDrefclock_local.c108 extern s_char sys_precision;
HDrefclock_oncore.c258s_char traim; /* do we have traim? yes UT/VP, M12+T, no BASIC, GT, M12, -1 unknown, 0 no, +1 yes …
284 s_char saw_Gj;
287 s_char saw_tooth;
288 s_char chan_in; /* chan number from INPUT, will always use it */
291 s_char traim_in; /* TRAIM from INPUT, will always use ON/OFF specified */
292 s_char traim_id; /* TRAIM determined from part number */
295 s_char assert;
1662 sprintf(f4, "%3d", (s_char) instance->BEHn[25]); in oncore_get_timestamp()
1690 sprintf(f4, "%3d", (s_char) instance->BEHn[14]); in oncore_get_timestamp()
2370 instance->saw_tooth = (s_char) instance->BEHn[14]; /* update for next time Hn[14] */ in oncore_msg_BnEnHn()
[all …]
HDntp_proto.c40 s_char sys_precision; /* local clock precision (log2 s) */
3198 sys_precision = (s_char)default_get_precision();
/trueos/contrib/ntp/
HDconfigure.ac1064 AC_CHECK_TYPES([s_char])
1067 # We have a typedef for s_char. Might as well believe it...
1070 # We have signed chars, can't say 'signed char', no s_char typedef.
1071 AC_DEFINE(NEED_S_CHAR_TYPEDEF, 1, [Do we need an s_char typedef?])
1074 # We have signed chars, can say 'signed char', no s_char typedef.
1078 # We have unsigned chars, can't say 'signed char', no s_char typedef.
1082 # We have unsigned chars, can say 'signed char', no s_char typedef.
HDconfig.h.in864 /* Define to 1 if the system has the type `s_char'. */
1065 /* Do we need an s_char typedef? */
HDCommitLog-4.1.02767 * configure.in: Use AC_CHECK_TYPES((s_char)) instead of
/trueos/contrib/ntp/ntpdc/
HDntpdc.c70 s_char sys_precision; /* local clock precision (log2 s) */
/trueos/contrib/ntp/ntpq/
HDntpq.c60 s_char sys_precision; /* local clock precision (log2 s) */