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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4104 const char *chopprefix; local
4219 chopprefix = strrchr(sendfs, '/');
4221 if (chopprefix == NULL) {
4230 chopprefix = cp;
4232 chopprefix = drrb->drr_toname + (chopprefix - sendfs);
4247 chopprefix = strchr(drrb->drr_toname, '/');
4248 if (chopprefix == NULL)
4249 chopprefix = strchr(drrb->drr_toname, '@');
4255 chopprefix
[all...]

Completed in 114 milliseconds