Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c572 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; in irpt_cbfunc() local
622 if ((body_fmt = fmd_msg_gettext_key(nhdl->nh_msghdl, NULL, in irpt_cbfunc()
629 len = snprintf(NULL, 0, body_fmt, hostname, tstamp, in irpt_cbfunc()
635 (void) snprintf(body, len, body_fmt, hostname, tstamp, in irpt_cbfunc()
640 if ((body_fmt = fmd_msg_gettext_key(nhdl->nh_msghdl, NULL, in irpt_cbfunc()
646 len = snprintf(NULL, 0, body_fmt, hostname, tstamp, class); in irpt_cbfunc()
649 (void) snprintf(body, len, body_fmt, hostname, tstamp, class); in irpt_cbfunc()