Searched refs:atptrf (Results 1 – 1 of 1) sorted by relevance
556 char *atptrf = NULL; in get_snapshot_names() local581 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()582 ASSERT(atptrf != NULL); in get_snapshot_names()583 fdslen = atptrf - fromsnap; in get_snapshot_names()597 atptrf = strchr(fromsnap, '@'); in get_snapshot_names()599 fdslen = atptrf ? atptrf - fromsnap : strlen(fromsnap); in get_snapshot_names()659 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names()