Lines Matching refs:fromfull
58 const char *fromfull, *tofull, *fsname, *fromsnap, *tosnap, *p; in main() local
65 fromfull = argv[1]; in main()
68 p = strchr(fromfull, '@'); in main()
83 if (strncmp(fsname, fromfull, p - tofull) != 0) in main()
106 tofull, fromfull, libzfs_errno(zhdl)); in main()
108 tofull, fromfull, libzfs_error_description(zhdl)); in main()
115 error = lzc_send_resume_redacted(fromfull, tofull, fd, 0, 0, 0, NULL); in main()
119 fromfull, tofull, error); in main()
121 fromfull, tofull, strerror(error)); in main()
126 error = lzc_send_space_resume_redacted(fromfull, tofull, 0, 0, 0, 0, in main()
131 fromfull, tofull, error); in main()
133 fromfull, tofull, strerror(error)); in main()