Searched refs:frombuf (Results 1 – 2 of 2) sorted by relevance
1123 struct sshbuf *b = NULL, *frombuf = NULL, *tobuf = NULL; in parse_dest_constraint() local1131 (r = sshbuf_froms(b, &frombuf)) != 0 || in parse_dest_constraint()1137 if ((r = parse_dest_constraint_hop(frombuf, &dc->from)) != 0 || in parse_dest_constraint()1165 sshbuf_free(frombuf); in parse_dest_constraint()
3884 char frombuf[ZFS_MAX_DATASET_NAME_LEN]; in zfs_do_send() local3911 (void) strncpy(frombuf, argv[0], sizeof (frombuf)); in zfs_do_send()3912 cp = strchr(frombuf, '@'); in zfs_do_send()3915 (void) strlcat(frombuf, fromname, sizeof (frombuf)); in zfs_do_send()3916 fromname = frombuf; in zfs_do_send()