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