Lines Matching refs:obuf
493 FILE *obuf, *ibuf, *tbuf = 0, *readstat; in edstop() local
535 if ((obuf = fdopen(tmpfd, "w")) == NULL) { in edstop()
545 putc(c, obuf); in edstop()
546 fclose(obuf); in edstop()
556 if ((obuf = fopen(editfile, "r+")) == NULL) { in edstop()
557 if ((obuf = fopen(editfile, "w")) == NULL) { in edstop()
573 if (msend(mp, obuf, 0, fputs) < 0) { in edstop()
576 fclose(obuf); in edstop()
586 putc(c, obuf); in edstop()
589 fflush(obuf); in edstop()
590 if (fferror(obuf)) { in edstop()
593 fclose(obuf); in edstop()
604 trunc(obuf); in edstop()
605 fclose(obuf); in edstop()