Searched refs:mismatch_kinds (Results 1 – 1 of 1) sorted by relevance
326 static const char *const mismatch_kinds[] = { in get_mismatch_kind() local340 return (kind < (sizeof(mismatch_kinds) / sizeof(mismatch_kinds[0]))) in get_mismatch_kind()341 ? mismatch_kinds[kind] in get_mismatch_kind()