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

/sendmail/sendmail/
H A Dsavemail.c765 register SM_FILE_T *xfile; local
865 xfile = safefopen(ErrMsgFile, O_RDONLY, 0444, sff);
866 if (xfile != NULL)
868 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf,
884 (void) sm_io_close(xfile, SM_TIME_DEFAULT);

Completed in 38 milliseconds