Searched refs:s_char (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp.h | 84 typedef signed char s_char; typedef 86 typedef char s_char; typedef 303 s_char precision; /* remote clock precision */ 556 s_char precision; /* peer clock precision */
|
| D | ntp_request.h | 377 s_char hpoll; /* host polling interval */ 378 s_char ppoll; /* peer polling interval */ 406 s_char precision; /* peer.precision */ 502 s_char precision; /* local clock precision */
|
| D | ntpd.h | 521 extern s_char sys_precision; /* local clock precision */
|
| /netbsd/src/external/bsd/ntp/dist/sntp/m4/ |
| D | ntp_libntp.m4 | 275 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?])
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_oncore.c | 313 …s_char traim; /* do we have traim? yes UT/VP, M12+T, no BASIC, GT, M12, -1 unknown… 343 s_char saw_Bj; 344 s_char saw_Gj; 347 s_char saw_tooth; 348 s_char chan_in; /* chan number from INPUT, will always use it */ 351 s_char traim_in; /* TRAIM from INPUT, will always use ON/OFF specified */ 352 s_char traim_id; /* TRAIM determined from part number */ 355 s_char assert; 357 s_char pps_control; /* PPS control, M12 only */ 358 s_char pps_control_msg_seen; [all …]
|
| D | refclock_local.c | 78 extern s_char sys_precision;
|
| D | ntp_peer.c | 44 const s_char AM[AM_MODES][AM_MODES] = {
|
| D | ntp_proto.c | 113 s_char sys_precision; /* local clock precision (log2 s) */ 5311 sys_precision = (s_char)i; in set_sys_tick_precision()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdate/ |
| D | ntpdate.h | 24 s_char precision; /* server's clock precision */
|
| D | ntpdate.c | 112 s_char sys_precision; /* local clock precision (log2 s) */
|
| /netbsd/src/external/bsd/ntp/dist/sntp/ |
| D | config.h.in | 544 /* Define to 1 if the system has the type `s_char'. */ 742 /* Do we need an s_char typedef? */
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | ntpdc.c | 71 s_char sys_precision; /* local clock precision (log2 s) */
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | config.h.in | 1116 /* Define to 1 if the system has the type `s_char'. */ 1432 /* Do we need an s_char typedef? */
|
| D | CommitLog-4.1.0 | 2767 * configure.in: Use AC_CHECK_TYPES((s_char)) instead of
|
| /netbsd/src/external/bsd/ntp/dist/ntpq/ |
| D | ntpq.c | 91 s_char sys_precision; /* local clock precision (log2 s) */
|