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

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h79 extern FILE *itf; /* Input temp file buffer */
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c87 FILE *itf; /* Input temp file buffer */ variable
H A Dlex.c173 fclose(itf);
207 if ((itf = fopen(tempMesg, "r")) == NULL) {
809 if (head->fp == itf || head->fp == otf)
H A Dfio.c452 if (fseek(itf, mp->m_offset, 0) < 0) {
456 return (itf);

Completed in 63 milliseconds