Searched refs:itf (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/scripts/stats/
H A Ditf.S0 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (ns)", ylim=c(-400, 400))
1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0)) label
/freebsd-11-stable/usr.bin/mail/
H A Dglob.h50 extern FILE *itf; /* Input temp file buffer */
H A Dlex.c121 (void)fclose(itf);
135 if ((itf = fopen(tempname, "r")) == NULL)
137 (void)fcntl(fileno(itf), F_SETFD, 1);
H A Dfio.c209 if (fseeko(itf,
212 return (itf);
H A Dmain.c64 FILE *itf; variable
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c525 interface_dump(const endpt *itf) argument
527 printf("Dumping interface: %p\n", itf);
528 printf("fd = %lld\n", (long long)itf->fd);
529 printf("bfd = %lld\n", (long long)itf->bfd);
530 printf("sin = %s,\n", stoa(&itf->sin));
531 sockaddr_dump(&itf->sin);
532 printf("bcast = %s,\n", stoa(&itf->bcast));
533 sockaddr_dump(&itf->bcast);
534 printf("mask = %s,\n", stoa(&itf->mask));
535 sockaddr_dump(&itf
1401 convert_isc_if( isc_interface_t *isc_if, endpt *itf, u_short port ) argument
3479 read_network_packet( SOCKET fd, struct interface * itf, l_fp ts ) argument
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsocket.c211 struct interface * itf,
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c666 if (ecp->itf != ETF_ELF) {
684 if (ecp->itf == ETF_BINARY)
686 else if (ecp->itf == ETF_IHEX)
688 else if (ecp->itf == ETF_SREC)
1395 ecp->itf = elftc_bfd_target_flavor(tgt);
1602 ecp->itf = ecp->otf = ETF_ELF;
H A Delfcopy.h182 Elftc_Bfd_Target_Flavor itf; /* flavour of input object */ member in struct:elfcopy

Completed in 197 milliseconds