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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2942 const char *chopprefix; local
3010 chopprefix = strrchr(sendfs, '/');
3012 if (chopprefix == NULL) {
3021 chopprefix = cp;
3023 chopprefix = drrb->drr_toname + (chopprefix - sendfs);
3037 chopprefix = strchr(drrb->drr_toname, '/');
3038 if (chopprefix == NULL)
3039 chopprefix = strchr(drrb->drr_toname, '@');
3045 chopprefix
[all...]

Completed in 100 milliseconds