Searched refs:tempbuf (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dhttpreadwrite.c849 char *tempbuf = NULL; local
863 tempbuf =
866 sprintf( tempbuf, "%x\r\n", ( *size ) ); //begin chunk
867 tempSize = strlen( tempbuf );
868 memcpy( tempbuf + tempSize, buf, ( *size ) );
869 memcpy( tempbuf + tempSize + ( *size ), "\r\n", 2 ); //end of chunk
874 tempbuf = buf;
879 sock_write( &handle->sock_info, tempbuf, tempbufSize, &timeout );
880 //(*size) = sock_write(&handle->sock_info,tempbuf,tempbufSize,&timeout);
883 free( tempbuf );
1283 static char tempbuf[512]; local
1671 char tempbuf[200]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Denvctrl.c1004 char tempbuf[10]; local
1031 tempbuf)) {
1032 if (tempbuf[0] >= shutdown_temperature) {
1037 tempbuf[0], shutdown_temperature);
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dlinux_osl.c475 char tempbuf[255]; local
477 sprintf(tempbuf, "assertion \"%s\" failed: file \"%s\", line %d\n", exp, file, line);
478 panic(tempbuf);

Completed in 61 milliseconds