Searched refs:chopprefix (Results 1 – 1 of 1) sorted by relevance
3652 const char *chopprefix; in zfs_receive_one() local3765 chopprefix = strrchr(sendfs, '/'); in zfs_receive_one()3767 if (chopprefix == NULL) { in zfs_receive_one()3776 chopprefix = cp; in zfs_receive_one()3778 chopprefix = drrb->drr_toname + (chopprefix - sendfs); in zfs_receive_one()3793 chopprefix = strchr(drrb->drr_toname, '/'); in zfs_receive_one()3794 if (chopprefix == NULL) in zfs_receive_one()3795 chopprefix = strchr(drrb->drr_toname, '@'); in zfs_receive_one()3801 chopprefix = drrb->drr_toname + strlen(sendfs); in zfs_receive_one()3811 chopprefix = drrb->drr_toname + strlen(drrb->drr_toname); in zfs_receive_one()[all …]