Home | History | Annotate | Download | only in mail

Lines Matching defs:fbuf

269 	FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf;
310 fbuf = Fopen(mailname, "ref");
311 if (fbuf == NULL)
313 if (flock(fileno(fbuf), LOCK_EX) == -1) {
316 (void)Fclose(fbuf);
322 if (fstat(fileno(fbuf), &minfo) >= 0 && minfo.st_size > mailsize) {
333 (void)fseek(fbuf, (long)mailsize, 0);
334 while ((c = getc(fbuf)) != EOF)
339 c = getc(fbuf);
349 (void)Fclose(fbuf);
405 (void)Fclose(fbuf);
412 (void)Fclose(fbuf);
437 (void)Fclose(fbuf);
445 (void)Fclose(fbuf);
459 (void)Fclose(fbuf);
469 (void)Fclose(fbuf);
477 (void)Fclose(fbuf);
490 (void)Fclose(fbuf);
518 (void)Fclose(fbuf);
535 (void)Fclose(fbuf);
556 (void)Fclose(fbuf);
564 (void)Fclose(fbuf);
569 (void)Fclose(fbuf);
575 if (fbuf != NULL) {
576 (void)Fclose(fbuf);