Searched refs:bout (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c135 off_t bin, bout = 0; local
154 bout += bin;
161 return bout;
/freebsd-current/crypto/openssh/
H A Dclientloop.c764 client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr) argument
767 if (sshbuf_len(bout) > 0)
768 atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout),
769 sshbuf_len(bout));
777 sshbuf_reset(bout);
1171 struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr,
1232 client_suspend_self(bin, bout, berr);
1170 process_escapes(struct ssh *ssh, Channel *c, struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr, char *buf, int len) argument
/freebsd-current/crypto/openssl/test/
H A Ddhtest.c54 int i, alen, blen, clen, aout, bout, cout; local
216 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
225 || !TEST_mem_eq(abuf, aout, bbuf, bout)
668 int i, alen, blen, aout, bout; local
702 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
706 || !TEST_mem_eq(abuf, aout, bbuf, bout))
/freebsd-current/contrib/file/magic/
H A DMakefile.am52 $(MAGIC_FRAGMENT_DIR)/bout \
H A DMakefile.in329 $(MAGIC_FRAGMENT_DIR)/bout \
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp244 OutIt bout(out);
245 copy(bin, ein, bout);

Completed in 109 milliseconds