Searched refs:temp_buf (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A Dixmlmembuf.c57 char *temp_buf; local
82 temp_buf = realloc( m->buf, alloc_len + 1 );
83 if( temp_buf == NULL ) {
86 temp_buf = realloc( m->buf, alloc_len + 1 );
88 if( temp_buf == NULL ) {
93 m->buf = temp_buf;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsmb_fs_sb.h28 unsigned char *temp_buf; member in struct:smb_sb_info
54 to put it on the stack. This points to temp_buf space. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsmb_fs_sb.h28 unsigned char *temp_buf; member in struct:smb_sb_info
54 to put it on the stack. This points to temp_buf space. */
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/util/
H A Dmembuffer.c203 char *temp_buf; local
228 temp_buf = realloc( m->buf, alloc_len + 1 ); //LEAK_FIX_MK
230 //temp_buf = Realloc( m->buf,m->length, alloc_len + 1 );//LEAK_FIX_MK
232 if( temp_buf == NULL ) {
235 temp_buf = realloc( m->buf, alloc_len + 1 ); //LEAK_FIX_MK
236 //temp_buf = Realloc( m->buf,m->length, alloc_len + 1 );//LEAK_FIX_MK
238 if( temp_buf == NULL ) {
243 m->buf = temp_buf;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dinode.c404 smb_kfree(server->temp_buf);
454 server->temp_buf = smb_kmalloc(2*SMB_MAXPATHLEN+20, GFP_KERNEL);
455 if (!server->temp_buf)
461 server->name_buf = server->temp_buf + SMB_MAXPATHLEN + 20;
525 smb_kfree(server->temp_buf);
H A Dproc.c1790 char *mask, *param = server->temp_buf;
2023 char *param = server->temp_buf, *mask = param + 12;
2146 char *p, *param = server->temp_buf;
2397 char *p, *param = server->temp_buf;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Ddebug.c41 char temp_buf[2048]; /* buffer for output */ member in struct:file_private_info
388 len += view->prolog_proc(id_org, view,p_info->temp_buf);
399 act_entry, p_info->temp_buf + len);
401 len += view->format_proc(id_org, view, p_info->temp_buf + len,
463 p_info->temp_buf + entry_offset, size)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Ddebug.c41 char temp_buf[2048]; /* buffer for output */ member in struct:file_private_info
388 len += view->prolog_proc(id_org, view,p_info->temp_buf);
399 act_entry, p_info->temp_buf + len);
401 len += view->format_proc(id_org, view, p_info->temp_buf + len,
463 p_info->temp_buf + entry_offset, size)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dmga_dma.c1035 drm_mga_prim_buf_t *temp_buf; local
1037 temp_buf = dev_priv->current_prim;
1039 if(temp_buf && temp_buf->num_dwords) {
1040 set_bit(MGA_BUF_FORCE_FIRE, &temp_buf->buffer_status);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_fatfs.c1750 uint8_t temp_buf[SECTORSIZE]; local
1811 res = fat_readsector(file->ff_fat,sector,1,temp_buf);
1816 memcpy(buf,temp_buf,amtcopy);

Completed in 225 milliseconds