Searched refs:e_xfp (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 135 if (CurEnv->e_xfp != NULL) 136 (void) sm_io_flush(CurEnv->e_xfp, SM_TIME_DEFAULT); 332 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT, 337 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT, 341 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT, 429 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT, 434 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT, 438 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT, 681 SM_CLOSE_FP(e->e_xfp); 786 e->e_xfp != NULL) [all …]
|
H A D | savemail.c | 203 if (e->e_xfp != NULL) 205 (void) bfrewind(e->e_xfp); 208 while (sm_io_fgets(e->e_xfp, SM_TIME_DEFAULT, 1095 if (e->e_parent->e_xfp == NULL) 1106 (void) bfrewind(e->e_parent->e_xfp); 1107 if (e->e_xfp != NULL) 1108 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT); 1109 while ((blen = sm_io_fgets(e->e_parent->e_xfp, SM_TIME_DEFAULT,
|
H A D | deliver.c | 516 ee->e_xfp = NULL; 567 if (e->e_xfp != NULL) 568 ee->e_xfp = sm_io_dup(e->e_xfp); 571 if (ee->e_xfp == NULL) 695 if (e->e_xfp != NULL) 696 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT); 1109 ee->e_xfp = NULL; 2245 (void) sm_io_fprintf(e->e_xfp, 3059 if (e->e_xfp != NULL) /* for debugging */ 3060 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT); [all …]
|
H A D | alias.c | 184 if (e->e_xfp != NULL) 185 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
H A D | err.c | 674 if (!heldmsg && CurEnv != NULL && CurEnv->e_xfp != NULL && 676 (void) sm_io_fprintf(CurEnv->e_xfp, SM_TIME_DEFAULT, "%s\n",
|
H A D | usersmtp.c | 3238 if (e->e_xfp != NULL) /* for debugging */ 3239 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT); 3339 if (e->e_xfp != NULL && (bufp[0] == '4' || 3346 (void) sm_io_fprintf(CurEnv->e_xfp, 3354 (void) sm_io_fprintf(e->e_xfp, 3366 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
H A D | udb.c | 379 if (e->e_xfp != NULL) 381 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
H A D | recipient.c | 1140 if (e->e_xfp != NULL && 1142 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
H A D | util.c | 2228 if (e->e_xfp != NULL) 2232 xfd = sm_io_getinfo(e->e_xfp, SM_IO_WHAT_FD, NULL);
|
H A D | srvrsmtp.c | 1993 if (e->e_xfp != NULL) 1994 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT, 4421 (void) sm_io_setinfo(e->e_xfp, SM_BF_TRUNCATE, NULL);
|
H A D | queue.c | 8185 if (e->e_xfp != NULL) 8186 ee->e_xfp = sm_io_dup(e->e_xfp); 8189 if (ee->e_xfp == NULL)
|
H A D | daemon.c | 2763 if (e->e_xfp != NULL) /* for debugging */ 2764 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
|
H A D | sendmail.h | 1139 SM_FILE_T *e_xfp; /* transcript file */ member
|
H A D | main.c | 538 BlankEnvelope.e_xfp = NULL;
|