Home | History | Annotate | Download | only in mail

Lines Matching refs:obuf

176 	FILE *obuf;
188 if (sendmessage(mp, args->obuf, args->igtab, NULL, NULL) < 0)
209 FILE *obuf;
233 if ((obuf = Fopen(fn, "aef")) == NULL) {
241 args.obuf = obuf;
247 (void)Fclose(obuf);
251 (void)fflush(obuf);
252 if (ferror(obuf))
254 (void)Fclose(obuf);