HomeSort by: relevance | last modified time | path
    Searched refs:ntpq (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/ntp/dist/scripts/
ntpver.in 8 ntpq -c "rv 0 version" $* | @AWK@ '/version/ { print $2 }'
  /src/external/bsd/ntp/bin/ntpq/
Makefile 5 PROG= ntpq
6 MAN= ntpq.8
9 SRCS= ntpq.c \
10 ntpq-subs.c \
11 ntpq-opts.c
18 DIST=${IDIST}/ntpq
24 COPTS.ntpq.c+= ${CC_WNO_STRINGOP_TRUNCATION}
  /src/external/bsd/ntp/bin/
Makefile 5 SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp
  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-groper 11 # dumbo.hp.com refused ntpq connection
26 ntpqlog=/tmp/cntp-ntpq$$
53 ntpq -c "ntpversion $version" -p $host > $ntpqlog 2>&1
57 echo "$host refused ntpq connection"
66 ntpq -c "ntpversion $version" -c rl $host > $ntpqlog
  /src/external/bsd/ntp/dist/scripts/lib/NTP/
Util.pm 10 my $ntpq_path = 'ntpq';
42 open my $fh, $cmd or croak "Could not start ntpq: $!";
66 close $fh or croak "running ntpq failed: $! (exit status $?)";
99 open my $fh, $cmd or croak "Could not start ntpq: $!";
124 close $fh or croak "running ntpq failed: $! (exit status $?)";
  /src/external/bsd/ntp/dist/scripts/ntptrace/
ntptrace-opts.def 46 @code{ntptrace} is a perl script that uses the ntpq utility program to follow
  /src/external/bsd/ntp/html/
Makefile 78 ntpq.html \
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 9 prog-name = "ntpq";
56 descrip = "Force ntpq to operate in interactive mode";
58 Force @code{ntpq} to operate in interactive mode.
78 By default, @code{ntpq} now suppresses the @code{associd=...}
81 @code{ntpq -c "rv 0 offset"}.
82 This option causes @code{ntpq} to include both lines of output
86 newer @code{ntpq} to behave identically in this regard.
494 As with other ntpq output, times are in milliseconds; very small values
ntpq.c 1 /* $NetBSD: ntpq.c,v 1.23 2024/08/18 20:47:19 christos Exp $ */
4 * ntpq - query an NTP server using mode 6 commands
29 #include "ntpq.h"
71 const char *prompt = "ntpq> "; /* prompt to ask him about */
74 * use old readvars behavior? --old-rv processing in ntpq resets
135 * For the most part ntpq simply displays what ntpd provides in the
296 "exit ntpq" },
299 "exit ntpq" },
472 CALL(ntpq,"ntpq",ntpqmain)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp.keys.def 114 .Xr ntpq 8
ntp.conf.def 120 .Xr ntpq 1ntpqmdoc
597 .Xr ntpq 1ntpqmdoc
627 .Xr ntpq 1ntpqmdoc
803 .Xr ntpq 1ntpqmdoc
833 .Xr ntpq 1ntpqmdoc
870 .Xr ntpq 1ntpqmdoc
950 .Xr ntpq 1ntpqmdoc
988 .Xr ntpq 1ntpqmdoc
1587 .Xr ntpq 1ntpqmdoc
1634 .Xr ntpq 1ntpqmdo
    [all...]
ntpd-opts.def 75 .Xr ntpq 1ntpqmdoc
538 .Xr ntpq 1ntpqmdoc ,
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def 57 descrip = "Force ntpq to operate in interactive mode";
59 Force ntpq to operate in interactive mode. Prompts will be written
128 .Xr ntpq 1ntpqmdoc instead - it can do everything
253 .Xr ntpq 1ntpqmdoc
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 310 .Xr ntpq 1ntpqmdoc
1243 .Xr ntpq 1ntpqmdoc
1268 .Xr ntpq 1ntpqmdoc

Completed in 23 milliseconds