Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h84 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 */
Dntp_request.h377 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 */
Dntpd.h521 extern s_char sys_precision; /* local clock precision */
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dntp_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?])
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_oncore.c313s_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 …]
Drefclock_local.c78 extern s_char sys_precision;
Dntp_peer.c44 const s_char AM[AM_MODES][AM_MODES] = {
Dntp_proto.c113 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/
Dntpdate.h24 s_char precision; /* server's clock precision */
Dntpdate.c112 s_char sys_precision; /* local clock precision (log2 s) */
/netbsd/src/external/bsd/ntp/dist/sntp/
Dconfig.h.in544 /* 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/
Dntpdc.c71 s_char sys_precision; /* local clock precision (log2 s) */
/netbsd/src/external/bsd/ntp/dist/
Dconfig.h.in1116 /* Define to 1 if the system has the type `s_char'. */
1432 /* Do we need an s_char typedef? */
DCommitLog-4.1.02767 * configure.in: Use AC_CHECK_TYPES((s_char)) instead of
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq.c91 s_char sys_precision; /* local clock precision (log2 s) */