Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3319 size_t d1len = strlen(ds1); in is_descendant() local
3322 if (strlen(ds2) < d1len) in is_descendant()
3326 return (ds2[d1len] == '/' && (strncmp(ds1, ds2, d1len) == 0)); in is_descendant()