Searched refs:str_ident (Results 1 – 1 of 1) sorted by relevance
101 static struct str_ident { struct103 } str_ident[MAX_RESOURCES]; variable120 strncpy(str_ident[ident].name, label, in set_label()122 str_ident[ident].name[RESOURCE_LABEL_SIZE - 1] = 0; in set_label()128 return (*str_ident[ident].name ? str_ident[ident].name : "UNKNOWN"); in get_label()139 return strcmp(str_ident[ident].name, label); in cmp_label()