Searched refs:e_xfp (Results 1 – 14 of 14) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | envelope.c | 137 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 …]
|
| D | savemail.c | 201 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,
|
| D | deliver.c | 414 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 …]
|
| D | err.c | 579 if (!heldmsg && CurEnv != NULL && CurEnv->e_xfp != NULL && 581 (void) sm_io_fprintf(CurEnv->e_xfp, SM_TIME_DEFAULT, "%s\n",
|
| D | alias.c | 182 if (e->e_xfp != NULL) 183 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
| D | usersmtp.c | 3094 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,
|
| D | udb.c | 377 if (e->e_xfp != NULL) 379 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
| D | recipient.c | 1121 if (e->e_xfp != NULL && 1123 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
| D | util.c | 2082 if (e->e_xfp != NULL) 2086 xfd = sm_io_getinfo(e->e_xfp, SM_IO_WHAT_FD, NULL);
|
| D | srvrsmtp.c | 1499 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);
|
| D | queue.c | 7939 if (e->e_xfp != NULL) 7940 ee->e_xfp = sm_io_dup(e->e_xfp); 7943 if (ee->e_xfp == NULL)
|
| D | daemon.c | 2601 if (e->e_xfp != NULL) /* for debugging */ 2602 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
|
| D | sendmail.h | 921 SM_FILE_T *e_xfp; /* transcript file */ member
|
| D | main.c | 522 BlankEnvelope.e_xfp = NULL;
|