Lines Matching refs:key

48  *                       given explicit message key
134 "type", /* key for FMD_MSG_ITEM_TYPE */
135 "severity", /* key for FMD_MSG_ITEM_SEVERITY */
136 "description", /* key for FMD_MSG_ITEM_DESC */
137 "response", /* key for FMD_MSG_ITEM_RESPONSE */
138 "impact", /* key for FMD_MSG_ITEM_IMPACT */
139 "action", /* key for FMD_MSG_ITEM_ACTION */
140 "url", /* key for FMD_MSG_ITEM_URL */
997 char *key = alloca(len);
1024 * If <dict>.mo defines an item with the key <FMD_MSG_URLKEY> then it
1036 * derived by looking up the key <code>.<istr> in the dict object.
1041 key = alloca(len);
1042 (void) snprintf(key, len, "%s%s", url, code);
1043 txt = key;
1048 key = alloca(len);
1049 (void) snprintf(key, len, "%s.%s", code, istr);
1050 txt = dgettext(dict, key);
1055 if (txt == key) {
1057 key = alloca(len);
1058 (void) snprintf(key, len, "%s.%s", altcode, istr);
1059 txt = dgettext(FMD_MSG_DOMAIN, key);
1330 * If <dict>.mo defines an item with the key <FMD_MSG_TEMPLATE> then it
1409 char *dict, *key, *p, *s, *altcode;
1449 key = alloca(len);
1451 (void) snprintf(key, len, "%s.%s",
1468 if (dgettext(dict, key) == key &&
1478 if (dgettext(dict, key) == key) {
1481 key = alloca(len);
1482 (void) snprintf(key, len, "%s.%s",
1484 if (dgettext(FMD_MSG_DOMAIN, key) == key) {
1542 const char *locale, const char *dict, const char *key)
1577 if (dgettext(dict, key) == key &&
1584 if ((s = dgettext(dict, key)) == key) {
1609 char *dict, *key, *p, *s, *altcode;
1650 key = alloca(len);
1652 (void) snprintf(key, len, "%s.%s",
1669 if (dgettext(dict, key) == key &&
1679 if (dgettext(dict, key) == key) {
1682 key = alloca(len);
1683 (void) snprintf(key, len, "%s.%s",
1685 if (dgettext(FMD_MSG_DOMAIN, key) == key) {