Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4458 const char *chopprefix; in zfs_receive_one() local
4574 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 …]