Searched refs:suff_l (Results 1 – 1 of 1) sorted by relevance
140 size_t suff_l = strlen(suff); in strendswith() local142 return ((what_l >= suff_l) && in strendswith()143 (strcmp(what + what_l - suff_l, suff) == 0)); in strendswith()