max_buf_chars      39 lib/lua/lbaselib.c   const int max_buf_chars=sizeof(buf)-1;
max_buf_chars      65 lib/lua/lbaselib.c     if(buf_chars+strlen(s) >= max_buf_chars) {
max_buf_chars      66 lib/lua/lbaselib.c       strncpy(buf+buf_chars,s,max_buf_chars-buf_chars);
max_buf_chars      67 lib/lua/lbaselib.c       buf[max_buf_chars]=0;
max_buf_chars      72 lib/lua/lbaselib.c     if(buf_chars >= max_buf_chars-1) // -1 allow for space