Searched refs:out_buf (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20080122-1.c8 do_segfault(u8 in_buf[], const u8 out_buf[], const int len) argument
15 in_buf[2*i] = ( out_buf[2*i] | out_buf[(2*i)+1]<<8 ) & 0xFF;
19 in_buf[(2*i)+1] = ( out_buf[2*i] | out_buf[(2*i)+1]<<8 ) >> 8;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/doc/examples/
H A Dxz_pipe_comp.c53 uint8_t out_buf [OUT_BUF_MAX]; local
55 size_t out_len; /* length of useful data in out_buf */
93 /* out_buf is clean at this point */
94 strm.next_out = out_buf;
107 fwrite (out_buf, 1, out_len, out_file);
H A Dxz_pipe_decomp.c41 uint8_t out_buf [OUT_BUF_MAX]; local
43 size_t out_len; /* length of useful data in out_buf */
81 /* out_buf is clean at this point */
82 strm.next_out = out_buf;
95 fwrite (out_buf, 1, out_len, out_file);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Droaming_common.c40 static char *out_buf = NULL; variable
81 if (out_buf == NULL) {
83 out_buf = xmalloc(size);
122 memcpy(out_buf + out_last, buf, count);
129 memcpy(out_buf + out_last, buf, chunk);
130 memcpy(out_buf, buf + chunk, count - chunk);
211 atomicio(vwrite, fd, out_buf + out_buf_size - chunkend,
213 atomicio(vwrite, fd, out_buf, out_last);
215 atomicio(vwrite, fd, out_buf + (out_last - needed), needed);
H A Dumac.c203 UINT8 out_buf[AES_BLOCK_LEN]; local
212 aes_encryption(in_buf, out_buf, key);
213 memcpy(dst_buf,out_buf,AES_BLOCK_LEN);
219 aes_encryption(in_buf, out_buf, key);
220 memcpy(dst_buf,out_buf,nbytes);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_tnc.c31 struct wpabuf *out_buf; member in struct:eap_tnc_data
104 wpabuf_free(data->out_buf);
233 send_len = wpabuf_len(data->out_buf) - data->out_used;
253 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
255 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
259 if (data->out_used == wpabuf_len(data->out_buf)) {
263 wpabuf_free(data->out_buf);
264 data->out_buf = NULL;
273 (unsigned long) wpabuf_len(data->out_buf) -
295 if (data->out_buf
[all...]
H A Deap_server_ikev2.c27 struct wpabuf *out_buf; member in struct:eap_ikev2_data
130 wpabuf_free(data->out_buf);
145 send_len = wpabuf_len(data->out_buf) - data->out_used;
180 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
182 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
195 if (data->out_used == wpabuf_len(data->out_buf)) {
199 wpabuf_free(data->out_buf);
200 data->out_buf = NULL;
205 (unsigned long) wpabuf_len(data->out_buf) -
220 if (data->out_buf
[all...]
H A Deap_server_wsc.c28 struct wpabuf *out_buf; member in struct:eap_wsc_data
156 wpabuf_free(data->out_buf);
190 send_len = wpabuf_len(data->out_buf) - data->out_used;
213 wpabuf_put_be16(req, wpabuf_len(data->out_buf));
215 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
219 if (data->out_used == wpabuf_len(data->out_buf)) {
223 wpabuf_free(data->out_buf);
224 data->out_buf = NULL;
230 (unsigned long) wpabuf_len(data->out_buf) -
247 if (data->out_buf
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_program.c129 char *out_buf; member in struct:program_filter
361 char *out_buf; local
366 out_buf = (char *)malloc(out_buf_len);
368 if (state == NULL || out_buf == NULL || description == NULL) {
372 free(out_buf);
383 state->out_buf = out_buf;
388 free(state->out_buf);
424 p = state->out_buf;
438 *buff = state->out_buf;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dpasswd.c312 static char out_buf[6 + 9 + 24 + 2]; /* "$apr1$..salt..$.......md5hash..........\0" */ local
321 out_buf[0] = '$';
322 out_buf[1] = 0;
324 strncat(out_buf, magic, 4);
325 strncat(out_buf, "$", 1);
326 strncat(out_buf, salt, 8);
327 assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */
328 salt_out = out_buf + 2 + strlen(magic);
391 assert(output == out_buf + strlen(out_buf));
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Deap_ikev2.c27 struct wpabuf *out_buf; member in struct:eap_ikev2_data
115 wpabuf_free(data->out_buf);
149 send_len = wpabuf_len(data->out_buf) - data->out_used;
190 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
192 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
208 if (data->out_used == wpabuf_len(data->out_buf)) {
212 wpabuf_free(data->out_buf);
213 data->out_buf = NULL;
244 (unsigned long) wpabuf_len(data->out_buf) -
426 if (data->out_buf
[all...]
H A Deap_wsc.c29 struct wpabuf *out_buf; member in struct:eap_wsc_data
241 wpabuf_free(data->out_buf);
261 send_len = wpabuf_len(data->out_buf) - data->out_used;
281 wpabuf_put_be16(resp, wpabuf_len(data->out_buf));
283 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
290 if (data->out_used == wpabuf_len(data->out_buf)) {
294 wpabuf_free(data->out_buf);
295 data->out_buf = NULL;
307 (unsigned long) wpabuf_len(data->out_buf) -
503 if (data->out_buf
[all...]
H A Deap_tnc.c27 struct wpabuf *out_buf; member in struct:eap_tnc_data
66 wpabuf_free(data->out_buf);
102 send_len = wpabuf_len(data->out_buf) - data->out_used;
122 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
124 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
131 if (data->out_used == wpabuf_len(data->out_buf)) {
135 wpabuf_free(data->out_buf);
136 data->out_buf = NULL;
141 (unsigned long) wpabuf_len(data->out_buf) -
354 if (data->out_buf) {
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xzdec/
H A Dxzdec.c165 uint8_t out_buf[BUFSIZ]; local
168 strm->next_out = out_buf;
203 if (fwrite(out_buf, 1, write_size, stdout)
213 strm->next_out = out_buf;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dapp.c214 static char out_buf[20]; variable
232 char out_buf[sizeof (out_buf)]; member in struct:app_save
255 memcpy (saved->out_buf, out_buf, sizeof (out_buf));
291 memcpy (out_buf, saved->out_buf, sizeof (out_buf));
1078 sprintf (out_buf, "
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dcoder.c37 static io_buf out_buf; variable
471 strm.next_out = out_buf.u8;
494 if (opt_mode != MODE_TEST && io_write(pair, &out_buf,
498 strm.next_out = out_buf.u8;
515 &out_buf, IO_BUFFER_SIZE
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dtls_schannel.c328 struct wpabuf *out_buf = NULL; local
392 out_buf = wpabuf_alloc_copy(outbufs[0].pvBuffer,
396 if (out_buf == NULL)
416 if (out_buf == NULL)
417 out_buf = wpabuf_alloc(0);
446 "(out_buf=%p)", out_buf);
449 return out_buf;
460 return out_buf;
/netbsd-6-1-5-RELEASE/dist/dhcp/dst/
H A Ddst_support.c42 * out_buf binary data to convert
53 dst_s_conv_bignum_u8_to_b64(char *out_buf, const unsigned out_len, argument
58 char *op = out_buf;
66 if (out_buf == NULL || out_len <= 0) /* no output_work area */
H A Ddst_internal.h117 int dst_s_conv_bignum_u8_to_b64( char *out_buf, const unsigned out_len,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dname_mask.c490 VSTRING *out_buf = vstring_alloc(1); local
500 demo_str = str_name_mask_opt(out_buf, "mask", demo_table,
508 vstring_free(out_buf);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dremote-utils.c498 gdb_byte *out_buf, int *out_len,
513 out_buf[output_index++] = '}';
514 out_buf[output_index++] = b ^ 0x20;
520 out_buf[output_index++] = b;
539 gdb_byte *out_buf, int out_maxlen)
555 out_buf[output_index++] = b ^ 0x20;
561 out_buf[output_index++] = b;
497 remote_escape_output(const gdb_byte *buffer, int len, gdb_byte *out_buf, int *out_len, int out_maxlen) argument
538 remote_unescape_input(const gdb_byte *buffer, int len, gdb_byte *out_buf, int out_maxlen) argument
H A Dserver.h444 gdb_byte *out_buf, int *out_len,
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dfs.c813 goto out_buf;
818 out_buf:
842 goto out_buf;
848 out_buf:
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dfs.c814 goto out_buf;
819 out_buf:
843 goto out_buf;
849 out_buf:
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.c2016 local unsigned char out_buf[OUTSIZE]; variable
2149 ret = inflateBackInit(&strm, 15, out_buf);
2315 out_buf[0] = (unsigned char)final; /* write first decompressed byte */
2338 writen(outd, out_buf, outcnt);
2405 out_buf[outcnt++] = match[--stack];
2408 writen(outd, out_buf, outcnt);
2413 out_buf[outcnt++] = *--p;

Completed in 313 milliseconds

12