HomeSort by: relevance | last modified time | path
    Searched refs:otf (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
edit.c 190 (void)fseek(otf, 0L, 2);
191 size = ftell(otf);
212 if (putc(c, otf) == EOF)
215 if (ferror(otf))
glob.h 58 EXTERN FILE *otf; /* Output temp file buffer */ variable in typeref:typename:EXTERN FILE *
fio.c 217 (void)fseek(otf, 0L, SEEK_END);
218 offset = ftell(otf);
243 (void)fwrite(linebuf, sizeof(*linebuf), len, otf);
244 if (ferror(otf))
359 (void)fflush(otf);
lex.c 272 (void)fclose(otf);
282 (otf = fdopen(fd, "wef")) == NULL)

Completed in 12 milliseconds