Searched refs:itf (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/scripts/stats/ |
H A D | itf.S | 1 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 D | README.stats | 48 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 D | glob.h | 57 EXTERN FILE *itf; /* Input temp file buffer */ variable
|
H A D | fio.c | 360 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0) in setinput() 362 return itf; in setinput()
|
H A D | lex.c | 271 (void)fclose(itf); in setfile() 284 if ((itf = fopen(tempname, "ref")) == NULL) in setfile()
|