Searched defs:tmpf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c779 FILE *f, *fpipe, *tmpf; local
841 tmpf = fdopen(tmpfd, "w");
842 if (tmpf == NULL) {
859 fputs("\n", tmpf);
866 fputs(line, tmpf);
869 fputs(EncodedSubject, tmpf);
872 fputs(Subject, tmpf);
876 fputs(p+8, tmpf);
880 fputs(line, tmpf);
883 fclose(tmpf);
[all...]

Completed in 23 milliseconds