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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2556 const char *chopprefix; local
2624 chopprefix = strrchr(sendfs, '/');
2626 if (chopprefix == NULL) {
2635 chopprefix = cp;
2637 chopprefix = drrb->drr_toname + (chopprefix - sendfs);
2651 chopprefix = strchr(drrb->drr_toname, '/');
2652 if (chopprefix == NULL)
2653 chopprefix = strchr(drrb->drr_toname, '@');
2659 chopprefix
[all...]

Completed in 111 milliseconds