Searched refs:d1len (Results 1 – 1 of 1) sorted by relevance
3019 size_t d1len = strlen(ds1); in is_descendant() local3022 if (strlen(ds2) < d1len) in is_descendant()3026 return (ds2[d1len] == '/' && (strncmp(ds1, ds2, d1len) == 0)); in is_descendant()