sev_info
static struct sev_info severities[] = {
struct sev_info *sev_info; /* Ptr to severity info struct */
for (sev_info = severities ;
(sev_info->keyword != (char *) NULL) &&
(strcmp(sstr, sev_info->keyword)) ;
sev_info++) ;
if (sev_info->keyword != (char *) NULL) severity = sev_info->value;