Searched refs:tobuf (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dsubr.c647 char *tobuf;
679 tobuf = *buf;
685 got = fread (tobuf, 1, *bufsize - (tobuf - *buf), e);
689 tobuf += got;
695 if (tobuf == *buf + *bufsize)
703 off = tobuf - *buf;
705 tobuf = *buf + off;
706 *tobuf++ = c;
646 char *tobuf; local
/openbsd-current/libexec/tradcpp/
H A Dmacro.c679 bool tobuf; member in struct:expstate
691 expstate_init(struct expstate *es, bool tobuf, bool honordefined) argument
698 es->tobuf = tobuf;
734 if (es->tobuf) {
758 if (es->tobuf) {
/openbsd-current/usr.bin/ssh/
H A Dssh-agent.c1116 struct sshbuf *b = NULL, *frombuf = NULL, *tobuf = NULL; local
1125 (r = sshbuf_froms(b, &tobuf)) != 0 ||
1131 (r = parse_dest_constraint_hop(tobuf, &dc->to)) != 0)
1159 sshbuf_free(tobuf);

Completed in 105 milliseconds