Home
last modified time | relevance | path

Searched refs:tobuf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
HDsubr.c625 char *tobuf; in get_file() local
657 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()
/dragonfly/crypto/openssh/
HDssh-agent.c1129 struct sshbuf *b = NULL, *frombuf = NULL, *tobuf = NULL; in parse_dest_constraint() local
1138 (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()