Lines Matching refs:obuf
56 static int svputs(const char *line, FILE *obuf);
57 static int wrputs(const char *line, FILE *obuf);
265 FILE *obuf;
276 if ((obuf = fopen(file, "a")) == NULL) {
300 t = msend(mp, obuf, 0, wrputs);
302 t = msend(mp, obuf, mflag, svputs);
306 fclose(obuf);
316 fflush(obuf);
317 if (fferror(obuf))
319 fclose(obuf);
328 svputs(const char *line, FILE *obuf)
332 return (fputs(line, obuf));
336 wrputs(const char *line, FILE *obuf)
354 return (fputs(line, obuf));