Searched refs:tobuf (Results 1 – 2 of 2) sorted by relevance
625 char *tobuf; in get_file() local657 tobuf = *buf; in get_file()663 got = fread (tobuf, 1, *bufsize - (tobuf - *buf), e); in get_file()667 tobuf += got; in get_file()673 if (tobuf == *buf + *bufsize) in get_file()681 off = tobuf - *buf; in get_file()683 tobuf = *buf + off; in get_file()684 *tobuf++ = c; in get_file()
1129 struct sshbuf *b = NULL, *frombuf = NULL, *tobuf = NULL; in parse_dest_constraint() local1138 (r = sshbuf_froms(b, &tobuf)) != 0 || in parse_dest_constraint()1144 (r = parse_dest_constraint_hop(tobuf, &dc->to)) != 0) in parse_dest_constraint()1172 sshbuf_free(tobuf); in parse_dest_constraint()