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.c4415 const char *chopprefix; in zfs_receive_one() local
4531 chopprefix = strrchr(sendfs, '/'); in zfs_receive_one()
4533 if (chopprefix == NULL) { in zfs_receive_one()
4542 chopprefix = cp; in zfs_receive_one()
4544 chopprefix = drrb->drr_toname + (chopprefix - sendfs); in zfs_receive_one()
4559 chopprefix = strchr(drrb->drr_toname, '/'); in zfs_receive_one()
4560 if (chopprefix == NULL) in zfs_receive_one()
4561 chopprefix = strchr(drrb->drr_toname, '@'); in zfs_receive_one()
4567 chopprefix = drrb->drr_toname + strlen(sendfs); in zfs_receive_one()
4577 chopprefix = drrb->drr_toname + strlen(drrb->drr_toname); in zfs_receive_one()
[all …]