Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c555 char *atptrt = NULL; in get_snapshot_names() local
596 atptrt = strchr(tosnap, '@'); in get_snapshot_names()
598 tdslen = atptrt ? atptrt - tosnap : strlen(tosnap); in get_snapshot_names()
659 di->tosnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrt); in get_snapshot_names()