Searched refs:chopprefix (Results 1 – 1 of 1) sorted by relevance
4458 const char *chopprefix; in zfs_receive_one() local4574 chopprefix = strrchr(sendfs, '/'); in zfs_receive_one()4576 if (chopprefix == NULL) { in zfs_receive_one()4585 chopprefix = cp; in zfs_receive_one()4587 chopprefix = drrb->drr_toname + (chopprefix - sendfs); in zfs_receive_one()4602 chopprefix = strchr(drrb->drr_toname, '/'); in zfs_receive_one()4603 if (chopprefix == NULL) in zfs_receive_one()4604 chopprefix = strchr(drrb->drr_toname, '@'); in zfs_receive_one()4610 chopprefix = drrb->drr_toname + strlen(sendfs); in zfs_receive_one()4620 chopprefix = drrb->drr_toname + strlen(drrb->drr_toname); in zfs_receive_one()[all …]