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

/freebsd-current/usr.bin/mail/
H A Dedit.c100 (void)fseeko(otf, (off_t)0, SEEK_END);
101 size = ftello(otf);
111 if (putc(c, otf) == EOF)
114 if (ferror(otf))
H A Dglob.h49 extern FILE *otf; /* Output temp file buffer */
H A Dfio.c80 (void)fseeko(otf, (off_t)0, SEEK_END);
81 offset = ftello(otf);
109 (void)fwrite(linebuf, sizeof(*linebuf), count, otf);
110 if (ferror(otf))
202 (void)fflush(otf);
H A Dlex.c116 (void)fclose(otf);
126 if ((fd = mkstemp(tempname)) == -1 || (otf = fdopen(fd, "w")) == NULL)
128 (void)fcntl(fileno(otf), F_SETFD, 1);
H A Dmain.c53 FILE *otf; variable
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dpe.c60 if (ecp->otf == ETF_EFI || ecp->oem == EM_X86_64)
101 if (ecp->otf == ETF_EFI)
H A Dmain.c696 if (ecp->otf != ETF_ELF) {
770 if (ecp->otf != ETF_ELF) {
794 switch (ecp->otf) {
1454 ecp->otf = elftc_bfd_target_flavor(tgt);
1455 if (ecp->otf == ETF_ELF) {
1461 if (ecp->otf == ETF_EFI || ecp->otf == ETF_PE)
1651 ecp->itf = ecp->otf = ETF_ELF;
H A Delfcopy.h183 Elftc_Bfd_Target_Flavor otf; /* flavour of output object */ member in struct:elfcopy

Completed in 162 milliseconds