Searched refs:tmpbuf (Results 26 - 50 of 64) sorted by relevance

123

/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ikev2.c353 struct wpabuf tmpbuf; local
427 wpabuf_set(&tmpbuf, pos, end - pos);
428 data->in_buf = &tmpbuf;
432 if (data->in_buf == &tmpbuf)
457 if (data->in_buf != &tmpbuf)
H A Deap_server_tnc.c454 struct wpabuf tmpbuf; local
526 wpabuf_set(&tmpbuf, pos, end - pos);
527 data->in_buf = &tmpbuf;
534 if (data->in_buf != &tmpbuf)
H A Deap_server_wsc.c357 struct wpabuf tmpbuf; local
432 wpabuf_set(&tmpbuf, pos, end - pos);
433 data->in_buf = &tmpbuf;
459 if (data->in_buf != &tmpbuf)
H A Deap_server_tls_common.c367 wpabuf_set(&data->tmpbuf, *pos, end - *pos);
368 data->tls_in = &data->tmpbuf;
377 if (data->tls_in != &data->tmpbuf)
/external/srec/srec/cfront/
H A Dspec_anl.c423 fftdata *tmpbuf; local
431 tmpbuf = (fftdata *) CALLOC(ns, sizeof(fftdata), "cfront.tmpbuf");
460 tmpbuf[i] = (int)(w1 * inbuf[u] + w2 * inbuf[l]);
464 tmpbuf[i] = inbuf[ns-1];
476 inbuf[i] = tmpbuf[i];
478 FREE((char *) tmpbuf);
/external/elfutils/0.153/src/
H A Dar.c867 char tmpbuf[sizeof (arhdr.ar_name) + 1]; local
876 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
878 changed_header = memcmp (arhdr.ar_name, tmpbuf,
900 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));
1098 char tmpbuf[bufsize + 1]; local
1099 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val);
1100 memcpy (buf, tmpbuf, bufsize);
1469 char tmpbuf[sizeo local
[all...]
/external/e2fsprogs/intl/
H A Dvasnprintf.c271 CHAR_T tmpbuf[700]; local
485 if (tmp_length <= sizeof (tmpbuf) / sizeof (CHAR_T))
486 tmp = tmpbuf;
837 if (tmp != tmpbuf)
/external/openssl/crypto/pkcs7/
H A Dpk7_smime.c562 BIO *tmpbuf, *bread; local
564 if(!(tmpbuf = BIO_new(BIO_f_buffer()))) {
569 if(!(bread = BIO_push(tmpbuf, tmpmem))) {
571 BIO_free_all(tmpbuf);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tnc.c454 struct wpabuf tmpbuf; local
526 wpabuf_set(&tmpbuf, pos, end - pos);
527 data->in_buf = &tmpbuf;
534 if (data->in_buf != &tmpbuf)
H A Deap_server_wsc.c357 struct wpabuf tmpbuf; local
432 wpabuf_set(&tmpbuf, pos, end - pos);
433 data->in_buf = &tmpbuf;
459 if (data->in_buf != &tmpbuf)
H A Deap_server_tls_common.c367 wpabuf_set(&data->tmpbuf, *pos, end - *pos);
368 data->tls_in = &data->tmpbuf;
377 if (data->tls_in != &data->tmpbuf)
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_tnc.c454 struct wpabuf tmpbuf; local
526 wpabuf_set(&tmpbuf, pos, end - pos);
527 data->in_buf = &tmpbuf;
534 if (data->in_buf != &tmpbuf)
H A Deap_server_wsc.c357 struct wpabuf tmpbuf; local
432 wpabuf_set(&tmpbuf, pos, end - pos);
433 data->in_buf = &tmpbuf;
459 if (data->in_buf != &tmpbuf)
H A Deap_server_tls_common.c367 wpabuf_set(&data->tmpbuf, *pos, end - *pos);
368 data->tls_in = &data->tmpbuf;
377 if (data->tls_in != &data->tmpbuf)
/external/svox/pico/lib/
H A Dpicoacph.c139 picoos_uint8 tmpbuf[PICODATA_MAX_ITEMSIZE]; /* tmp. location for an item */ member in struct:acph_subobj
978 /* construct BOUND item in tmpbuf and put item */
983 rv = picodata_put_itemparts(&tmphead, NULL, 0, acph->tmpbuf,
991 rv = picodata_cbPutItem(this->cbOut, acph->tmpbuf, blen, &blen);
1005 (picoos_uint8 *)"acph: ", acph->tmpbuf, blen);
1077 (rv = picodata_cbGetItem(this->cbIn, acph->tmpbuf,
1079 rvP = picodata_get_itemparts(acph->tmpbuf,
1155 /* or tmpbuf not large enough, not possible (OVER) */
1277 /* construct first BOUND item in tmpbuf and put item */
1366 acph->tmpbuf, PICODATA_MAX_ITEMSIZ
[all...]
H A Dpicosa.c190 picoos_uint8 tmpbuf[PICODATA_MAX_ITEMSIZE]; /* tmp. location for an item */ member in struct:sa_subobj
854 /* use sa->tmpbuf[PICOSA_MAXITEMSIZE] to temporarly store the
858 tmpbuf. */
941 /* add decomposed output to tmpbuf, reverse order */
952 sa->tmpbuf[phonesind--] = (picoos_uint8)dtresv.classvec[i];
997 phones[i] = sa->tmpbuf[phonesind];
1221 (rv = picodata_cbGetItem(this->cbIn, sa->tmpbuf,
1223 rvP = picodata_get_itemparts(sa->tmpbuf,
1330 /* or tmpbuf not large enough, not possible (OVER) */
1543 sa->headx[sa->headxBottom].head.len, sa->tmpbuf,
[all...]
/external/elfutils/0.153/libdwfl/
H A Drelocate.c394 union { TYPES; } tmpbuf; local
399 .d_buf = &tmpbuf,
420 tmpbuf.Name = value; \
440 tmpbuf.Name += (GElf_##Name) value; \
/external/stressapptest/src/
H A Dos.cc237 char tmpbuf[256]; local
238 snprintf(tmpbuf, sizeof(tmpbuf), "DIMM Unknown");
239 snprintf(buf, len, "%s", tmpbuf);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c439 struct wpabuf tmpbuf; local
529 wpabuf_set(&tmpbuf, pos, end - pos);
530 data->in_buf = &tmpbuf;
550 if (data->in_buf != &tmpbuf)
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c439 struct wpabuf tmpbuf; local
529 wpabuf_set(&tmpbuf, pos, end - pos);
530 data->in_buf = &tmpbuf;
550 if (data->in_buf != &tmpbuf)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c439 struct wpabuf tmpbuf; local
529 wpabuf_set(&tmpbuf, pos, end - pos);
530 data->in_buf = &tmpbuf;
550 if (data->in_buf != &tmpbuf)
/external/openssl/crypto/pem/
H A Dpvkfmt.c93 unsigned char *tmpbuf, *q; local
96 tmpbuf = OPENSSL_malloc(nbyte);
97 if (!tmpbuf)
99 q = tmpbuf;
102 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
103 OPENSSL_free(tmpbuf);
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjbench.c323 unsigned char **jpegbuf=NULL, *tmpbuf=NULL, *srcptr, *srcptr2; local
331 if((tmpbuf=(unsigned char *)malloc(pitch*h)) == NULL)
366 memcpy(&tmpbuf[pitch*i], &srcbuf[w*ps*i], w*ps);
433 if(decomptest(srcbuf, jpegbuf, jpegsize, tmpbuf, w, h, subsamp, jpegqual,
458 if(tmpbuf) {free(tmpbuf); tmpbuf=NULL;}
/external/iputils/
H A Drarpd.c453 char tmpbuf[16*3]; local
454 char *ptr = tmpbuf;
463 syslog(LOG_INFO, "RARP request from %s on if%d", tmpbuf, sll.sll_ifindex);
/external/openssl/crypto/des/
H A Ddes.c521 char tmpbuf[8]; local
523 if (rem) memcpy(tmpbuf,&(buf[l]),
529 if (rem) memcpy(&(buf[l]),tmpbuf,

Completed in 914 milliseconds

123