Searched refs:getiofile (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dliolib.c262 static FILE *getiofile (lua_State *L, const char *findex) { function
474 return g_read(L, getiofile(L, IO_INPUT), 1);
534 return g_write(L, getiofile(L, IO_OUTPUT), 1);
577 return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
/external/syslinux/com32/lua/src/
H A Dliolib.c265 static FILE *getiofile (lua_State *L, const char *findex) { function
489 return g_read(L, getiofile(L, IO_INPUT), 1);
549 return g_write(L, getiofile(L, IO_OUTPUT), 1);
594 return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);

Completed in 144 milliseconds