Searched refs:otf (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | edit.c | 100 (void)fseeko(otf, (off_t)0, SEEK_END); in edit1() 101 size = ftello(otf); in edit1() 111 if (putc(c, otf) == EOF) in edit1() 114 if (ferror(otf)) in edit1()
|
H A D | fio.c | 80 (void)fseeko(otf, (off_t)0, SEEK_END); in setptr() 81 offset = ftello(otf); in setptr() 109 (void)fwrite(linebuf, sizeof(*linebuf), count, otf); in setptr() 110 if (ferror(otf)) in setptr() 202 (void)fflush(otf); in setinput()
|
H A D | lex.c | 116 (void)fclose(otf); in setfile() 126 if ((fd = mkstemp(tempname)) == -1 || (otf = fdopen(fd, "w")) == NULL) in setfile() 128 (void)fcntl(fileno(otf), F_SETFD, 1); in setfile()
|
H A D | glob.h | 49 extern FILE *otf; /* Output temp file buffer */
|
H A D | main.c | 53 FILE *otf; variable
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | pe.c | 60 if (ecp->otf == ETF_EFI || ecp->oem == EM_X86_64) in create_pe() 101 if (ecp->otf == ETF_EFI) in create_pe()
|
H A D | main.c | 696 if (ecp->otf != ETF_ELF) { in create_file() 770 if (ecp->otf != ETF_ELF) { in create_file() 794 switch (ecp->otf) { in create_file() 1454 ecp->otf = elftc_bfd_target_flavor(tgt); in set_output_target() 1455 if (ecp->otf == ETF_ELF) { in set_output_target() 1461 if (ecp->otf == ETF_EFI || ecp->otf == ETF_PE) in set_output_target() 1651 ecp->itf = ecp->otf = ETF_ELF; in main()
|
H A D | elfcopy.h | 183 Elftc_Bfd_Target_Flavor otf; /* flavour of output object */ member
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fonts | 293 !:mime font/otf 295 !:ext otf 387 !:mime font/otf
|
H A D | archive | 2014 !:ext otf
|
/freebsd/contrib/spleen/ |
H A D | README.md | 135 Windows users should use the `.fon` or `.otf` files provided in the release
|
H A D | ChangeLog | 165 - Add a 'otf' target in the Makefile to generate an OTF version
|