Searched refs:otf (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/mail/ |
| D | edit.c | 109 (void)fseek(otf, 0L, SEEK_END); in edit1() 110 size = ftell(otf); in edit1() 123 if (putc(c, otf) == EOF) in edit1() 129 putc('\n', otf); in edit1() 131 if (ferror(otf)) in edit1()
|
| D | fio.c | 92 (void)fseeko(otf, (off_t)0, SEEK_END); in setptr() 93 offset = ftell(otf); in setptr() 123 (void)fwrite(linebuf, sizeof(*linebuf), count, otf); in setptr() 124 if (ferror(otf)) in setptr() 261 fflush(otf); in setinput()
|
| D | glob.h | 51 extern FILE *otf; /* Output temp file buffer */
|
| D | lex.c | 117 (void)fclose(otf); in setfile() 128 (otf = fdopen(fd, "w")) == NULL) in setfile()
|
| D | main.c | 49 FILE *otf; /* Output temp file buffer */ variable
|
| /openbsd/src/share/misc/ |
| D | mime.types | 29 application/vnd.oasis.opendocument.formula-template otf
|