Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/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
/netbsd-src/usr.bin/mail/
H A Dglob.h57 EXTERN FILE *itf; /* Input temp file buffer */ variable
H A Dfio.c360 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0) in setinput()
362 return itf; in setinput()
H A Dlex.c271 (void)fclose(itf); in setfile()
284 if ((itf = fopen(tempname, "ref")) == NULL) in setfile()