Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c138 if (CurEnv->e_xfp != NULL)
668 if (e->e_xfp != NULL)
672 e->e_xfp = e->e_dfp = NULL;
776 e->e_xfp != NULL)
777 OutChannel = e->e_xfp;
877 if (e->e_xfp != NULL)
889 if (e->e_xfp == NULL)
894 if (e->e_xfp == NULL)
922 if (e->e_xfp == NULL)
928 (void) sm_io_close(e->e_xfp, SM_TIME_DEFAULT);
[all …]
H A Dsavemail.c203 if (e->e_xfp != NULL)
205 (void) bfrewind(e->e_xfp);
208 while (sm_io_fgets(e->e_xfp, SM_TIME_DEFAULT,
1027 if (e->e_parent->e_xfp == NULL)
1036 (void) bfrewind(e->e_parent->e_xfp);
1037 if (e->e_xfp != NULL)
1038 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
1039 while (sm_io_fgets(e->e_parent->e_xfp, SM_TIME_DEFAULT, buf,
H A Ddeliver.c412 ee->e_xfp = NULL;
463 if (e->e_xfp != NULL)
464 ee->e_xfp = sm_io_dup(e->e_xfp);
467 if (ee->e_xfp == NULL)
588 if (e->e_xfp != NULL)
1008 ee->e_xfp = NULL;
1726 (void) sm_io_fprintf(e->e_xfp,
2340 if (e->e_xfp != NULL) /* for debugging */
3851 e->e_xfp != NULL)
3927 if (pv != NULL && e->e_xfp != NULL)
[all …]
H A Derr.c577 if (!heldmsg && CurEnv != NULL && CurEnv->e_xfp != NULL &&
579 (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 Dalias.c182 if (e->e_xfp != NULL)
183 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
H A Dudb.c377 if (e->e_xfp != NULL)
379 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
H A Drecipient.c1121 if (e->e_xfp != NULL &&
1123 (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 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 Dqueue.c7910 if (e->e_xfp != NULL)
7911 ee->e_xfp = sm_io_dup(e->e_xfp);
7914 if (ee->e_xfp == 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 Dsendmail.h908 SM_FILE_T *e_xfp; /* transcript file */ member
H A Dmain.c524 BlankEnvelope.e_xfp = NULL;