Home
last modified time | relevance | path

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); in smfi_main()
232 if (mi_control_startup(smfi->xxfi_name) != MI_SUCCESS) in smfi_main()
[all …]
H A Dlistener.c76 smfi->xxfi_name, conn);
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),
949 smfi->xxfi_name, r,
[all …]
H A Dengine.c628 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,
1219 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