Home
last modified time | relevance | path

Searched refs:body_fmt (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c567 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; in irpt_cbfunc() local
617 if ((body_fmt = fmd_msg_gettext_key(nhdl->nh_msghdl, NULL, in irpt_cbfunc()
624 len = snprintf(NULL, 0, body_fmt, hostname, tstamp, in irpt_cbfunc()
630 (void) snprintf(body, len, body_fmt, hostname, tstamp, in irpt_cbfunc()
635 if ((body_fmt = fmd_msg_gettext_key(nhdl->nh_msghdl, NULL, in irpt_cbfunc()
641 len = snprintf(NULL, 0, body_fmt, hostname, tstamp, class); in irpt_cbfunc()
644 (void) snprintf(body, len, body_fmt, hostname, tstamp, class); in irpt_cbfunc()