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

/freebsd-13-stable/contrib/apr-util/test/
H A Dtestbuckets.c194 apr_bucket_brigade *bin, *bout; local
198 bout = apr_brigade_create(p, ba);
201 apr_brigade_split_line(bout, bin,
204 flatten_match(tc, "split line", bout, "blah blah blah-end of line.\n");
207 apr_brigade_destroy(bout);
/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c136 off_t bin, bout = 0; local
155 bout += bin;
162 return bout;
/freebsd-13-stable/crypto/openssh/
H A Dclientloop.c589 client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr) argument
592 if (sshbuf_len(bout) > 0)
593 atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout),
594 sshbuf_len(bout));
602 sshbuf_reset(bout);
947 struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr,
1021 client_suspend_self(bin, bout, berr);
946 process_escapes(struct ssh *ssh, Channel *c, struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr, char *buf, int len) argument
/freebsd-13-stable/contrib/file/magic/
H A DMakefile.am47 $(MAGIC_FRAGMENT_DIR)/bout \
H A DMakefile.in320 $(MAGIC_FRAGMENT_DIR)/bout \
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp715 OutIt bout(out);
716 copy(bin, ein, bout);

Completed in 206 milliseconds