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

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dedit.c190 (void)fseek(otf, 0L, 2);
191 size = ftell(otf);
212 if (putc(c, otf) == EOF)
215 if (ferror(otf))
H A Dglob.h58 EXTERN FILE *otf; /* Output temp file buffer */ variable
H A Dfio.c210 (void)fseek(otf, 0L, SEEK_END);
211 offset = ftell(otf);
236 (void)fwrite(linebuf, sizeof(*linebuf), len, otf);
237 if (ferror(otf))
352 (void)fflush(otf);
H A Dlex.c230 (void)fclose(otf);
241 (otf = fdopen(fd, "w")) == NULL)
243 (void)fcntl(fileno(otf), F_SETFD, FD_CLOEXEC);

Completed in 41 milliseconds