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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c644 char *atptrt = NULL; local
655 atptrt = strchr(tosnap, '@');
656 tdslen = atptrt ? atptrt - tosnap : strlen(tosnap);
659 if (atptrt == NULL) {
703 atptrt = strchr(tosnap, '@');
705 tdslen = atptrt ? atptrt - tosnap : strlen(tosnap);
777 di->tosnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrt);

Completed in 113 milliseconds