Searched refs:sfx_len (Results 1 – 1 of 1) sorted by relevance
2652 size_t fname_len, sfx_len; in color_match() local2655 sfx_len = strlen(color->sfx); in color_match()2656 if (sfx_len > fname_len) in color_match()2659 if (strcmp(color->sfx, fname + fname_len - sfx_len) == 0) in color_match()