Lines Matching refs:obuf
52 static void statusput(register struct message *mp, register FILE *obuf, int doign, int (*fp)(const…
69 FILE *obuf, in msend() argument
94 clearerr(obuf); in msend()
116 statusput(mailp, obuf, doign, fp); in msend()
124 (*fp)(field, obuf); in msend()
125 if (ferror(obuf)) in msend()
150 statusput(mailp, obuf, doign, fp); in msend()
153 (*fp)("\n", obuf); in msend()
177 statusput(mailp, obuf, doign, fp); in msend()
187 (*fp)(line, obuf); in msend()
188 if (ferror(obuf)) in msend()
198 putc('\n', obuf); in msend()
207 if (fwrite(line, 1, (int)n, obuf) != n) { in msend()
210 fflush(obuf); in msend()
211 if (fferror(obuf)) in msend()
222 (*fp)(line, obuf); in msend()
223 if (ferror(obuf)) in msend()
227 fflush(obuf); in msend()
228 if (ferror(obuf)) in msend()
255 register FILE *obuf, in statusput() argument
271 (*fp)(statout, obuf); in statusput()