Searched refs:ntp (Results 76 - 100 of 118) sorted by relevance

12345

/netbsd-current/external/bsd/tcpdump/bin/
H A DMakefile20 signature.c l2vpn.c nlpid.c ntp.c ipproto.c af.c in_cksum.c \
114 print-ntp.c \
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc-opts.def643 .Cm monitor | Cm ntp |
651 .Cm monitor | Cm ntp |
684 .It Cm ntp
696 .Pa /usr/share/doc/ntp )
704 .Xr ntp.conf 5
775 .Xr ntp.conf 5 ,
810 Please report bugs to http://bugs.ntp.org .
H A DMakefile.am78 $(top_srcdir)/sntp/include/ntp.lic \
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c120 type_t *ntp = block_zero_alloc(sizeof(*ntp), "type"); local
122 *ntp = *tp;
123 debug_step("%s '%s'", __func__, type_name(ntp));
124 return ntp;
131 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local
133 *ntp = *tp;
134 debug_step("%s: '%s'", __func__, type_name(ntp));
135 return ntp;
147 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local
[all...]
/netbsd-current/external/bsd/ntp/html/
H A DMakefile112 _FDIR:= ntp/${F:H} # subdir
/netbsd-current/usr.bin/sys_info/
H A Dsys_info.sh178 ntp)
179 run "ntpq --version | awk '{ sub(\"-.\", \"\"); sub(\"p\", \"pl\", \$2); print \"ntp-\" \$2 }'"
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.in55 my $NTPCONF='/etc/ntp.conf';
155 # Parse ntp.conf for path to leapfile if not set by user
408 -f Absolute path ntp.conf file (default /etc/ntp.conf)
414 (overrides value in ntp.conf)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c1016 numbered_tree *ntp; local
1021 FOR_EACH_VEC_ELT (decl_list, ix, ntp)
1023 if (ntp->t == last)
1025 fprintf (file, "%d: ", ntp->num);
1026 print_generic_decl (file, ntp->t, flags);
1028 last = ntp->t;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc1033 numbered_tree *ntp; local
1038 FOR_EACH_VEC_ELT (decl_list, ix, ntp)
1040 if (ntp->t == last)
1042 fprintf (file, "%d: ", ntp->num);
1043 print_generic_decl (file, ntp->t, flags);
1045 last = ntp->t;
/netbsd-current/external/bsd/tcpdump/dist/
H A DMakefile.in91 ntp.c \
187 print-ntp.c \
305 ntp.h \
/netbsd-current/external/bsd/ipf/dist/rules/
H A DBASIC_1.FW76 pass in quick proto udp from any to any port = ntp keep state group 202
/netbsd-current/external/bsd/ntp/dist/ntpsnmpd/
H A DMakefile.am70 $(top_srcdir)/sntp/include/ntp.lic \
H A DntpSnmpSubagentObject.c22 #include <ntp.h>
/netbsd-current/external/bsd/ntp/dist/scripts/calc_tickadj/
H A DMakefile.am10 $(top_srcdir)/sntp/include/ntp.lic \
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dntp.pl3 ;# ntp.pl,v 3.1 1993/07/06 01:09:09 jbj Exp
15 package ntp; package
32 ;# access routines for ntp control packet
475 &main'set_timeout($id,time+$timeout,"&ntp'handle_packet_timeout(\"".unpack("H*",$id)."\");"); #'";
/netbsd-current/sys/fs/ntfs/
H A Dntfs_vfsops.c679 struct ntnode *ntp; local
693 ntp = VTONT(vp);
696 ntfh.ntfid_ino = ntp->i_number;
699 ntfh.ntfid_gen = ntp->i_gen;
/netbsd-current/distrib/syspkg/sets/base/
H A DMakefile103 SUBDIR+=base-ntp-bin
/netbsd-current/external/bsd/ntp/dist/ntpq/
H A DMakefile.am74 $(top_srcdir)/sntp/include/ntp.lic \
/netbsd-current/crypto/dist/ipsec-tools/src/libipsec/
H A Dkey_debug.c534 struct sadb_x_nat_t_port *ntp = (void *)ext; local
540 printf("sadb_x_nat_t_port{ port=%u }\n", ntohs(ntp->sadb_x_nat_t_port_port));
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_fp.h371 extern struct tm * ntp2unix_tm (u_int32 ntp, int local);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dview.h1112 dns_view_getntatable(dns_view_t *view, dns_ntatable_t **ntp);
1117 * '*ntp' is attached on success; the caller is responsible for
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dview.h1135 dns_view_getntatable(dns_view_t *view, dns_ntatable_t **ntp);
1140 * '*ntp' is attached on success; the caller is responsible for
/netbsd-current/external/bsd/ntp/dist/sntp/
H A DMakefile.am34 $(srcdir)/include/ntp.lic \
/netbsd-current/external/public-domain/tz/dist/
H A DMakefile445 https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
/netbsd-current/lib/libc/time/
H A DMakefile445 https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list

Completed in 387 milliseconds

12345