Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c85 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname()
90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname()
97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
122 if (msg) lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
131 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
133 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
172 const char *msg = lua_pushfstring(L, "%s expected, got %s", in typeerror()
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
216 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
329 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption()
[all …]
Dloadlib.c190 lua_pushfstring(L, "system error %d\n", error); in pusherror()
363 lua_pushfstring(L, "\n\tno file " LUA_QS, filename); in searchpath()
427 funcname = lua_pushfstring(L, LUA_POF"%s", funcname); in loadfunc()
432 funcname = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
458 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS, in searcher_Croot()
473 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload()
Dlua.c273 lua_pushfstring(L, "return %s", b+1); /* change it to `return' */ in pushline()
315 l_message(progname, lua_pushfstring(L, in dotty()
Dloslib.c190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
Dldblib.c124 lua_pushfstring(L, ">%s", options); in db_getinfo()
Dliolib.c149 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
Dlapi.c542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h213 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable