Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c136 char *syslog_pointer, *p; in syslog_emit() local
139 if ((syslog_pointer = fmd_msg_gettext_id(syslog_msghdl, NULL, in syslog_emit()
148 plen = strlen(syslog_pointer) + 1; in syslog_emit()
156 (void) strcpy(p, syslog_pointer); in syslog_emit()
157 free(syslog_pointer); in syslog_emit()