Searched refs:mandatory_rec_types (Results 1 – 1 of 1) sorted by relevance
21 static const char *const mandatory_rec_types[] = variable48 if ( (type < ARRAY_SIZE(mandatory_rec_types)) && in rec_type_to_str()49 (mandatory_rec_types[type]) ) in rec_type_to_str()50 return mandatory_rec_types[type]; in rec_type_to_str()
Completed in 2 milliseconds