Searched refs:s_char (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/ntp/include/ |
| HD | ntp.h | 79 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 */
|
| HD | ntp_request.h | 342 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 */
|
| HD | ntpd.h | 385 extern s_char sys_precision; /* local clock precision */
|
| /trueos/contrib/ntp/ntpdate/ |
| HD | ntpdate.h | 22 s_char precision; /* server's clock precision */
|
| HD | ntpdate.c | 118 s_char sys_precision; /* local clock precision (log2 s) */
|
| /trueos/contrib/ntp/ntpd/ |
| HD | refclock_local.c | 108 extern s_char sys_precision;
|
| HD | refclock_oncore.c | 258 …s_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 …]
|
| HD | ntp_proto.c | 40 s_char sys_precision; /* local clock precision (log2 s) */ 3198 sys_precision = (s_char)default_get_precision();
|
| /trueos/contrib/ntp/ |
| HD | configure.ac | 1064 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.
|
| HD | config.h.in | 864 /* Define to 1 if the system has the type `s_char'. */ 1065 /* Do we need an s_char typedef? */
|
| HD | CommitLog-4.1.0 | 2767 * configure.in: Use AC_CHECK_TYPES((s_char)) instead of
|
| /trueos/contrib/ntp/ntpdc/ |
| HD | ntpdc.c | 70 s_char sys_precision; /* local clock precision (log2 s) */
|
| /trueos/contrib/ntp/ntpq/ |
| HD | ntpq.c | 60 s_char sys_precision; /* local clock precision (log2 s) */
|