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

/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c121 char *fmh_binding; /* base directory for bindtextdomain() */ member in struct:fmd_msg_hdl
310 * directory for our default catalog, and set fmh_binding as the same
324 if ((h->fmh_binding = malloc(len)) == NULL)
327 (void) snprintf(h->fmh_binding, len, "%s%s", root, s);
365 free(h->fmh_binding);
1438 if (h->fmh_binding != NULL) {
1441 (void) bindtextdomain(dict, h->fmh_binding);
1498 if (h->fmh_binding != NULL)
1552 if (h->fmh_binding != NULL) {
1556 (void) bindtextdomain(dict, h->fmh_binding);
[all...]

Completed in 407 milliseconds