Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Denvelope.c137 if (CurEnv->e_xfp != NULL)
138 (void) sm_io_flush(CurEnv->e_xfp, SM_TIME_DEFAULT);
320 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
325 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
329 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
417 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
422 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
426 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
669 if (e->e_xfp != NULL)
670 (void) sm_io_close(e->e_xfp, SM_TIME_DEFAULT);
[all …]
Dsavemail.c201 if (e->e_xfp != NULL)
203 (void) bfrewind(e->e_xfp);
206 while (sm_io_fgets(e->e_xfp, SM_TIME_DEFAULT,
1037 if (e->e_parent->e_xfp == NULL)
1048 (void) bfrewind(e->e_parent->e_xfp);
1049 if (e->e_xfp != NULL)
1050 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
1051 while ((blen = sm_io_fgets(e->e_parent->e_xfp, SM_TIME_DEFAULT,
Ddeliver.c414 ee->e_xfp = NULL;
465 if (e->e_xfp != NULL)
466 ee->e_xfp = sm_io_dup(e->e_xfp);
469 if (ee->e_xfp == NULL)
590 if (e->e_xfp != NULL)
591 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
1010 ee->e_xfp = NULL;
1728 (void) sm_io_fprintf(e->e_xfp,
2343 if (e->e_xfp != NULL) /* for debugging */
2344 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
[all …]
Derr.c579 if (!heldmsg && CurEnv != NULL && CurEnv->e_xfp != NULL &&
581 (void) sm_io_fprintf(CurEnv->e_xfp, SM_TIME_DEFAULT, "%s\n",
Dalias.c182 if (e->e_xfp != NULL)
183 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
Dusersmtp.c3094 if (e->e_xfp != NULL) /* for debugging */
3095 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
3193 if (e->e_xfp != NULL && (bufp[0] == '4' ||
3200 (void) sm_io_fprintf(CurEnv->e_xfp,
3208 (void) sm_io_fprintf(e->e_xfp,
3220 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
Dudb.c377 if (e->e_xfp != NULL)
379 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
Drecipient.c1121 if (e->e_xfp != NULL &&
1123 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
Dutil.c2082 if (e->e_xfp != NULL)
2086 xfd = sm_io_getinfo(e->e_xfp, SM_IO_WHAT_FD, NULL);
Dsrvrsmtp.c1499 if (e->e_xfp != NULL)
1500 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
3732 (void) sm_io_setinfo(e->e_xfp, SM_BF_TRUNCATE, NULL);
Dqueue.c7939 if (e->e_xfp != NULL)
7940 ee->e_xfp = sm_io_dup(e->e_xfp);
7943 if (ee->e_xfp == NULL)
Ddaemon.c2601 if (e->e_xfp != NULL) /* for debugging */
2602 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
Dsendmail.h921 SM_FILE_T *e_xfp; /* transcript file */ member
Dmain.c522 BlankEnvelope.e_xfp = NULL;