toname             58 lib/lua/loslib.c   const char *toname = luaL_checkstring(L, 2);
toname             59 lib/lua/loslib.c   return os_pushresult(L, rename(fromname, toname) == 0, fromname);