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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c136 if (CurEnv->e_xfp != NULL)
137 (void) sm_io_flush(CurEnv->e_xfp, SM_TIME_DEFAULT);
317 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
322 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
326 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
414 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
419 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
423 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
666 if (e->e_xfp != NULL)
667 (void) sm_io_close(e->e_xfp, SM_TIME_DEFAUL
[all...]
H A Ddeliver.c412 ee->e_xfp = NULL;
463 if (e->e_xfp != NULL)
464 ee->e_xfp = sm_io_dup(e->e_xfp);
466 /* failed to dup e->e_xfp, start a new transcript */
467 if (ee->e_xfp == NULL)
588 if (e->e_xfp != NULL)
589 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
1008 ee->e_xfp = NULL;
1726 (void) sm_io_fprintf(e->e_xfp,
[all...]
H A Dsavemail.c201 if (e->e_xfp != NULL)
203 (void) bfrewind(e->e_xfp);
206 while (sm_io_fgets(e->e_xfp, SM_TIME_DEFAULT,
1025 if (e->e_parent->e_xfp == NULL)
1034 (void) bfrewind(e->e_parent->e_xfp);
1035 if (e->e_xfp != NULL)
1036 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
1037 while (sm_io_fgets(e->e_parent->e_xfp, SM_TIME_DEFAULT, buf,
H A Dalias.c184 if (e->e_xfp != NULL)
185 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
H A Derr.c579 if (!heldmsg && CurEnv != NULL && CurEnv->e_xfp != NULL &&
581 (void) sm_io_fprintf(CurEnv->e_xfp, SM_TIME_DEFAULT, "%s\n",
H A Dusersmtp.c3089 if (e->e_xfp != NULL) /* for debugging */
3090 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
3188 if (e->e_xfp != NULL && (bufp[0] == '4' ||
3195 (void) sm_io_fprintf(CurEnv->e_xfp,
3203 (void) sm_io_fprintf(e->e_xfp,
3215 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
H A Dudb.c379 if (e->e_xfp != NULL)
381 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
H A Drecipient.c1123 if (e->e_xfp != NULL &&
1125 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
H A Dutil.c2082 if (e->e_xfp != NULL)
2086 xfd = sm_io_getinfo(e->e_xfp, SM_IO_WHAT_FD, NULL);
H A Ddaemon.c2598 if (e->e_xfp != NULL) /* for debugging */
2599 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
H A Dqueue.c7909 if (e->e_xfp != NULL)
7910 ee->e_xfp = sm_io_dup(e->e_xfp);
7912 /* failed to dup e->e_xfp, start a new transcript */
7913 if (ee->e_xfp == NULL)
H A Dsrvrsmtp.c1508 if (e->e_xfp != NULL)
1509 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
3719 (void) sm_io_setinfo(e->e_xfp, SM_BF_TRUNCATE, NULL);
H A Dsendmail.h908 SM_FILE_T *e_xfp; /* transcript file */ member in struct:envelope
H A Dmain.c524 BlankEnvelope.e_xfp = NULL;

Completed in 178 milliseconds