Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c149 static const char FMD_MSG_NLSPATH[] = "NLSPATH=/usr/lib/fm/fmd/fmd.cat"; variable
340 ((s = strdup(FMD_MSG_NLSPATH)) == NULL || putenv((char *)s) != 0)) in fmd_msg_init()