Home
last modified time | relevance | path

Searched refs:what_l (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c139 size_t what_l = strlen(what); in strendswith() local
142 return ((what_l >= suff_l) && in strendswith()
143 (strcmp(what + what_l - suff_l, suff) == 0)); in strendswith()