big_ln            348 modules/motion_detector.c     int big_ln;
big_ln            365 modules/motion_detector.c         big_ln=sprintf(big,
big_ln            383 modules/motion_detector.c             if(big_ln+ln>MD_INFO_BUF_SIZE){
big_ln            384 modules/motion_detector.c           write(fd,big,big_ln);
big_ln            385 modules/motion_detector.c                 big_ln=0;
big_ln            387 modules/motion_detector.c             memcpy(big+big_ln,buf,ln+1);
big_ln            388 modules/motion_detector.c             big_ln+=ln;
big_ln            390 modules/motion_detector.c     write(fd,big,big_ln);