HomeSort by: relevance | last modified time | path
    Searched defs:out_buf (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/util/
byte_mask.c 281 VSTRING *out_buf = vstring_alloc(1); local
291 demo_str = str_byte_mask_opt(out_buf, "mask", demo_table,
297 demo_str = str_byte_mask_opt(out_buf, "mask", demo_table,
304 vstring_free(out_buf);
name_mask.c 491 VSTRING *out_buf = vstring_alloc(1); local
501 demo_str = str_name_mask_opt(out_buf, "mask", demo_table,
509 vstring_free(out_buf);
readlline.c 301 VSTRING *out_buf = vstring_alloc(100); local
325 if (readllines(out_buf, fp, &last_line, &first_line) == 0) {
326 VSTRING_RESET(out_buf);
327 VSTRING_TERMINATE(out_buf);
329 if (LEN(out_buf) != LEN(exp_buf)) {
331 (long) LEN(out_buf), (long) LEN(exp_buf));
332 } else if (memcmp(STR(out_buf), STR(exp_buf), LEN(out_buf)) != 0) {
334 STR(escape(esc_buf, STR(out_buf), LEN(out_buf))),
    [all...]
  /src/external/public-domain/xz/dist/src/xzdec/
xzdec.c 189 uint8_t out_buf[BUFSIZ]; local
192 strm->next_out = out_buf;
228 if (fwrite(out_buf, 1, write_size, stdout)
247 strm->next_out = out_buf;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_i2c.c 297 u8 out_buf[2]; local
304 .buf = out_buf,
314 out_buf[0] = addr;
315 out_buf[1] = 0;
331 uint8_t out_buf[2]; local
336 .buf = out_buf,
339 out_buf[0] = addr;
340 out_buf[1] = val;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_sil164.c 78 u8 out_buf[2]; local
86 .buf = out_buf,
96 out_buf[0] = addr;
97 out_buf[1] = 0;
115 u8 out_buf[2]; local
120 .buf = out_buf,
123 out_buf[0] = addr;
124 out_buf[1] = ch;
dvo_ch7xxx.c 145 u8 out_buf[2]; local
153 .buf = out_buf,
163 out_buf[0] = addr;
164 out_buf[1] = 0;
183 u8 out_buf[2]; local
188 .buf = out_buf,
191 out_buf[0] = addr;
192 out_buf[1] = ch;
dvo_ivch.c 201 u8 out_buf[1]; local
214 .buf = out_buf,
224 out_buf[0] = addr;
244 u8 out_buf[3]; local
249 .buf = out_buf,
252 out_buf[0] = addr;
253 out_buf[1] = data & 0xff;
254 out_buf[2] = data >> 8;
dvo_tfp410.c 103 u8 out_buf[2]; local
111 .buf = out_buf,
121 out_buf[0] = addr;
122 out_buf[1] = 0;
140 u8 out_buf[2]; local
145 .buf = out_buf,
148 out_buf[0] = addr;
149 out_buf[1] = ch;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_i2c.c 1062 u8 out_buf[2]; local
1069 .buf = out_buf,
1079 out_buf[0] = addr;
1080 out_buf[1] = 0;
1096 uint8_t out_buf[2]; local
1101 .buf = out_buf,
1104 out_buf[0] = addr;
1105 out_buf[1] = val;
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_ikev2.c 21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
112 wpabuf_free(data->out_buf);
146 send_len = wpabuf_len(data->out_buf) - data->out_used;
181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
183 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
199 if (data->out_used == wpabuf_len(data->out_buf)) {
203 wpabuf_free(data->out_buf);
204 data->out_buf = NULL;
235 (unsigned long) wpabuf_len(data->out_buf) -
423 if (data->out_buf == NULL)
    [all...]
eap_tnc.c 21 struct wpabuf *out_buf; member in struct:eap_tnc_data
64 wpabuf_free(data->out_buf);
100 send_len = wpabuf_len(data->out_buf) - data->out_used;
120 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
122 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
129 if (data->out_used == wpabuf_len(data->out_buf)) {
133 wpabuf_free(data->out_buf);
134 data->out_buf = NULL;
139 (unsigned long) wpabuf_len(data->out_buf) -
399 data->out_buf = resp
    [all...]
eap_wsc.c 23 struct wpabuf *out_buf; member in struct:eap_wsc_data
302 wpabuf_free(data->out_buf);
322 send_len = wpabuf_len(data->out_buf) - data->out_used;
342 wpabuf_put_be16(resp, wpabuf_len(data->out_buf));
344 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
351 if (data->out_used == wpabuf_len(data->out_buf)) {
355 wpabuf_free(data->out_buf);
356 data->out_buf = NULL;
368 (unsigned long) wpabuf_len(data->out_buf) -
564 if (data->out_buf == NULL)
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_ikev2.c 21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
127 wpabuf_free(data->out_buf);
142 send_len = wpabuf_len(data->out_buf) - data->out_used;
177 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
179 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
192 if (data->out_used == wpabuf_len(data->out_buf)) {
196 wpabuf_free(data->out_buf);
197 data->out_buf = NULL;
202 (unsigned long) wpabuf_len(data->out_buf) -
217 if (data->out_buf == NULL)
    [all...]
eap_server_wsc.c 23 struct wpabuf *out_buf; member in struct:eap_wsc_data
161 wpabuf_free(data->out_buf);
195 send_len = wpabuf_len(data->out_buf) - data->out_used;
218 wpabuf_put_be16(req, wpabuf_len(data->out_buf));
220 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
224 if (data->out_used == wpabuf_len(data->out_buf)) {
228 wpabuf_free(data->out_buf);
229 data->out_buf = NULL;
235 (unsigned long) wpabuf_len(data->out_buf) -
252 if (data->out_buf == NULL)
    [all...]
eap_server_tnc.c 24 struct wpabuf *out_buf; member in struct:eap_tnc_data
98 wpabuf_free(data->out_buf);
227 send_len = wpabuf_len(data->out_buf) - data->out_used;
247 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
253 if (data->out_used == wpabuf_len(data->out_buf)) {
257 wpabuf_free(data->out_buf);
258 data->out_buf = NULL;
267 (unsigned long) wpabuf_len(data->out_buf) -
289 if (data->out_buf == NULL)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_program.c 116 char *out_buf; member in struct:program_filter
394 char *out_buf; local
401 out_buf = malloc(out_buf_len);
402 if (state == NULL || out_buf == NULL ||
410 free(out_buf);
419 state->out_buf = out_buf;
425 free(state->out_buf);
461 p = state->out_buf;
475 *buff = state->out_buf;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_bo.c 1097 struct vmw_buffer_object *out_buf; local
1100 ret = vmw_user_bo_lookup(tfile, handle, &out_buf, NULL);
1104 *offset = drm_vma_node_offset_addr(&out_buf->base.base.vma_node);
1105 vmw_bo_unreference(&out_buf);
  /src/external/bsd/ppp/dist/pppd/
peap.c 85 u_char *out_buf; member in struct:peap_state
107 static void peap_prfplus(u_char *seed, size_t seed_len, u_char *key, size_t key_len, u_char *out_buf, size_t pfr_len)
142 BCOPY(hash, out_buf, pfr_len);
190 u_char out_buf[PEAP_TLV_LEN] = {0}; local
193 generate_cmk(psm->ipmk, psm->tk, nonce, out_buf, 0);
194 if (memcmp((in_buf + PEAP_TLV_NONCE_LEN), (out_buf + PEAP_TLV_HEADERLEN + PEAP_TLV_NONCE_LEN), PEAP_TLV_CMK_LEN))
278 u_char *out_buf, int *out_len)
286 u_char *outp = out_buf;
465 dbglog("PEAP: EAP (out): %.*B", used, psm->out_buf);
484 psm->out_buf = malloc(TLS_RECORD_MAX_SIZE)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
passwd.c 325 static char out_buf[6 + 9 + 24 + 2]; local
338 out_buf[0] = 0;
362 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf));
367 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf));
368 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf));
371 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf));
515 static char out_buf[3 + 17 + 17 + 86 + 1]; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
passwd.c 317 static char out_buf[6 + 9 + 24 + 2]; local
330 out_buf[0] = 0;
354 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf));
359 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf));
360 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf));
363 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf));
510 static char out_buf[3 + 17 + 17 + 86 + 1]; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c 314 static char out_buf[6 + 9 + 24 + 2]; local
327 out_buf[0] = 0;
351 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf));
356 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf));
357 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf));
360 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf));
507 static char out_buf[3 + 17 + 17 + 86 + 1]; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
app.c 276 static char out_buf[20]; variable
292 char out_buf[sizeof (out_buf)]; member in struct:app_save
317 memcpy (saved->out_buf, out_buf, sizeof (out_buf));
356 memcpy (out_buf, saved->out_buf, sizeof (out_buf));
1217 sprintf (out_buf, "%d", ch & 0xff)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
app.c 280 static char out_buf[20]; variable
296 char out_buf[sizeof (out_buf)]; member in struct:app_save
321 memcpy (saved->out_buf, out_buf, sizeof (out_buf));
360 memcpy (out_buf, saved->out_buf, sizeof (out_buf));
1221 sprintf (out_buf, "%d", ch & 0xff)
    [all...]
  /src/external/public-domain/xz/dist/src/xz/
coder.c 57 static io_buf out_buf; variable
1116 if (io_write(pair, &out_buf, IO_BUFFER_SIZE - strm.avail_out))
1120 strm.next_out = out_buf.u8;
1189 strm.next_out = out_buf.u8;

Completed in 34 milliseconds

1 2