Home | History | Annotate | Download | only in mail

Lines Matching defs:ibuf

141 	FILE *ibuf;
174 ibuf = NULL;
186 if ((ibuf = Fopen(mailname, "ref")) == NULL) {
193 (void)fseek(ibuf, (long)mailsize, 0);
194 while ((c = getc(ibuf)) != EOF)
200 (void)Fclose(ibuf);
205 (void)Fclose(ibuf);
207 if ((ibuf = Fopen(tempname, "ref")) == NULL) {
234 gotcha = (c == 0 && ibuf == NULL);
235 if (ibuf != NULL) {
236 while ((c = getc(ibuf)) != EOF)
238 (void)Fclose(ibuf);
269 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf;
277 ibuf = NULL;
441 if ((ibuf = Fopen(tempname, "ref")) == NULL) {
457 (void)Fclose(ibuf);
468 (void)Fclose(ibuf);
488 (void)Fclose(ibuf);
502 rewind(ibuf);
503 c = getc(ibuf);
508 c = getc(ibuf);
510 (void)Fclose(ibuf);