Searched refs:xxfi_name (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dmain.c45 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);
[all...]
H A Dlistener.c76 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_errstrin
[all...]
H A Dengine.c314 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...]
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h110 char *xxfi_name; /* filter name */ member in struct:smfiDesc

Completed in 48 milliseconds