Lines Matching defs:bfd
116 static int bfd, hfd; /* temp file */
214 deliver(hfd, bfd, *argv, bouncequota);
387 if (bfd == -1 || hfd == -1)
394 deliver(hfd, bfd, rcpt_addr[i],
397 close(bfd);
536 bfd = -1;
539 if ((bfd = mkstemp(btn)) == -1 || (bfp = fdopen(bfd, "w+")) == NULL) {
540 if (bfd != -1)
541 (void) close(bfd);
704 if ((newfd = dup(bfd)) >= 0) {
706 bfd = newfd;
733 deliver(hfd, bfd, name, bouncequota)
735 int bfd;
864 if (lseek(bfd, (off_t)0, SEEK_SET) == (off_t)-1) {
908 while ((nr = read(bfd, buf, sizeof (buf))) > 0) {