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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3032 const char *chopprefix; local
3100 chopprefix = strrchr(sendfs, '/');
3102 if (chopprefix == NULL) {
3111 chopprefix = cp;
3113 chopprefix = drrb->drr_toname + (chopprefix - sendfs);
3127 chopprefix = strchr(drrb->drr_toname, '/');
3128 if (chopprefix == NULL)
3129 chopprefix = strchr(drrb->drr_toname, '@');
3135 chopprefix
[all...]

Completed in 52 milliseconds