| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cc | 113 out_buf[out_buf_size - 1] = 0; in __sanitizer_symbolize_pc() 119 char *out_end = out_buf + out_buf_size - 1; in __sanitizer_symbolize_pc() 120 for (SymbolizedStack *cur = frame; cur && out_buf < out_end; in __sanitizer_symbolize_pc() 129 uptr n = out_end - out_buf - 1; in __sanitizer_symbolize_pc() 130 internal_strncpy(out_buf, frame_desc.data(), n); in __sanitizer_symbolize_pc() 132 *out_buf++ = 0; in __sanitizer_symbolize_pc() 134 CHECK(out_buf <= out_end); in __sanitizer_symbolize_pc() 135 *out_buf = 0; in __sanitizer_symbolize_pc() 142 out_buf[0] = 0; in __sanitizer_symbolize_global() 147 internal_strncpy(out_buf, data_desc.data(), out_buf_size); in __sanitizer_symbolize_global() [all …]
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | passwd.c | 360 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in md5crypt() 457 assert(output == out_buf + strlen(out_buf)); in md5crypt() 473 assert(strlen(out_buf) < sizeof(out_buf)); in md5crypt() 475 ascii2ebcdic(out_buf, out_buf, strlen(out_buf)); in md5crypt() 584 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in shacrypt() 585 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf)); in shacrypt() 586 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in shacrypt() 595 OPENSSL_strlcat(out_buf, tmp_buf, sizeof(out_buf)); in shacrypt() 598 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in shacrypt() 703 cp = out_buf + strlen(out_buf); in shacrypt() [all …]
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_program.c | 117 char *out_buf; member 401 char *out_buf; in __archive_read_program() local 408 out_buf = (char *)malloc(out_buf_len); in __archive_read_program() 409 if (state == NULL || out_buf == NULL || in __archive_read_program() 417 free(out_buf); in __archive_read_program() 426 state->out_buf = out_buf; in __archive_read_program() 432 free(state->out_buf); in __archive_read_program() 444 free(state->out_buf); in __archive_read_program() 485 p = state->out_buf; in program_filter_read() 499 *buff = state->out_buf; in program_filter_read() [all …]
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | dvo_sil164.c | 75 u8 out_buf[2]; in sil164_readb() local 83 .buf = out_buf, in sil164_readb() 93 out_buf[0] = addr; in sil164_readb() 94 out_buf[1] = 0; in sil164_readb() 112 uint8_t out_buf[2]; in sil164_writeb() local 117 .buf = out_buf, in sil164_writeb() 120 out_buf[0] = addr; in sil164_writeb() 121 out_buf[1] = ch; in sil164_writeb()
|
| H A D | dvo_tfp410.c | 100 u8 out_buf[2]; in tfp410_readb() local 108 .buf = out_buf, in tfp410_readb() 118 out_buf[0] = addr; in tfp410_readb() 119 out_buf[1] = 0; in tfp410_readb() 137 uint8_t out_buf[2]; in tfp410_writeb() local 142 .buf = out_buf, in tfp410_writeb() 145 out_buf[0] = addr; in tfp410_writeb() 146 out_buf[1] = ch; in tfp410_writeb()
|
| H A D | dvo_ch7xxx.c | 119 u8 out_buf[2]; in ch7xxx_readb() local 127 .buf = out_buf, in ch7xxx_readb() 137 out_buf[0] = addr; in ch7xxx_readb() 138 out_buf[1] = 0; in ch7xxx_readb() 157 uint8_t out_buf[2]; in ch7xxx_writeb() local 162 .buf = out_buf, in ch7xxx_writeb() 165 out_buf[0] = addr; in ch7xxx_writeb() 166 out_buf[1] = ch; in ch7xxx_writeb()
|
| H A D | dvo_ivch.c | 173 u8 out_buf[1]; in ivch_read() local 186 .buf = out_buf, in ivch_read() 196 out_buf[0] = addr; in ivch_read() 216 u8 out_buf[3]; in ivch_write() local 221 .buf = out_buf, in ivch_write() 224 out_buf[0] = addr; in ivch_write() 225 out_buf[1] = data & 0xff; in ivch_write() 226 out_buf[2] = data >> 8; in ivch_write()
|
| H A D | dvo_ns2501.c | 156 u8 out_buf[2]; in ns2501_readb() local 164 .buf = out_buf, in ns2501_readb() 174 out_buf[0] = addr; in ns2501_readb() 175 out_buf[1] = 0; in ns2501_readb() 201 uint8_t out_buf[2]; in ns2501_writeb() local 207 .buf = out_buf, in ns2501_writeb() 210 out_buf[0] = addr; in ns2501_writeb() 211 out_buf[1] = ch; in ns2501_writeb()
|
| /freebsd-12.1/contrib/wpa/src/eap_server/ |
| H A D | eap_server_tnc.c | 24 struct wpabuf *out_buf; member 98 wpabuf_free(data->out_buf); in eap_tnc_reset() 247 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 257 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 258 data->out_buf = NULL; in eap_tnc_build_msg() 267 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 289 if (data->out_buf == NULL) { in eap_tnc_buildReq() 290 data->out_buf = eap_tnc_build(sm, data); in eap_tnc_buildReq() 291 if (data->out_buf == NULL) { in eap_tnc_buildReq() 300 if (data->out_buf == NULL) { in eap_tnc_buildReq() [all …]
|
| H A D | eap_server_wsc.c | 23 struct wpabuf *out_buf; member 159 wpabuf_free(data->out_buf); in eap_wsc_reset() 193 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 216 wpabuf_put_be16(req, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 222 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 226 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 227 data->out_buf = NULL; in eap_wsc_build_msg() 233 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 250 if (data->out_buf == NULL) { in eap_wsc_buildReq() 251 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq() [all …]
|
| H A D | eap_server_ikev2.c | 21 struct wpabuf *out_buf; member 127 wpabuf_free(data->out_buf); in eap_ikev2_reset() 142 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 177 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 192 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 196 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 197 data->out_buf = NULL; in eap_ikev2_build_msg() 202 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 217 if (data->out_buf == NULL) { in eap_ikev2_buildReq() 218 data->out_buf = ikev2_initiator_build(&data->ikev2); in eap_ikev2_buildReq() [all …]
|
| /freebsd-12.1/crypto/heimdal/appl/push/ |
| H A D | push.c | 214 char out_buf[PUSH_BUFSIZ]; in doit() local 273 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 276 if (out_len < 0 || out_len > sizeof(out_buf)) in doit() 278 if (net_write (s, out_buf, out_len) != out_len) in doit() 281 fprintf (stderr, "%s", out_buf); in doit() 481 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 484 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 487 out_len = snprintf(out_buf, sizeof(out_buf), in doit() 492 out_len = snprintf (out_buf, sizeof(out_buf), in doit() 494 if (out_len < 0 || out_len > sizeof(out_buf)) in doit() [all …]
|
| /freebsd-12.1/contrib/wpa/src/eap_peer/ |
| H A D | eap_tnc.c | 21 struct wpabuf *out_buf; member 64 wpabuf_free(data->out_buf); in eap_tnc_deinit() 100 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_tnc_build_msg() 120 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 122 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_tnc_build_msg() 129 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_tnc_build_msg() 133 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 134 data->out_buf = NULL; in eap_tnc_build_msg() 139 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 399 data->out_buf = resp; in eap_tnc_process()
|
| H A D | eap_ikev2.c | 21 struct wpabuf *out_buf; member 112 wpabuf_free(data->out_buf); in eap_ikev2_deinit() 146 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 199 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 203 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 204 data->out_buf = NULL; in eap_ikev2_build_msg() 235 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 423 if (data->out_buf == NULL) { in eap_ikev2_process() 424 data->out_buf = ikev2_responder_build(&data->ikev2); in eap_ikev2_process() [all …]
|
| H A D | eap_wsc.c | 23 struct wpabuf *out_buf; member 292 wpabuf_free(data->out_buf); in eap_wsc_deinit() 312 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 332 wpabuf_put_be16(resp, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 341 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 345 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 346 data->out_buf = NULL; in eap_wsc_build_msg() 358 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 554 if (data->out_buf == NULL) { in eap_wsc_process() 555 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process() [all …]
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | app.c | 199 static char out_buf[20]; variable 217 char out_buf[sizeof (out_buf)]; member 240 memcpy (saved->out_buf, out_buf, sizeof (out_buf)); in app_push() 276 memcpy (out_buf, saved->out_buf, sizeof (out_buf)); in app_pop() 1030 sprintf (out_buf, "%d", (int) (unsigned char) ch); in do_scrub_chars() 1042 if (strlen (out_buf) == 1) in do_scrub_chars() 1044 PUT (out_buf[0]); in do_scrub_chars() 1052 out_string = out_buf; in do_scrub_chars()
|
| /freebsd-12.1/usr.sbin/ctm/ctm_rmail/ |
| H A D | ctm_rmail.c | 42 int decode_line(char *line, char *out_buf); 270 char out_buf[200]; in read_piece() local 378 n = decode_line(line, out_buf); in read_piece() 393 add_ck(cksum, out_buf[i]); in read_piece() 395 fwrite(out_buf, sizeof(char), n, ofp); in read_piece() 610 decode_line(char *line, char *out_buf) in decode_line() argument 613 unsigned char *op = (unsigned char *)out_buf; in decode_line() 644 return op - (unsigned char *)out_buf; in decode_line()
|
| /freebsd-12.1/contrib/xz/src/xzdec/ |
| H A D | xzdec.c | 165 uint8_t out_buf[BUFSIZ]; in uncompress() local 168 strm->next_out = out_buf; in uncompress() 203 if (fwrite(out_buf, 1, write_size, stdout) in uncompress() 213 strm->next_out = out_buf; in uncompress()
|
| /freebsd-12.1/share/examples/libusb20/ |
| H A D | bulk.c | 63 uint8_t out_buf[BUFLEN]; variable 127 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT)) in doit() 211 out_buf[out_len] = (uint8_t)n; in main()
|
| H A D | control.c | 66 uint8_t out_buf[BUFLEN]; variable 123 data = out_buf; in doit() 382 out_buf[out_len] = (uint8_t)n; in main()
|
| /freebsd-12.1/contrib/xz/src/xz/ |
| H A D | coder.c | 40 static io_buf out_buf; variable 674 strm.next_out = out_buf.u8; in coder_normal() 709 if (opt_mode != MODE_TEST && io_write(pair, &out_buf, in coder_normal() 713 strm.next_out = out_buf.u8; in coder_normal() 723 if (io_write(pair, &out_buf, IO_BUFFER_SIZE in coder_normal() 727 strm.next_out = out_buf.u8; in coder_normal() 762 &out_buf, IO_BUFFER_SIZE in coder_normal()
|
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | common_interface_defs.h | 135 void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf, 139 char *out_buf, size_t out_buf_size);
|
| /freebsd-12.1/sys/dev/cxgbe/cudbg/ |
| H A D | fastlz_api.c | 86 int write_to_buf(void *out_buf, u32 out_buf_size, u32 *offset, void *in_buf, in write_to_buf() argument 96 memcpy((char *)out_buf + *offset, in_buf, in_buf_size); in write_to_buf() 103 int read_from_buf(void *in_buf, u32 in_buf_size, u32 *offset, void *out_buf, in read_from_buf() argument 109 memcpy((char *)out_buf, (char *)in_buf + *offset, out_buf_size); in read_from_buf()
|
| /freebsd-12.1/sys/arm/samsung/exynos/ |
| H A D | exynos5_spi.c | 141 spi_txrx(struct spi_softc *sc, uint8_t *out_buf, in spi_txrx() argument 173 WRITE1(sc, SPI_TX_DATA, out_buf[i]); in spi_txrx()
|
| /freebsd-12.1/sys/dev/xilinx/ |
| H A D | axi_quad_spi.c | 159 spi_txrx(struct spi_softc *sc, uint8_t *out_buf, in spi_txrx() argument 166 WRITE4(sc, SPI_DTR, out_buf[i]); in spi_txrx()
|