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

  /src/external/bsd/ntp/dist/scripts/stats/
itf.S 0 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
  /src/usr.bin/mail/
glob.h 57 EXTERN FILE *itf; /* Input temp file buffer */ variable
fio.c 364 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0)
366 return itf;
lex.c 271 (void)fclose(itf);
284 if ((itf = fopen(tempname, "ref")) == NULL)
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 533 interface_dump(const endpt *itf)
535 printf("Dumping interface: %p\n", itf);
536 printf("fd = %lld\n", (long long)itf->fd);
537 printf("bfd = %lld\n", (long long)itf->bfd);
538 printf("sin = %s,\n", stoa(&itf->sin));
539 printf("bcast = %s,\n", stoa(&itf->bcast));
540 printf("mask = %s,\n", stoa(&itf->mask));
541 printf("name = %s\n", itf->name);
542 printf("flags = 0x%08x\n", itf->flags);
543 printf("last_ttl = %d\n", itf->last_ttl)
    [all...]
  /src/external/bsd/ntp/dist/libntp/
socket.c 213 endpt * itf,

Completed in 24 milliseconds