Lines Matching refs:obuf
51 static void statusput(register struct message *mp, register FILE *obuf, int doign, int (*fp)(const…
68 FILE *obuf, in msend() argument
93 clearerr(obuf); in msend()
115 statusput(mailp, obuf, doign, fp); in msend()
123 (*fp)(field, obuf); in msend()
124 if (ferror(obuf)) in msend()
149 statusput(mailp, obuf, doign, fp); in msend()
152 (*fp)("\n", obuf); in msend()
176 statusput(mailp, obuf, doign, fp); in msend()
186 (*fp)(line, obuf); in msend()
187 if (ferror(obuf)) in msend()
197 putc('\n', obuf); in msend()
206 if (fwrite(line, 1, (int)n, obuf) != n) { in msend()
209 fflush(obuf); in msend()
210 if (fferror(obuf)) in msend()
221 (*fp)(line, obuf); in msend()
222 if (ferror(obuf)) in msend()
226 fflush(obuf); in msend()
227 if (ferror(obuf)) in msend()
254 register FILE *obuf, in statusput() argument
270 (*fp)(statout, obuf); in statusput()