HomeSort by: relevance | last modified time | path
    Searched refs:tobuf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
subr.c 633 char *tobuf; local
665 tobuf = *buf;
671 got = fread (tobuf, 1, *bufsize - (tobuf - *buf), e);
675 tobuf += got;
681 if (tobuf == *buf + *bufsize)
689 off = tobuf - *buf;
691 tobuf = *buf + off;
692 *tobuf++ = c;
  /src/external/bsd/tradcpp/dist/
macro.c 679 bool tobuf; member in struct:expstate
691 expstate_init(struct expstate *es, bool tobuf, bool honordefined)
698 es->tobuf = tobuf;
734 if (es->tobuf) {
758 if (es->tobuf) {
  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 1140 struct sshbuf *b = NULL, *frombuf = NULL, *tobuf = NULL; local
1149 (r = sshbuf_froms(b, &tobuf)) != 0 ||
1155 (r = parse_dest_constraint_hop(tobuf, &dc->to)) != 0)
1183 sshbuf_free(tobuf);

Completed in 124 milliseconds