Home
last modified time | relevance | path

Searched refs:read_chars (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dliolib.c411 static int read_chars (lua_State *L, FILE *f, size_t n) { in read_chars() function
439 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()