read_chars        407 lib/lua/liolib.c         success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l);
read_chars        420 lib/lua/liolib.c             read_chars(L, f, ~((size_t)0));  /* read MAX_SIZE_T chars */