Searched refs:e_xfp (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 136 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_DEFAULT); [all …]
|
H A 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, 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 D | deliver.c | 412 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) 589 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT); 1008 ee->e_xfp = NULL; 1726 (void) sm_io_fprintf(e->e_xfp, 2340 if (e->e_xfp != NULL) /* for debugging */ 2341 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT); [all …]
|
H A 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",
|
H A D | usersmtp.c | 3089 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 D | alias.c | 184 if (e->e_xfp != NULL) 185 (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 | 1123 if (e->e_xfp != NULL && 1125 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
|
H A D | util.c | 2082 if (e->e_xfp != NULL) 2086 xfd = sm_io_getinfo(e->e_xfp, SM_IO_WHAT_FD, NULL);
|
H A D | srvrsmtp.c | 1508 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 D | queue.c | 7909 if (e->e_xfp != NULL) 7910 ee->e_xfp = sm_io_dup(e->e_xfp); 7913 if (ee->e_xfp == NULL)
|
H A D | daemon.c | 2598 if (e->e_xfp != NULL) /* for debugging */ 2599 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
|
H A D | sendmail.h | 908 SM_FILE_T *e_xfp; /* transcript file */ member
|
H A D | main.c | 524 BlankEnvelope.e_xfp = NULL;
|