Searched refs:xxfi_name (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/libmilter/ |
H A D | main.c | 45 if (smfilter.xxfi_name == NULL) 46 smfilter.xxfi_name = "Unknown"; 48 len = strlen(smfilter.xxfi_name) + 1; 49 smfi->xxfi_name = (char *) malloc(len); 50 if (smfi->xxfi_name == NULL) 52 (void) sm_strlcpy(smfi->xxfi_name, smfilter.xxfi_name, len); 64 smfi->xxfi_name, smfi->xxfi_version, 68 free(smfi->xxfi_name); 227 smfi->xxfi_name); in smfi_main() 232 if (mi_control_startup(smfi->xxfi_name) != MI_SUCCESS) in smfi_main() [all …]
|
H A D | listener.c | 76 smfi->xxfi_name, conn); 80 listenfd = mi_milteropen(conn, backlog, rmsocket, smfi->xxfi_name); 85 smfi->xxfi_name, conn); 92 smfi->xxfi_name, listenfd, FD_SETSIZE); 757 smfi->xxfi_name, listenfd, errno); 781 smfi->xxfi_name, MI_POLLSELECT, 799 smfi->xxfi_name, MI_POLLSELECT); 867 smfi->xxfi_name, sm_errstring(save_errno), 893 smfi->xxfi_name, sm_errstring(errno)); 901 smfi->xxfi_name, sm_errstring(save_errno), [all …]
|
H A D | engine.c | 314 ctx->ctx_smfi->xxfi_name)) == NULL && 628 ctx->ctx_smfi->xxfi_name, 817 ctx->ctx_smfi->xxfi_name); 860 ctx->ctx_smfi->xxfi_name, 877 ctx->ctx_smfi->xxfi_name, 934 ctx->ctx_smfi->xxfi_name, 1039 ctx->ctx_smfi->xxfi_name, 1089 ctx->ctx_smfi->xxfi_name, 1118 ctx->ctx_smfi->xxfi_name, 1200 g->a_ctx->ctx_smfi->xxfi_name, [all …]
|
/titanic_50/usr/src/cmd/sendmail/include/libmilter/ |
H A D | mfapi.h | 110 char *xxfi_name; /* filter name */ member
|