Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlauxlib.c102 lua_pushfstring(L, "function '%s'", lua_tostring(L, -1)); in pushfuncname()
106 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
146 lua_pushfstring(L, "\n\t...\t(skipping %d levels)", n); in luaL_traceback()
153 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback()
202 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror()
221 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
225 lua_pushfstring(L, ""); /* else, no information available... */ in luaL_where()
254 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
736 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
787 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
[all …]
A Dloadlib.c201 lua_pushfstring(L, "system error %d\n", error); in pusherror()
301 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath()
570 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc()
575 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
601 lua_pushfstring(L, "no module '%s' in file '%s'", name, filename); in searcher_Croot()
614 lua_pushfstring(L, "no field package.preload['%s']", name); in searcher_preload()
A Dlua.c140 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler()
492 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline()
506 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn()
567 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
A Dlutf8lib.c154 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
A Dloslib.c288 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
A Dldblib.c157 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
A Dlua.h240 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
A Dliolib.c182 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
A Dlapi.c560 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
/l4re-core-master/ned/server/src/
A Dlua_cap.cc80 lua_pushfstring(l, "L4::Cap<%s>[%p] r=%p f=%p", type, in tostring()
84 lua_pushfstring(l, "L4::Cap<%s>::Invalid", type); in tostring()
A Dlua_factory.cc34 lua_pushfstring(l, "runtime error %s (%d)", l4sys_errtostr(r), r); in __error()

Completed in 19 milliseconds