/aosp_15_r20/external/lua/src/ |
H A D | lauxlib.c | 102 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() 110 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); 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() 155 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); 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() [all …]
|
H A D | loadlib.c | 199 lua_pushfstring(L, "system error %d\n", error); in pusherror() 299 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath() 568 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc() 573 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc() 599 lua_pushfstring(L, "no module '%s' in file '%s'", name, filename); in searcher_Croot() 612 lua_pushfstring(L, "no field package.preload['%s']", name); in searcher_preload()
|
H A D | lua.c | 120 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler() 468 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline() 482 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn() 543 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
|
H A D | lutf8lib.c | 154 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
|
H A D | loslib.c | 288 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
H A D | ldblib.c | 156 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
|
H A D | lua.h | 240 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
H A D | liolib.c | 176 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
H A D | lapi.c | 542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 236 lua_pushfstring(L, "index %d exceeds field count %d", idx, count); in lupb_OneofDef_Field() 288 const char* msg = lua_pushfstring(L, "number or string expected, got %s", in lupb_OneofDef_lookupfield() 377 const char* msg = lua_pushfstring(L, "number or string expected, got %s", in lupb_MessageDef_Field() 493 lua_pushfstring(L, "<upb.MessageDef name=%s, field_count=%d>", in lupb_MessageDef_tostring() 557 const char* msg = lua_pushfstring(L, "number or string expected, got %s", in lupb_EnumDef_Value() 863 lua_pushfstring(L, "<upb.DefPool>"); in lupb_DefPool_tostring()
|