Searched refs:sfp (Results 1 - 1 of 1) sorted by relevance

/sendmail/vacation/
H A Dvacation.c987 SM_FILE_T *mfp, *sfp; local
1037 if ((sfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
1049 (void) sm_io_fprintf(sfp, SM_TIME_DEFAULT, "To: %s\n", From);
1050 (void) sm_io_fprintf(sfp, SM_TIME_DEFAULT,
1053 (void) sm_io_fputs(sfp, SM_TIME_DEFAULT, buf);
1055 (void) sm_io_close(sfp, SM_TIME_DEFAULT);

Completed in 10 milliseconds