Searched refs:tmp_buf (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c313 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) argument
323 sprintf(tmp_buf, "%s@%x,%x",
329 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) argument
339 sprintf(tmp_buf, "%s@%x,%x",
346 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) argument
359 sprintf(tmp_buf, "%s@%x,%x",
364 sprintf(tmp_buf, "%s@%x",
371 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) argument
382 sprintf(tmp_buf, "%s@%x,%x",
387 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) argument
409 char tmp_buf[64], *n; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-selector.c194 guchar *tmp_buf = NULL; local
197 tmp_buf = cr_selector_to_string (a_this);
198 if (tmp_buf) {
199 fprintf (a_fp, "%s", tmp_buf);
200 g_free (tmp_buf);
201 tmp_buf = NULL;
H A Dcr-input.c202 guchar tmp_buf[CR_INPUT_MEM_CHUNK_SIZE] = { 0 }; local
225 nb_read = fread (tmp_buf, 1 /*read bytes */ ,
245 memcpy (buf + len, tmp_buf, nb_read);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-selector.c194 guchar *tmp_buf = NULL; local
197 tmp_buf = cr_selector_to_string (a_this);
198 if (tmp_buf) {
199 fprintf (a_fp, "%s", tmp_buf);
200 g_free (tmp_buf);
201 tmp_buf = NULL;
H A Dcr-input.c202 guchar tmp_buf[CR_INPUT_MEM_CHUNK_SIZE] = { 0 }; local
225 nb_read = fread (tmp_buf, 1 /*read bytes */ ,
245 memcpy (buf + len, tmp_buf, nb_read);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprom.c1235 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) argument
1247 sprintf(tmp_buf, "%s@%x,%x",
1262 sprintf(tmp_buf, "%s@%s%x,%x",
1266 sprintf(tmp_buf, "%s@%s%x",
1271 sprintf(tmp_buf, "%s@%x",
1276 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) argument
1287 sprintf(tmp_buf, "%s@%x,%x",
1303 sprintf(tmp_buf, "%s@%x,%x",
1311 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) argument
1321 sprintf(tmp_buf, "
1328 pci_path_component(struct device_node *dp, char *tmp_buf) argument
1353 upa_path_component(struct device_node *dp, char *tmp_buf) argument
1375 vdev_path_component(struct device_node *dp, char *tmp_buf) argument
1390 ebus_path_component(struct device_node *dp, char *tmp_buf) argument
1408 i2c_path_component(struct device_node *dp, char *tmp_buf) argument
1427 usb_path_component(struct device_node *dp, char *tmp_buf) argument
1448 ieee1394_path_component(struct device_node *dp, char *tmp_buf) argument
1468 __build_path_component(struct device_node *dp, char *tmp_buf) argument
1504 char tmp_buf[64], *n; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Daddr.c138 struct sockaddr_atmsvc *tmp_buf, *tmp_bufp; local
147 tmp_buf = tmp_bufp = kmalloc(total, GFP_ATOMIC);
148 if (!tmp_buf) {
156 if (copy_to_user(buf, tmp_buf, total < size ? total : size))
158 kfree(tmp_buf);
H A Dresources.c204 int *tmp_buf, *tmp_p; local
220 tmp_buf = kmalloc(size, GFP_ATOMIC);
221 if (!tmp_buf) {
225 tmp_p = tmp_buf;
231 error = ((copy_to_user(buf, tmp_buf, size)) ||
234 kfree(tmp_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfft_sse.c65 :"=m"(s->tmp_buf[s->revtab[i]]),
66 "=m"(s->tmp_buf[s->revtab[i+1]])
70 memcpy(z, s->tmp_buf, n*sizeof(FFTComplex));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_obj.c77 char tmp_buf[80]; local
109 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
110 s=tmp_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_obj.c77 char tmp_buf[80]; local
109 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
110 s=tmp_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_clnt.c709 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
727 tmp_buf[0]=s->client_version>>8;
728 tmp_buf[1]=s->client_version&0xff;
729 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
732 s->session->master_key_length=sizeof tmp_buf;
738 n=RSA_public_encrypt(sizeof tmp_buf,
739 tmp_buf,p,rsa,RSA_PKCS1_PADDING);
742 if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70;
760 tmp_buf,sizeo
775 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
[all...]
H A Ds3_clnt.c1651 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
1669 tmp_buf[0]=s->client_version>>8;
1670 tmp_buf[1]=s->client_version&0xff;
1671 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
1674 s->session->master_key_length=sizeof tmp_buf;
1680 n=RSA_public_encrypt(sizeof tmp_buf,
1681 tmp_buf,p,rsa,RSA_PKCS1_PADDING);
1684 if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70;
1702 tmp_buf,sizeo
1717 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Ddigest.c296 unsigned char *tmp_buf; local
313 tmp_buf = out->md_data;
316 else tmp_buf = NULL;
322 if (tmp_buf) out->md_data = tmp_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Ddigest.c251 unsigned char *tmp_buf; local
268 tmp_buf = out->md_data;
271 else tmp_buf = NULL;
277 if (tmp_buf) out->md_data = tmp_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dgenrand.c218 unsigned char tmp_buf[16]; local
250 mdfour(tmp_buf, md4_buf, sizeof(md4_buf));
251 memcpy(p, tmp_buf, copy_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr.c52 unsigned char *output_buf = NULL, *tmp_buf; local
109 tmp_buf = kmalloc(orig_dlen,GFP_KERNEL);
111 if (!tmp_buf) {
116 this->compr_buf = tmp_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds3_clnt.c1449 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
1467 tmp_buf[0]=s->client_version>>8;
1468 tmp_buf[1]=s->client_version&0xff;
1469 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
1472 s->session->master_key_length=sizeof tmp_buf;
1478 n=RSA_public_encrypt(sizeof tmp_buf,
1479 tmp_buf,p,rsa,RSA_PKCS1_PADDING);
1482 if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70;
1500 tmp_buf,sizeo
1515 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft.c73 s->tmp_buf = NULL;
129 s->tmp_buf = av_malloc(n * sizeof(FFTComplex));
180 av_freep(&s->tmp_buf);
191 if (s->tmp_buf) {
193 for(j=0;j<np;j++) s->tmp_buf[revtab[j]] = z[j];
194 memcpy(z, s->tmp_buf, np * sizeof(FFTComplex));
214 av_freep(&s->tmp_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c1097 map_word tmp_buf; local
1113 /* Load 'tmp_buf' with old contents of flash */
1114 tmp_buf = map_read(map, bus_ofs+chipstart);
1121 tmp_buf = map_word_load_partial(map, tmp_buf, buf, i, n);
1124 bus_ofs, tmp_buf);
1168 map_word tmp_buf; local
1184 tmp_buf = map_read(map, ofs + chipstart);
1188 tmp_buf = map_word_load_partial(map, tmp_buf, bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c104 static unsigned char *tmp_buf; variable
294 if (!tty || !info->xmit.buf || !tmp_buf) return 0;
816 if (!tmp_buf) {
820 if (tmp_buf)
823 tmp_buf = (unsigned char *) page;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dreaddir.c975 char * tmp_buf = NULL; local
1057 tmp_buf = kmalloc((2 * NAME_MAX) + 4, GFP_KERNEL);
1068 filldir, direntry, tmp_buf, max_len);
1078 file->f_pos,tmp_buf));
1086 kfree(tmp_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvc_screen.c214 unsigned short *tmp_buf = (unsigned short *)con_buf0; local
230 *tmp_buf++ = vcs_scr_readw(vc, org++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c1006 char tmp_buf[1024]; local
1239 memset(tmp_buf, 0, sizeof(tmp_buf));
1260 sprintf(tmp_buf, "%s ", in6addr2str((struct in6_addr *)val, 0));
1261 strcat(buf, tmp_buf);
1273 memset(tmp_buf, 0, sizeof(tmp_buf));
1294 sprintf(tmp_buf, "%s ", in6addr2str((struct in6_addr *)val, 0));
1295 strcat(buf, tmp_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c206 * tmp_buf is used as a temporary buffer by serial_write. We need to
214 static u_char *tmp_buf; variable
947 if (!tty || !info->xmit.buf || !tmp_buf)
1669 if (!tmp_buf) {
1671 if (tmp_buf)
1676 tmp_buf = (u_char *)page;

Completed in 206 milliseconds

12