Home | History | Annotate | Download | only in vacation

Lines Matching refs:sfp

600 	FILE *mfp, *sfp;
613 sfp = stdout;
636 sfp = fdopen(pvect[1], "w");
637 if (sfp == NULL) {
643 (void)fprintf(sfp, "To: %s\n", from);
644 (void)fputs("Auto-Submitted: auto-replied\n", sfp);
645 (void)fputs("Precedence: bulk\n", sfp);
650 (void)fputs(buf, sfp);
651 (void)fputs(subject, sfp);
653 (void)fputs(p, sfp);
655 (void)fputs(buf, sfp);
658 if (sfp != stdout)
659 (void)fclose(sfp);