Home
last modified time | relevance | path

Searched refs:itf (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/ntp/scripts/stats/
H A Ditf.S1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0)) label
5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (…
H A DREADME.stats48 updates the ensemble, etf, itf and tdata data files as well. See the
49 clock.awk, ensemble.awk, etf.awk, itf.awk and tdta.awk scripts for
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_io.c1310 endpt *itf, in convert_isc_if() argument
1314 strlcpy(itf->name, isc_if->name, sizeof(itf->name)); in convert_isc_if()
1317 AF(&itf->sin) = itf->family; in convert_isc_if()
1318 AF(&itf->mask) = itf->family; in convert_isc_if()
1319 AF(&itf->bcast) = itf->family; in convert_isc_if()
1330 NSRCADR(&itf->bcast) = in convert_isc_if()
1346 itf->flags |= in convert_isc_if()
1363 if ((INT_LOOPBACK & itf->flags) && !IS_LOOPBACK_ADDR(&itf->sin)) { in convert_isc_if()
3521 endpt * itf, argument
3638 rb->dstadr = itf;
[all …]
/freebsd-14.2/usr.bin/mail/
H A Dlex.c121 (void)fclose(itf); in setfile()
135 if ((itf = fopen(tempname, "r")) == NULL) in setfile()
137 (void)fcntl(fileno(itf), F_SETFD, 1); in setfile()
H A Dglob.h50 extern FILE *itf; /* Input temp file buffer */
H A Dfio.c209 if (fseeko(itf, in setinput()
212 return (itf); in setinput()
H A Dmain.c64 FILE *itf; variable
/freebsd-14.2/contrib/elftoolchain/elfcopy/
H A Dmain.c689 if (ecp->itf != ETF_ELF) { in create_file()
710 if (ecp->itf == ETF_BINARY) in create_file()
712 else if (ecp->itf == ETF_IHEX) in create_file()
714 else if (ecp->itf == ETF_SREC) in create_file()
1444 ecp->itf = elftc_bfd_target_flavor(tgt); in set_input_target()
1651 ecp->itf = ecp->otf = ETF_ELF; in main()
H A Delfcopy.h182 Elftc_Bfd_Target_Flavor itf; /* flavour of input object */ member
/freebsd-14.2/contrib/ntp/libntp/
H A Dsocket.c211 endpt * itf,
/freebsd-14.2/tests/sys/netinet/
H A Dcarp.sh32 itf=$2
34 jexec ${jail} ifconfig ${itf} | grep carp | grep MASTER