Searched refs:fmd_msg_gettext_id (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.h78 extern char *fmd_msg_gettext_id(fmd_msg_hdl_t *, const char *, const char *);
H A Dfmd_msg_test.c149 * Test 0: Verify that both fmd_msg_getitem_id and fmd_msg_gettext_id
160 s = fmd_msg_gettext_id(h, NULL, "I_AM_NOT_VALID");
174 s = fmd_msg_gettext_id(h, NULL, "I_AM_NOT_HERE-0000-0000");
197 * Test 2: Use fmd_msg_gettext_id to retrieve the complete message for
200 if ((s = fmd_msg_gettext_id(h, NULL, code)) == NULL) {
201 (void) fprintf(stderr, "%s: fmd_msg_gettext_id failed for %s: "
H A Dfmd_msg.c46 * fmd_msg_gettext_id - format the entire message for the given event code
1601 * Common code for fmd_msg_gettext_nv() and fmd_msg_gettext_id(): this function
1724 fmd_msg_gettext_id(fmd_msg_hdl_t *h, const char *locale, const char *code) function

Completed in 387 milliseconds