Searched refs:tempbuf (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_ncipher.c478 char tempbuf[1024]; local
481 rmsg.buf = tempbuf;
482 rmsg.size = sizeof(tempbuf);
770 char tempbuf[1024]; local
776 rmsg.buf = tempbuf;
777 rmsg.size = sizeof(tempbuf);
910 char tempbuf[1024]; local
919 rmsg.buf = tempbuf;
920 rmsg.size = sizeof(tempbuf);
966 char tempbuf[102 local
1101 char tempbuf[1024]; local
1149 char tempbuf[1024]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_egd.c143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; local
246 retrievebuf = tempbuf;
276 RAND_seed(tempbuf, egdbuf[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c659 static char tempbuf[BUFSIZE]; local
717 memcpy(tempbuf + bufpos, tbuf, len);
725 if ( fwrite( tempbuf, 1, bufpos, lp.lp_stream ) != bufpos ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c871 char tempbuf[258]="._"; local
872 return unix_rename(dirfd, vol->ad_path(oldpath,0), -1, strcat(tempbuf,newpath));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c659 static char tempbuf[BUFSIZE]; local
717 memcpy(tempbuf + bufpos, tbuf, len);
725 if ( fwrite( tempbuf, 1, bufpos, lp.lp_stream ) != bufpos ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c881 char tempbuf[258]="._"; local
882 return unix_rename(dirfd, vol->ad_path(oldpath,0), -1, strcat(tempbuf,newpath));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_egd.c143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; local
246 retrievebuf = tempbuf;
276 RAND_seed(tempbuf, egdbuf[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_chil.c488 char tempbuf[1024]; local
491 rmsg.buf = tempbuf;
492 rmsg.size = sizeof(tempbuf);
772 char tempbuf[1024]; local
778 rmsg.buf = tempbuf;
779 rmsg.size = sizeof(tempbuf);
912 char tempbuf[1024]; local
921 rmsg.buf = tempbuf;
922 rmsg.size = sizeof(tempbuf);
968 char tempbuf[102 local
1105 char tempbuf[1024]; local
1153 char tempbuf[1024]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Denvctrl.c993 char tempbuf[10]; local
1014 tempbuf)) {
1015 if (tempbuf[0] >= shutdown_temperature) {
1020 tempbuf[0], shutdown_temperature);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb.c2340 u8 *tempbuf; local
2360 if (!(tempbuf = vmalloc(8192)))
2364 memcpy(tempbuf + (i * 32), myfont->data + (i * 16), 16);
2367 ret = sisusbcon_do_font_op(sisusb, 1, 0, tempbuf, 8192, 0, 1, NULL, 16, 0);
2369 vfree(tempbuf);
2383 if ((tempbuf = vmalloc(8192))) {
2386 tempbufb = (u16 *)tempbuf;
2391 tempbufb = (u16 *)tempbuf;
2399 tempbufb = (u16 *)tempbuf + 6;
2403 ret |= sisusb_copy_memory(sisusb, tempbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c1332 char tempbuf[256]; local
1345 snprintf(tempbuf, 256, "assertion \"%s\" failed: file \"%s\", line %d\n",
1351 printk("%s", tempbuf);
1359 panic("%s", tempbuf);
1362 printk("%s", tempbuf);
1365 printk("%s", tempbuf);

Completed in 149 milliseconds