Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c557 char *atptrf = NULL; in get_snapshot_names() local
582 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()
583 ASSERT(atptrf != NULL); in get_snapshot_names()
584 fdslen = atptrf - fromsnap; in get_snapshot_names()
598 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()
600 fdslen = atptrf ? atptrf - fromsnap : strlen(fromsnap); in get_snapshot_names()
660 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names()