txtbufptr          49 modules/gui_bench.c static int txtbufptr = 0;
txtbufptr         159 modules/gui_bench.c         write(fd, txtbuf, txtbufptr);
txtbufptr         165 modules/gui_bench.c     if ((txtbufptr >= LOGBUFSIZE-48) || !really)
txtbufptr         167 modules/gui_bench.c     txtbufptr+=sprintf(txtbuf+txtbufptr,"%s %s\n",title, txt);
txtbufptr         171 modules/gui_bench.c     if ((txtbufptr >= LOGBUFSIZE-200) || !really)
txtbufptr         173 modules/gui_bench.c     txtbufptr+=sprintf(txtbuf+txtbufptr,"***\n%s %s r%s\n",camera_info.chdk_ver,camera_info.build_number,camera_info.build_svnrev);
txtbufptr         174 modules/gui_bench.c     txtbufptr+=sprintf(txtbuf+txtbufptr,"Build date: %s %s\n",camera_info.build_date,camera_info.build_time);
txtbufptr         175 modules/gui_bench.c     txtbufptr+=sprintf(txtbuf+txtbufptr,"Camera    : %s %s\n",camera_info.platform,camera_info.platformsub);
txtbufptr         176 modules/gui_bench.c     txtbufptr+=sprintf(txtbuf+txtbufptr,"Mode      : 0x%x\n\n",camera_info.state.mode);
txtbufptr         213 modules/gui_bench.c             txtbufptr = 0;