HomeSort by relevance Sort by last modified time
    Searched refs:getiofile (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 263 static FILE *getiofile (lua_State *L, const char *findex) { function
475 return g_read(L, getiofile(L, IO_INPUT), 1);
535 return g_write(L, getiofile(L, IO_OUTPUT), 1);
578 return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
  /external/syslinux/com32/lua/src/
liolib.c 265 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 72 milliseconds