Searched refs:tbuff (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Ddrawtext.c396 unsigned char tbuff[MAXSIZE_TEXT]; local
413 int l = read(fd, tbuff, sizeof(tbuff) - 1);
417 tbuff[l] = 0;
418 text = tbuff;
H A Dimlib2.c397 char tbuff[1000]; local
422 int l = read(fd, tbuff, sizeof(tbuff) - 1);
425 tbuff[l] = 0;
426 tbp = tbuff;

Completed in 91 milliseconds